All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

claude-replay: Convert AI Coding Agent Sessions into Interactive HTML Replays

By

es617

2mo ago· 13 min readenCode

Summary

claude-replay is an open-source tool that converts AI coding agent session logs (from Claude Code, Cursor, Codex CLI, Gemini CLI, and OpenCode) into interactive, self-contained HTML replays. These HTML files are embeddable, shareable, and have no external dependencies, making it easy to share AI coding sessions via email, documentation, or hosting. The tool also supports live monitoring of agent sessions with --serve --watch flags.

Key quotes

· 5 pulled
AI coding sessions are great for development, but hard to share. Screen recordings are bulky and transcripts are hard to navigate.
claude-replay turns Claude Code, Cursor, Codex CLI, Gemini CLI, and OpenCode session logs into interactive, shareable HTML replays.
The generated replay is a single self-contained HTML file with no external dependencies — you can email it, host it anywhere, or embed it in documentation.
Use --serve --watch to monitor agent sessions live as they run.
Community tool — not affiliated with or endorsed by Anthropic.
Snippet from the RSS feed
Convert AI coding agent sessions (Claude Code, Cursor, Codex, Gemini, OpenCode) into self-contained, embeddable HTML replays - es617/claude-replay

You might also wanna read