Bolt.new is an AI-powered, browser-based full-stack development platform built by StackBlitz, the company behind the WebContainers technology. StackBlitz was founded in 2017 by Eric Simons and Albert Pai; Bolt.new itself launched in October 2024 and grew from zero to $40M ARR by March 2025 — one of the fastest SaaS ramp-ups on record. As of 2026, StackBlitz has raised $135M in total funding.
The platform gives an AI agent (powered by Anthropic's Claude 3.5 Sonnet, with Claude Opus 4.6 available for deeper reasoning tasks) full control over a real Node.js environment running inside the browser: file system, package manager, terminal, and live preview all run locally via WebContainers without any install. Bolt Cloud extends this with managed databases, authentication, file storage, edge functions, analytics, and one-click hosting.
Bolt is best suited for non-developers, designers, and early-stage founders who want a working prototype without touching a terminal. It is genuinely impressive for small-to-medium web apps, but it has real scaling ceilings: context loss beyond ~20 files, JavaScript-only backends, token consumption that is roughly 3x higher than local AI coding tools, and cloud hosting reliability that is not yet production-grade for high-stakes workloads.
Key Benefits
- No environment setup: The entire development runtime lives in the browser — no Node.js, npm, or Docker required locally.
- Speed of iteration: Natural language prompts generate complete, running applications with preview in under a minute.
- Integrated cloud infrastructure: Bolt Cloud bundles database, auth, storage, and hosting so there is no external service wiring needed for prototypes.
- Open-source transparency: The bolt.new codebase is public on GitHub, allowing inspection and community contributions.
Use Cases
- Rapid prototyping — Founders and PMs can turn a product spec into a clickable, data-backed demo in an afternoon without hiring a developer.
- Educational projects — Students and bootcamp learners can experiment with full-stack patterns without any local toolchain friction.
- Internal tools — Small teams can ship CRUD dashboards or admin panels quickly, accepting Bolt's design-level output as sufficient for internal audiences.
- Design-to-code handoff — Designers can generate a React scaffold from a description, then hand the exported code to an engineering team for refinement.