Bolt.new
Bolt.new is an in-browser app builder from StackBlitz. You describe what you want in natural language; the AI generates and runs a full-stack app in WebContainers (real Node in the browser). No local install, no deploy step to get a running app. This guide covers what Bolt.new does well and when it fits.
WebContainers & AI: Introducing bolt.new
Why bolt.new fits product work
Core concepts that matter
Prompts and iteration
You start with a prompt (e.g. “A todo app with add, complete, delete”). The AI generates files and runs the app. You iterate with follow-up prompts (“add filters”) or by editing code in the same session. Keep prompts clear and scoped so the first result is close to what you want.
Webcontainers
WebContainers run Node.js and npm in the browser. You get a real package.json, node_modules, and a dev server. Add dependencies via prompt or by editing package.json. Use standard npm packages when possible so the AI and tooling behave predictably.
Project layout
Bolt.new creates a project (front-end, optional backend, config). You can see and edit files in the sidebar. Use a simple structure (e.g. one app, one API) so the AI and you can find things quickly.
Export and deploy
You can export or deploy from Bolt.new (e.g. to StackBlitz, Vercel, or download). Use it when you’re ready to move from “running in the tab” to “live URL” or “code in my repo.”
Practical habits
When bolt.new isn’t the fit
Pricing (high level)
Bolt.new is from StackBlitz. Free and paid tiers apply; check Bolt.new or StackBlitz pricing for current plans.
Get Started with Bolt.new
Bolt.New: The FASTEST way to build your first app with AI
Bolt.new is a strong default when you want to go from “idea” to “running app” in one tab with no install. Use clear prompts, iterate in small steps, and export or deploy when you’re ready to own the code long-term.

