Pricing
The audit is free — it runs in your browser, so there’s nothing for us to pay for.
What’s worth paying for isn’t the one-time audit. It’s keeping the prompt from growing back.
Free
$0
No account. Nothing to cancel.
- The full analyser — all 26 waste patterns, no feature gates
- Automatic lossless rewrite, with the diff
- Prompt-cache simulation
- Cost comparison across every model
- Shareable report links
- 3 saved prompts in your browser
- The CLI, for local and offline analysis
Pro
not live yet$19/month
Per developer. Team plan at $79 for five.
- Unlimited saved prompts, with version history
- Diff any two versions and see what the change cost you
- Regression alerts when a prompt grows past its budget
- CI token budgets: a GitHub Action that fails the pull request
- Batch analysis across a whole prompts directory
- Team workspaces and shared reports
Pro is fully specced but deliberately not built yet — see “Why this split” below.
Why this split
A one-time audit is a useful check, but it doesn’t solve the recurring problem: prompts grow back. Every fix adds a line, and nobody deletes.
Pro is the part that keeps that in check: a budget your prompt can’t quietly exceed, checked in the pull request where the growth happens. The free tool tells you where you stand today. Pro keeps checking after that. Every insight stays free either way.
Free today, in the CLI
Budgets already work for free in the CLI. Pro adds the hosted parts: history, alerts, and a comment on your pull request.
Set up a token budget in CI