Bolt.new pricing explained
Browser-based full-stack app builder that meters standard LLM tokens, not abstract credits.
The plans
| Plan | Price | Notes |
|---|---|---|
| Free | Free | 300K tokens/day · 1M/mo |
| Pro | $25/mo | from 10M tokens/mo |
| Teams | $30/mo | /member |
Why the bill surprises people
Token burn scales with project size, not edit size: Bolt re-reads and re-syncs your whole project on every message, so a large codebase or a debugging loop re-sends everything and drains your monthly tokens fast.
How usage charges map to real token cost
Bolt bills in standard LLM tokens (input + output), not an opaque currency — Free gives 300K/day and 1M/mo, Pro starts at 10M/mo. There’s no published per-token USD markup.
Bolt.new runs on Claude. To see what your actual prompts cost at the API level — and which model is cheapest for your workload — paste one into the calculator.
FAQ
- Why is my Bolt.new bill higher than expected?
- Token burn scales with project size, not edit size: Bolt re-reads and re-syncs your whole project on every message, so a large codebase or a debugging loop re-sends everything and drains your monthly tokens fast.
- How do usage charges translate to actual cost?
- Bolt bills in standard LLM tokens (input + output), not an opaque currency — Free gives 300K/day and 1M/mo, Pro starts at 10M/mo. There’s no published per-token USD markup.
- Which models am I paying for on Bolt.new?
- Bolt.new runs on Claude. You can estimate the raw token cost of any prompt against those models in the tokenmath calculator.
Pricing sourced from Bolt.new’s official pricing as of 2026-06-23. Platform pricing changes often — verify before you commit.