Back to browse
GitHub Repository

Render Claude Code and Codex session transcripts as shareable HTML

1 starsPython

Render Claude Code and Codex Transcripts as Browsable HTML

by forhadahmed·Mar 8, 2026·3 points·0 comments

AI Analysis

●●SolidSolve My ProblemShip It

Searchable HTML transcripts with collapsible turns, but only works for two closed AI platforms.

Strengths
  • Search-across-turns with auto-expanding matching tool calls is a smart UX choice for long sessions.
  • Parallel rendering and bulk options (--all, --recent N) make batch processing fast and practical.
  • Thoughtful redaction flags (--redact, --share) show awareness of sensitive data in AI outputs.
Weaknesses
  • Limited to Claude Code and Codex; Cursor, Continue, and other IDE agents are blocked.
  • No public sharing infrastructure—users must handle hosting themselves, limiting the 'shareable' claim.
Target Audience

AI developers and researchers using Claude/Codex who want to review, share, or archive session transcripts.

Similar To

Claude transcript exporters (browser extensions) · Cursor session browsers (built-in features) · generic JSONL-to-HTML converters

Similar Projects