Story

Show HN: Claude-replay – A video-like player for Claude Code sessions

es617 Friday, March 06, 2026

I got tired of sharing AI demos with terminal screenshots or screen recordings.

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

Summary
The article discusses the Claude-Replay project, an open-source tool that allows users to record, replay, and analyze conversations with AI language models. It provides a framework for developers to interact with and test AI systems, potentially improving their transparency and accountability.
56 25
Summary
github.com
Visit article Read on Hacker News Comments 25