A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
View Claude chat conversations in the browser, from exported JSON files
A web application for viewing Claude chat conversations from exported JSON files. Renders Claude's chat JSON exports in a clean, readable format with support for code blocks, artifacts, and thinking process sections.
Your data stays private. This application runs entirely in your browser as a static website. Your conversations and files:
The app is served as static files from a CDN with no backend server or database. All processing happens client-side in your browser. We have no ability to see, store, or access any of your Claude conversation data.
Visit tools.osteele.com/claude-chat-viewer to use the application.
The viewer supports Claude's full data export in two ways:
conversations.json file using the "Upload File" buttonWhen browsing multiple conversations, you can use the search feature to quickly find specific conversations:
\d{4}-\d{2}-\d{2} for dates)In development mode, you can load files directly via URL parameter:
# Single conversation
http://localhost:5173/?file=inputs/chat.json
# Multiple conversations
http://localhost:5173/?file=inputs/data/conversations.json
This is particularly useful for:
Click the "Download Artifacts" button to download all code snippets and artifacts as a zip file. The downloaded archive will:
Click the "Copy conversation" button to copy the entire conversation to your clipboard. The copied text will:
Use your browser's print function to create a PDF or paper copy. The viewer automatically formats the conversation for printing.
Cmd/Ctrl + V - Paste JSONTab - Navigate between elementsEnter - Activate buttons and controlsIf you want to run the viewer locally:
# Clone the repository
git clone https://github.com/osteele/claude-chat-viewer.git
# Install dependencies
cd claude-chat-viewer
bun install
# Start the development server
bun dev
Visit http://localhost:5173 in your browser.
See CONTRIBUTING.md for development setup and guidelines.
Check out my other web applications and AI & LLM tools.
Also see my other Development Tools - Collection of development utilities and tools
Inspired by Simon Willison's Convert Claude JSON to Markdown tool.
Thanks to @adamnemecek for the UI improvement suggestion (#1).
MIT
干净、强大、属于你的 AI Agent 平台 --AI agents, without the clutter.
Pocket Flow: Codebase to Tutorial
A Comprehensive Benchmark to Evaluate LLMs as Agents (ICLR'24)
Native macOS app to monitor Claude AI usage limits and watch your coding sessions live