Public AI coding replays
Claude Code, Cursor, Codex & Pi sessions shared by the community
Watch real AI coding sessions from Claude Code, Cursor, Codex, and Pi — full prompts, tool calls, file diffs, and thinking blocks rendered as an interactive timeline. Each replay is a self-contained HTML file you can open offline, embed in a PR, or share as a link.
Want to share your own? Run
npx vibe-replay --gist
or
npx vibe-replay --cloud
and your replay will appear here.
No replays yet
Be the first to share a replay!
Frequently asked questions
What are AI coding session replays?
Replays capture every prompt, tool call, file edit, and AI thinking step from a Claude Code, Cursor, Codex, or Pi session, then render them as an interactive timeline you can scrub through. Browse public replays here to see how others build with AI.
How do I share my own replay?
Run npx vibe-replay --gist (publishes to GitHub Gist) or npx vibe-replay --cloud (publishes to vibe-replay cloud). Both produce a public URL you can share. Replays show up here automatically.
Which agents can I replay?
Claude Code, Cursor, Codex, and Pi — all auto-discovered from local files, no extra instrumentation. vibe-replay reads JSONL for Claude Code and SQLite/JSONL for Cursor, and every provider renders with full prompt history, tool calls, diffs, and thinking blocks.
Are replays self-contained?
Every replay is a single static HTML file with all assets inlined — no external requests, no tracking. Open it offline, host it on any static server, or attach it to a PR.