This product was not featured by Product Hunt yet.
It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).

Product upvotes vs the next 3

Waiting for data. Loading

Product comments vs the next 3

Waiting for data. Loading

Product upvote speed vs the next 3

Waiting for data. Loading

Product upvotes and comments

Waiting for data. Loading

Product vs the next 3

Loading

Tokenflow

See where your AI spend actually goes

Your AI coding agents bill you monthly and tell you nothing. TokenFlow reads the logs Claude Code, Codex, Cursor and Cline write on your machine, prices every branch, and posts the cost on the pull request as a comment plus a status check — so a change over its declared budget fails before it merges. A guard hook brakes a session while it is still running, and an MCP server hands the same numbers to the agent spending the money. Local-first, zero dependencies, MIT. Nothing leaves your machine.

Top comment

Hey PH, Vimox here 👋 My own landing page once said a 102-line bug fix cost $2,499 in AI tokens. It cost $16. The other $2,483 came from the same branch over the next six days — a stale checkout that kept the branch name after the PR had already merged. No console showed me the difference. Mine didn't either. So I published the wrong number. That mistake became rule #2 of TokenFlow: A pull request owns the AI turns up to its merge — and nothing after it. It also convinced me that I didn't need another AI cost dashboard. I needed cost controls closer to where the code is actually being written. ### What TokenFlow does Every push attaches a cost receipt to the commit as a Git note. A GitHub Action turns that into a PR comment + status check, so a change that exceeds its declared budget can fail before merge: ```yaml - uses: vimoxshah/[email protected] with: max-usd: '50' ``` There’s also: → A guard hook that prices the live agent session and warns or blocks when it hits your cap. → MCP support so the agent itself can see what it has spent while working. → Ticket-level costs that connect branches referencing the same Jira, Linear, or GitHub issue. → FOCUS-shaped exports that let you put estimated AI spend next to your actual cloud bill. ### What 9 weeks of my own agent logs taught me I analyzed $26.7K of estimated agent spend: * 86% went to re-sending context rather than fresh work. * 93% of spend came from the top 1% of sessions. * The median session cost just $0.02. * After roughly turn 50, a turn became ~15× more expensive. That last number matters. That's where the brake belongs. One developer. Nine weeks. Estimated using published list prices. You can reproduce the analysis on your own logs: ```bash tokenflow receipt --sessions ``` ### A few things I'm deliberately being honest about TokenFlow is about honest numbers, so: * Costs are estimates at published list prices, not invoices. Unpriced models show as `unknown`, never `$0`. * Missing receipts never block your workflow. If no hook is installed, the Action logs one line and exits 0. * The self-hosted GitHub App ships and is documented, but I haven't personally exercised it end-to-end against a live App yet. * The Codex guard can warn but cannot block because Codex doesn't expose a blocking hook. * The macOS app is unsigned because I don't have an Apple Developer account. First launch requires Open Anyway. Free. MIT licensed. Zero runtime dependencies. `npm install @vimoxshah/tokenflow` adds exactly one package: itself. 841 tests. Green on macOS, Linux, and Windows across Node 22 and 24. ```bash brew tap vimoxshah/tap https://github.com/vimoxshah/tok... brew install --cask tokenflow npx @vimoxshah/tokenflow@latest setup ``` Want to try it without installing anything? Run TokenFlow in the browser with synthetic data: https://vimoxshah.github.io/toke... I'll be in the comments all day. What would make AI cost control genuinely useful in your workflow?

About Tokenflow on Product Hunt

See where your AI spend actually goes

Tokenflow was submitted on Product Hunt and earned 3 upvotes and 1 comments, placing #104 on the daily leaderboard. Your AI coding agents bill you monthly and tell you nothing. TokenFlow reads the logs Claude Code, Codex, Cursor and Cline write on your machine, prices every branch, and posts the cost on the pull request as a comment plus a status check — so a change over its declared budget fails before it merges. A guard hook brakes a session while it is still running, and an MCP server hands the same numbers to the agent spending the money. Local-first, zero dependencies, MIT. Nothing leaves your machine.

On the analytics side, Tokenflow competes within Productivity, Developer Tools, GitHub and Development — topics that collectively have 1.2M followers on Product Hunt. The dashboard above tracks how Tokenflow performed against the three products that launched closest to it on the same day.

Who hunted Tokenflow?

Tokenflow was hunted by Vimox Shah. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.

For a complete overview of Tokenflow including community comment highlights and product details, visit the product overview.