Alternatives
Products that do what My Claude quota ran out in 10 minutes, so I made a tool to find out why does
Ask Claude Code where your usage went. Token audit, limit diagnosis and usage forensics — built from the session logs already on your machine, nothing leaves it. - kelviq/tare
- 1

- 2CA
Built this after realizing I was spending ~$1400/week on Claude Code with almost no visibility into what was actually consuming tokens. Tools like ccusage give a cost breakdown per model and per day, but I wanted to understand usage at the task level. CodeBurn reads the JSONL session transcripts that Claude Code stores locally (~/.claude/projects/) and classifies each turn into 13 categories based on tool usage patterns (no LLM calls involved). One surprising result: about 56% of my spend was on conversation turns with no tool usage. Actual coding (edits/writes) was…
Apr 2026 · github.com
- 3

- 4

See what your Claude Code sessions actually cost
Jul 2026 · langwatch.ai
- 5

- 6

See where Claude Code burns tokens. Hit your limits less.
May 2026 · latitude.so
- 7

- 8

- 9

- 10

- 11RC
We built rudel.ai after realizing we had no visibility into our own Claude Code sessions. We were using it daily but had no idea which sessions were efficient, why some got abandoned, or whether we were actually improving over time. So we built an analytics layer for it. After connecting our own sessions, we ended up with a dataset of 1,573 real Claude Code sessions, 15M+ tokens, 270K+ interactions. Some things we found that surprised us: - Skills were only being used in 4% of our sessions - 26% of sessions are abandoned, most within the first 60 seconds - Session success rate varies…
Mar 2026 · github.com
- 12
- 13

- 14CR
I got tired of sharing AI demos with terminal screenshots or screen recordings. Claude Code already stores full session transcripts locally as JSONL files. Those logs contain everything: prompts, tool calls, thinking blocks, and timestamps. I built a small CLI tool that converts those logs into an interactive HTML replay. You can step through the session, jump through the timeline, expand tool calls, and inspect the full conversation. The output is a single self-contained HTML file — no dependencies. You can email it, host it anywhere, embed it in a blog post, and it works on mobile. Repo:…
Mar 2026 · github.com
- 15

- 16

- 17CM
Hey HN! I built a native macOS menu bar app that shows your Claude Code usage limits at a glance — no more getting rate-limited mid-flow. It reads your OAuth token from macOS Keychain, polls the Anthropic usage API, and displays your 5-hour and 7-day utilization as a clean progress bar right in your menu bar. Zero token consumption. Built with Swift + SwiftUI. MIT licensed. https://github.com/puq-ai/claude-meter
Feb 2026 · github.com
- 18

See how much Claude you have left before you hit the wall
May 2026
- 19

Track Claude costs, tokens, context & model switches
Jun 2026 · chromewebstore.google.com
- 20

- 21

- 22

Hey HN - there are lots of tools to understand how many tokens you use and how much it costs, but we haven't found any that tell you where those tokens are going! Decant helps you understand what you are spending tokens on (context gathering, planning, code, chat, etc), so you can optimize it.
25d ago · github.com
- 23

Every Claude Code session — transcript, tokens, cost, resume
Jul 2026 · ququ123.top
- 24IC
Hey HN, I built ShadowGit a while back to automatically commit code every minute to a hidden git repo (.shadowgit.git). Original goal was to easily rollback when AI tools break things. But I discovered something interesting: this minute-by-minute history is perfect context for AI assistants. So I built an MCP server that lets Claude/Cursor query this history using native git commands. The results surprised me: Before: Claude would read my entire codebase repeatedly, burning 15,000+ tokens to debug issues. After: Claude runs `git log --grep="drag"` finds when drag-and-drop worked,…
2025 · shadowgit.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →