A sophisticated web application built to browse and analyze Claude Code conversation history. The application features a complete full-stack architecture with a Hono backend, PostgreSQL database, and modern React frontend.
Key features include:
- Real-time data import with Server-Sent Events progress streaming
- Full-text conversation search with advanced filtering
- Interactive statistics dashboard tracking token usage and model distribution
- Rich code editor with syntax highlighting powered by Monaco
- Project management with detailed analytics
- Dark/light theme support with responsive design
The monorepo architecture includes separate packages for the API, web frontend, marketing site, and shared TypeScript definitions, demonstrating modern development practices and clean separation of concerns.