Hacker News new | ask | show | jobs
Show HN: Claud-ometer – See your Claude Code usage, costs, and sessions locally (github.com)
1 points by deshraj 113 days ago
Claude Code stores all your session data in ~/.claude/ but there's no built-in way to visualize it. Claud-ometer is a local-first dashboard that reads those files and gives you full visibility into your usage — costs per project, token breakdowns by model, session replays, activity heatmaps, and more.

No cloud, no telemetry. It's a Next.js app that runs on localhost and parses the JSONL files directly.

https://github.com/deshraj/Claud-ometer

Curious if others have been wanting something like this — open to feature ideas.