Analyze and explore your exported Claude conversations in a fast, client-side web app.
Built for Claude users: upload
conversations.json, inspect activity by day, search content, and export filtered results.
Try it here: https://claude-conversation-analyzer.vercel.app
- Group conversations by day with quick summaries
- Search across titles and message content
- Filter by time ranges (last 7/30 days, this week, all)
- View conversation/message/character stats
- Export filtered conversations to Markdown
- Debug mode support for unsupported JSON shapes
- Export your data from Claude (
Settings->Account->Export data) - Extract
conversations.jsonfrom the ZIP - Open the app and upload the JSON file
- Filter/search and export to Markdown if needed
No build step is required.
python3 -m http.server 8899Open http://localhost:8899/index.html.
- Fully client-side processing
- No server storage of your conversation data


