A local-first analytics dashboard for Claude Code. It parses your ~/.claude/projects/**/*.jsonl session logs in-process and surfaces token usage, cache savings, cost breakdowns, tool patterns, and session timelines — all without sending any data off your machine.
Six surfaces, one source of truth: your Claude Code JSONL session files.
Three layers: a streaming parser, a memoised aggregator, and the Next.js App Router UI.
Strict per-message pricing using public API list rates — works for Anthropic API, Bedrock, Vertex, and regional clones.
It's a Next.js 16 app — clone, install, run.
Your session logs never leave the machine.
Power-user navigation across every page.
Need to tweak something at runtime? Hit the Settings button in the header for the live config snapshot.