Menu Close
Bolt.new
☆☆☆☆☆
Apps (181)

Bolt.new

Bolt.new creates full-stack web applications in the browser from conversation, with editable code, databases, hosting, GitHub integration, previews, and team workspaces.

Last Update: 2026-07-27

Visit Tool

Starting price $0

Tool Information

Bolt.new is StackBlitz’s browser-based AI application builder. It generates and edits full-stack web projects from conversation while giving users a live preview and access to the code. Bolt Cloud includes website hosting and databases, while paid plans add custom domains, private sharing, more capacity, branding removal, and a choice of database provider. Projects can also connect to GitHub.

Free includes one million monthly tokens, a 300,000-token daily limit, hosting, and unlimited databases. Pro starts at $25 monthly with ten million tokens, while Teams starts at $30 per member. Larger projects cost more tokens because Bolt repeatedly reads the project files. It is excellent for fast web prototypes, but production apps still need authorization tests, secret management, backups, accessibility checks, and budget monitoring.

Musthave review

Bolt.new review

Reviewed July 27, 2026 · 4 min read

Bolt.new is good at turning a web app brief into something you can click before the meeting ends. The editor, runtime, database, and hosting are close enough that the first useful version does not require a local setup or a separate deployment account.

That fast loop can hide the growing cost of context. Bolt needs to understand the project files on later requests, so a sprawling codebase and one long conversation can consume tokens much faster than a small first screen.

Build the smallest complete journey first

Describe one user, one action, and one stored result. Ask Bolt to plan the routes and data model before styling every page. A completed signup-to-result journey exposes more important problems than six beautiful empty dashboards.

The code is visible, so use it. Check package choices, types, environment variables, and error handling. If Bolt adds authentication, test both a permitted and forbidden request against the server. Hiding a button is not access control.

Use a new chat or a clear milestone when the conversation becomes cluttered. Provide the files needed for the next change rather than asking the model to reconsider the entire application.

Bolt Cloud removes setup and adds operations

Bolt includes hosting and databases. The official hosting guide lists up to 10 GB of bandwidth and 333,333 monthly requests on Free. Pro includes up to 30 GB and one million requests, with additional capacity available.

Those limits apply across the account, not separately to every published site. A portfolio, client preview, and production app can share the same allowance. Watch traffic and know which project is responsible before upgrading.

For a real application, configure a custom domain, backups, error reporting, and usage alerts. Test database rules and recovery. Know what happens when hosting or database capacity is exhausted.

GitHub and version history are safety rails

Connect GitHub before the project feels finished. The repository makes code review, branching, and outside deployment possible. Commit the last working state before asking for a database migration or a broad refactor.

Bolt’s 2026 release notes describe visual Version History for previewing and restoring earlier versions. That is helpful for quick recovery. Git remains the better source of truth for a project another developer must maintain.

Never put production secrets in a prompt or checked-in file. Use the platform’s secret controls, restrict scopes, and rotate any credential that appears in generated output or history.

Token pricing rewards project discipline

The current pricing page gives Free one million monthly tokens with a 300,000-token daily limit. Pro starts at $25 per month with ten million tokens, no daily limit, custom domains, private sharing, additional capacity, and no Bolt badge. Teams starts at $30 per member per month.

Paid subscription tokens can roll over for one additional month while the subscription remains active. Bolt explains that most use comes from synchronizing the project file system with the model. Large files and repeated broad prompts can therefore make a simple change expensive.

Measure tokens per accepted feature. Delete unused assets, keep requests focused, and do direct code or visual edits when a prompt adds no value.

A practical Bolt test

  1. Build one database-backed workflow with a normal and restricted user.
  2. Connect GitHub and mark the first working version.
  3. Publish, then test traffic, forms, errors, and mobile layout.
  4. Inspect token use after a small change and a broad change.
  5. Write down the backup and recovery path before adding real users.

The result should be maintainable code with a known operating cost. A convincing preview is not enough.

My verdict

Bolt.new is a strong browser-first builder for prototypes, internal tools, and focused web products. Hosting and databases make it faster to reach a live result than a code generator that stops at a folder of files.

Its token model favors small, deliberate projects. Keep GitHub connected, watch shared hosting limits, and have a developer review permissions and data flows. The free plan is generous enough to learn whether that workflow suits you.

Reviewed July 27, 2026 using Bolt’s official pricing, token, hosting, billing, GitHub, and release documentation. Token allowances, hosting limits, and plans can change.

Pros and Cons

Pros

  • Builds and previews web applications entirely in the browser
  • Free plan includes hosting and unlimited databases
  • Code remains visible and editable throughout the project
  • Paid plans support custom domains and private sharing
  • GitHub integration supports version control and handoff
  • Visual version history helps restore earlier project states

Cons

  • Large projects consume more tokens on every message
  • Free sites retain Bolt branding
  • Teams pricing is charged for each member
  • Hosting capacity is shared across projects on the account
  • Generated data and authorization rules require expert review

F.A.Q (5)

Yes. Free includes one million tokens per month, a 300,000-token daily limit, public and private projects, website hosting, and unlimited databases. Published sites include Bolt branding.

Bolt Pro starts at $25 per month with ten million monthly tokens, no daily token limit, custom domains, branding removal, more hosting capacity, and rollover for unused paid tokens.

Bolt says much of the usage comes from reading and synchronizing project files with the model. As the codebase and conversation grow, each request can require more context.

Yes. Bolt Cloud includes website hosting and databases on Free and paid plans. Capacity and traffic limits differ, and production apps should use monitoring, backups, spending controls, and tested access rules.

Yes. GitHub integration lets you place the project in a normal repository for version history, external review, collaboration, and deployment outside the original conversation.

Reviews

You must be logged in to submit a review.

No reviews yet. Be the first to review!

Quick actions
Visit Tool