Build full-stack apps in the browser with AI — instant preview and deploy.
Coding
Bolt.new is StackBlitz's browser-based AI app builder — a WebContainer-powered environment where you type "build me a Next.js app with auth and Stripe checkout" into a prompt box and watch a working codebase materialize in real time, running in your browser without you installing anything. It launched in October 2024 as a repositioning of StackBlitz's technical bet (WebContainers — Node.js running in-browser via WebAssembly), went viral on the strength of its first-prompt-to-deployed-app demo, and by 2026 is one of the anchor tools in the "AI does the whole thing" category alongside Lovable, v0, and Replit Agent.
The one-line positioning: Bolt.new is what happens when you take a real Node.js runtime, put it in a browser tab, and hand the keys to an AI agent that can install packages, run migrations, and hit npm run dev on your behalf. No local setup. No git clone. No "does this work on Windows?" No stubbed sandbox pretending to be a real environment. What you see running in the preview pane is the actual code, actually executing, and you can pull the whole thing down as a real project any time you want.
Under the hood, Bolt.new runs Claude Sonnet 4.5 as its default model (with GPT-5 available on paid tiers), executes generated code inside StackBlitz's WebContainer, and one-click-deploys to Netlify. The stack it produces is opinionated — Vite, React, TypeScript, Tailwind, sometimes Next.js — and the app scaffolding it generates is closer to production-ready than most of the "prompt to app" competition. Real environment variables. Real database connections (Supabase is the default). Real deploy pipeline.
Bolt.new's audience is unambiguous: founders and PMs who want to see their idea running as a real app before writing a spec, designers who want prototypes stakeholders can actually click through, and developers who use it as a scaffolding tool to skip the boring first two hours of any new project. It is not where senior engineers do their day-to-day work — that seat is Cursor or Claude Code — but as the "0 to running app in 30 seconds" tool, Bolt.new is the tool most likely to earn its $20/month invoice the first time you show a working prototype in a meeting.
Bolt.new's features cluster around a coherent premise: an AI agent should be able to bring up an entire working app in a real runtime environment inside your browser, no local setup required.
npm install, npm run dev, and every real command actually work — not simulated, not sandboxed to a subset, actually running.Bolt.new is freemium with token-based paid tiers scaling into what StackBlitz calls "prosumer" ranges:
| Plan | Price | What you get |
|---|---|---|
| Free | $0 | 1M tokens/month, public projects, community support |
| Pro | $20/month | 10M tokens, private projects, priority in queue |
| Pro 50 | $50/month | 26M tokens, private projects, priority processing |
| Pro 100 | $100/month | 55M tokens, private projects, priority processing |
| Pro 200 | $200/month | 120M tokens, private projects, priority processing |
| Teams | $30/user/month | Teams features, shared projects, admin controls |
| Enterprise | Custom | SSO, dedicated support, custom token allocations |
The Free tier is enough to build one or two small apps and feel out whether the flow clicks — a single working prototype is achievable, but you'll hit the ceiling before shipping anything real. Pro at $20 is the tier most individual users start on and where the value case is easiest to make: 10M tokens is roughly ten to twenty full app builds per month depending on iteration depth, which is generally enough for a founder or PM building prototypes and pitching.
Pro 50, 100, and 200 exist because serious users blow through 10M tokens fast — a single complex app with 30 rounds of iteration can consume 5M tokens by itself. Heavy users tend to end up on Pro 50 or Pro 100; the Pro 200 tier is aimed at agencies and product studios building client work. Teams at $30/seat is a team-management wrapper on top; Enterprise is a custom conversation. The token model is honest but front-loads the cost surprise — worth budgeting for.
Pros
Cons
Bolt.new competes with a handful of tools spanning "prompt to app" and traditional AI coding:
For the head-to-head across mainstream AI coding tools, read Cursor vs Claude Code vs GitHub Copilot: The Solo Developer Stack 2026.
Skip Pro until you've felt the Free tier ceiling — you'll know when it's time.
Does Bolt.new produce real code or a sandbox? Real code. The project is a genuine Node.js app running in a WebContainer (Node.js compiled to WebAssembly running in your browser). You can download the ZIP, run it locally, and it will behave exactly the same way.
How does token pricing work? Every action — generation, edit, chat turn — consumes tokens from your monthly allowance. A simple app might use 200K tokens end-to-end; a complex iterative build can use 5M or more. Serious users tend to end up on Pro 50 or higher.
Can I use a stack other than React/Next.js? Vue, Svelte, Astro, and other JavaScript frameworks work but are less optimized. Non-JS backends (Python, Go, Rust) are effectively out of scope — Bolt is built around the JS ecosystem.
Is the generated code production-ready? For prototypes and MVPs, yes. For production apps at scale, expect to do meaningful cleanup — refactor components, tighten types, add tests, review security. Bolt is a starting point, not a finishing tool.
How does Bolt.new compare to Lovable? Both are prompt-to-app tools with similar workflows. Bolt is slightly faster on initial generation and better on the runtime story (WebContainer). Lovable tends to produce higher-fidelity UI on the first pass and is more opinionated about design. Try both — they diverge more than they overlap.
Bolt.new is the AI app builder for anyone who needs to see an idea running as a real app in under two minutes. The WebContainer runtime is a genuine technical bet that pays off — you get a real environment, not a simulation. The prompt-to-working-app loop is the fastest in the category, the Supabase and Stripe integrations are wired for real use, and the ability to eject to a real project any time removes the "will I be locked in?" worry that kills adoption of other tools in the space.
Where Bolt.new stops being the right pick is on production work. Once your app grows past prototype scale, the token pricing gets expensive fast, the generated code needs cleanup, and the AI's ability to reason across a large codebase falls off. Real engineering work on real products still belongs in Cursor or Claude Code, not in a browser tab.
The honest recommendation: use Bolt.new for the first two hours of every new project, then eject. Free tier is enough to feel it out; Pro at $20 is the tier most individual users end up on for regular prototyping. Skip Pro 50 and above unless you're doing serious agency-style work where the token throughput actually pays off. For real product development, pair Bolt's prototyping with Cursor for the daily editor and Claude Code for autonomous long-horizon work.
Explore more in the Coding category, or read the full solo-dev stack comparison before committing a paid subscription.