Claude Code History Viewer

Browse, search, and export your Claude Code conversation history

🌍 Used by 50,000+ users ⭐ 4.9/5 rating 🔒 100% Private 🚫 No Ads, No Signup
📤

Import Claude Code History

Drag and drop JSONL files here, or click the button to select files

History location: ~/.claude/projects/

Support importing single .jsonl file or entire project folder

Conversation Title
Date Message Count

Features

🔒

100% Free & Private

No ads, no signup, no data upload. All conversation history is processed entirely in your browser. Your files never leave your device.

📄

JSONL Parsing

Import JSONL format history generated by Claude Code, automatically parse conversation content with smart session detection

🏷️

Conversation Classification

Automatically distinguish user messages, assistant replies, tool calls, clearly display conversation structure

🔍

Search & Export

Quickly search key content in history with highlighting, and export conversations as Markdown, JSON, or plain text

Frequently Asked Questions

Claude Code History Viewer is a free browser-based tool that lets you browse, search, and export Claude Code conversation history stored in JSONL format. Simply drag and drop your .jsonl files or select your project folder. The tool parses everything locally in your browser — your data never leaves your device. It provides a clean interface with sidebar session navigation, message filtering, keyword search with highlighting, and multi-format export.

Claude Code stores conversation history as .jsonl files in the ~/.claude/projects/ directory on your computer. Each project you've worked on has a separate subdirectory containing one or more .jsonl files with timestamps. You can import individual files or select the entire projects folder to load all conversations at once. The tool supports both single file and batch folder import through the file picker or drag-and-drop.

The viewer supports JSONL (JSON Lines) format files generated by Claude Code. In this format, each line is an independent JSON object containing the message type (user, assistant, tool), content, timestamp, session ID, and working directory. The tool automatically parses these fields to reconstruct conversations with proper categorization of user messages, AI responses, thinking processes, and tool calls.

Yes. The viewer provides three export formats: Markdown (.md) for readable documentation with headers and formatting, JSON for programmatic use and data analysis, and plain text for simple archival. Select a conversation session, click the Export button, and choose your preferred format. Each export includes the conversation summary, project path, timestamp, message count, and all content with role attribution.

Absolutely not. All data processing happens entirely in your browser using JavaScript. Your JSONL files are read locally through the File API — no network requests are made with your conversation data. This is a pure frontend tool with zero backend dependencies. Your conversation records stay on your device at all times, ensuring complete privacy for sensitive code discussions.

Yes, this tool is 100% free with no ads, no signup required, and no data uploaded. All conversation history is processed entirely in your browser using JavaScript. Your data never leaves your device, ensuring complete privacy and security. There are no usage limits, no watermarks, and no premium tiers. It works offline once loaded.