Skip to content

Add tokburn — local web dashboard for Claude Code token analytics#119

Open
lsvishaal wants to merge 1 commit intojqueryscript:mainfrom
lsvishaal:add-tokburn
Open

Add tokburn — local web dashboard for Claude Code token analytics#119
lsvishaal wants to merge 1 commit intojqueryscript:mainfrom
lsvishaal:add-tokburn

Conversation

@lsvishaal
Copy link

I built tokburn to answer a question I couldn't answer with /cost: "where did all my tokens actually go?" It reads your Claude Code session logs, calculates what they'd cost at API rates, and shows you a dashboard with waste detection.

Features:

  • Per-session and daily cost tracking by project
  • 4 waste detectors: repeated file reads, floundering, cost outliers, long sessions
  • Full REST API with Swagger docs at /docs
  • Zero-install: uvx tokburn serve (or pip install tokburn)
  • 100% local — no telemetry, no accounts

Links: GitHub | PyPI | MIT license | 19 tests

Complements ccusage (CLI) and claudeview (terminal) with a browser-based dashboard that explains why costs are high.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant