Loading...
Loading...
View, search, and export Claude Code session transcripts (.jsonl) online. Parse messages, filter by role, and export to Markdown, Word, or PDF — all in your browser.
Drag & drop your .jsonl session file here, or click to browse
Claude Code stores session transcripts as JSONL files. Each line is one message. All processing happens in your browser — your data never leaves your device.
Claude Code stores conversation transcripts as JSONL files (one JSON object per line) in your project's .claude/sessions/ directory. Each line represents a message, tool call, or system event from your coding session.
Absolutely. All parsing and processing happens in your browser using JavaScript. Your session files are never uploaded to any server — they stay entirely on your device.
You can export your session as: Markdown (.md) for documentation, HTML for web viewing, Word (.docx) for reports, or PDF via your browser's print dialog. All exports preserve the conversation structure with role labels and timestamps.
Yes! The viewer automatically detects tool_use and tool_result blocks in Claude's Messages API format. Tool inputs and outputs are displayed in expandable sections for easy inspection.
Make sure your file is valid JSONL — each line should be a complete JSON object. Claude Code's native session format and the Anthropic Messages API format are both supported. If you see an error, check that the file isn't corrupted or truncated.