nowfound

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. 1

    Never get blindsided by Claude's usage limits again

    12d ago · dietclaude.com

  2. 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. 3

    See exactly how much you spend on Claude, across every tool

    Mar 2026

  4. 4

    See what your Claude Code sessions actually cost

    Jul 2026 · langwatch.ai

  5. 5

    Store, review, and share your Claude Code sessions

    Mar 2026

  6. 6

    See where Claude Code burns tokens. Hit your limits less.

    May 2026 · latitude.so

  7. 7
    Usagebar172

    Track Claude Code Usage from your Menu Bar

    Jan 2026

  8. 8

    See everything Claude Code hides from your terminal

    Feb 2026

  9. 9

    Make Claude Code faster and cheaper without losing context

    Mar 2026

  10. 10

    Semantic search over your own Claude Code session history

    12d ago · github.com

  11. 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. 12

    Browse, search & track costs across Claude Code sessions

    Apr 2026

  13. 13
    CCgather122

    Document your Claude Code journey

    Feb 2026

  14. 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. 15
    CUStats79

    Never hit limit unexpectedly again - on macOS, iOS, Android

    Jan 2026

  16. 16
    Rudel94

    Claude Code & Codex session analytics for dev teams

    Apr 2026

  17. 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. 18

    See how much Claude you have left before you hit the wall

    May 2026

  19. 19

    Track Claude costs, tokens, context & model switches

    Jun 2026 · chromewebstore.google.com

  20. 20

    Never hit your Claude limit by surprise.

    12d ago · selectorshub.com

  21. 21
    recall7

    Stop wasting Claude Code tokens every time you resume.

    Jun 2026 · recallplugin.dev

  22. 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. 23

    Every Claude Code session — transcript, tokens, cost, resume

    Jul 2026 · ququ123.top

  24. 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 →