Convert AI coding agent sessions (Claude Code, Cursor, Codex, Gemini, OpenCode) into self-contained, embeddable HTML replays
# cursor-replay          > Community tool — not affiliated with or endorsed by Anthropic. AI coding sessions are great for development, but hard to share. Screen recordings are bulky and transcripts are hard to navigate. **cursor-replay** turns Claude Code, Cursor, Codex CLI, Cursor 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.  **[Try it online](https://es617.github.io/cursor-replay/)** · **[Live demo](https://es617.github.io/cursor-replay/demo-redaction.html)** Claude Code, Cursor, Codex CLI, Cursor CLI, and OpenCode store conversation transcripts on disk. **cursor-replay** auto-detects the format and converts them into visual replays suitable for blog posts, demos, and documentation. | Source | Transcript location | |---|---| | Claude Code | `~/.cursor/projects/<project>/` | | Cursor | `~/.cursor/projects/<project>/agent-transcripts/<id>/` | | Codex CLI | `~/.codex/sessions/<date>/` | | Cursor CLI | `~/.cursor/tmp/<projectHash>/chats/` | | OpenCode | Export via `opencode export <sessionID>` | ## Features - Self-contained HTML output (no dependencies) - Interactiv
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.