Public AI coding replays

Claude Code & Cursor sessions shared by the community

Watch real AI coding sessions from Claude Code and Cursor — 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.

Loading replays...

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 or Cursor 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.

Can I replay Claude Code and Cursor sessions?

Yes. vibe-replay reads JSONL files for Claude Code and SQLite/JSONL for Cursor — no extra instrumentation. Both providers render 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.