Claude-replay – Video-like player for AI coding sessions (web UI)
Single-file HTML replays for Claude Code and Cursor sessions, no hosting needed.
Convert AI coding agent sessions (Claude Code, Cursor, Codex, Gemini, OpenCode) into self-contained, embeddable HTML replays
Self-contained HTML replays beat screenshots, but solves niche problem for Claude Code users.
AI-assisted developers sharing Claude Code sessions in blogs, docs, and demos
Asciinema (terminal recording) · GitHub gist embeds
Claude Code already stores full session transcripts locally as JSONL files. Those logs contain everything: prompts, tool calls, thinking blocks, and timestamps.
I built a small CLI tool that converts those logs into an interactive HTML replay.
You can step through the session, jump through the timeline, expand tool calls, and inspect the full conversation.
The output is a single self-contained HTML file — no dependencies. You can email it, host it anywhere, embed it in a blog post, and it works on mobile.
Repo: https://github.com/es617/claude-replay
Example replay: https://es617.github.io/assets/demos/peripheral-uart-demo.ht...
Single-file HTML replays for Claude Code and Cursor sessions, no hosting needed.
Recovers wiped projects from Claude Code logs when git history won't help.
Shadow Replay mode captures the last 2 minutes before a crash automatically.
Session replay TUI for Claude Code learning, but limited to existing session logs.
Saves 100k+ tokens by handoff instead of replaying entire Claude sessions.
Reads local logs to explain bill spikes after Anthropic's cache TTL change.