Bolt.new
Bolt.new is a browser-based AI development environment from StackBlitz that builds, edits, and runs full-stack web applications entirely in the browser. It combines an in-browser Node.js runtime with an AI agent, letting users go from prompt to a running, deployable application without ever opening a local editor.
What is Bolt.new
Bolt.new is an AI-powered full-stack development platform launched by StackBlitz in late 2024. It runs entirely in the browser, combining StackBlitz's WebContainer technology — a Node.js runtime that executes inside the browser tab — with an AI agent that can read, write, install dependencies, run servers, and debug errors. The result is an environment where a user can describe an application in natural language and watch it get built, tested, and deployed without leaving the page.
Bolt distinguishes itself from many other "AI builds your app" tools by actually running the application during development. The AI agent doesn't just generate code; it spins up the dev server, installs packages, watches for errors, and iterates based on what it sees running. This in-loop development means Bolt can catch and fix issues that purely generative tools miss — typos in import paths, missing environment variables, runtime errors that don't appear until execution.
Since launch, Bolt has expanded into native mobile development through a partnership with Expo, allowing users to build React Native applications directly in the browser and preview them on real devices. The platform supports Astro, Next.js, Remix, Vite, Vue, Svelte, and a wide range of other frameworks, with one-click deployment to Netlify and direct integration with Supabase, Stripe, and other common backend services. Bolt has been adopted by a fast-growing community of indie developers, agencies, and product teams who want to ship full applications without traditional development overhead.
Key features
- In-Browser Full-Stack Development — Run Node.js, npm install, dev servers, and complete development workflows entirely in the browser via WebContainers
- AI Agent with Execution Loop — The AI doesn't just generate code; it runs the application, sees errors, and iterates until things work
- Multi-Framework Support — Build with Next.js, Astro, Remix, Vite, Vue, Svelte, SvelteKit, React Native (via Expo), and more
- Native Mobile via Expo — Build and preview React Native apps directly in the browser, with QR code preview on physical devices
- Backend Integrations — Native support for Supabase, Stripe, Netlify, GitHub, and Figma via built-in connectors
- One-Click Deployment — Deploy completed apps to Netlify or push to GitHub without leaving the workspace
- File Tree Editing — Edit any file directly alongside the AI, with full IDE-style file management
- Project Cloning & Templates — Start from public templates or fork existing projects
- Mobile Companion App — Bolt also offers a mobile app for previewing and iterating on builds from your phone
Pros
✅ The in-browser execution loop produces more reliable working applications than purely generative tools — errors get caught and fixed during the build
✅ Full-stack capability out of the box — Bolt handles frontend, backend, database integration, and deployment in one flow
✅ Framework flexibility is broader than most competitors — Next.js, Vue, Svelte, Astro, React Native, and more are all first-class
✅ Native mobile via Expo integration is a genuine differentiator — building React Native apps in a browser is unusual and works well
✅ The deployment story is tight — going from prompt to live URL takes minutes, with optional GitHub sync for traditional handoff
Cons
⛔️ Token consumption is high — complex projects can burn through monthly credits quickly, making serious use expensive
⛔️ The AI agent occasionally gets stuck in error-fix loops, consuming credits without converging on a solution
⛔️ Limited control compared to a traditional IDE — power users may find the AI-first interface constraining for fine-grained work
⛔️ Browser performance limits exist — very large projects can slow the WebContainer environment
⛔️ Security and data privacy considerations require attention when integrating with production databases and APIs
Who is using Bolt.new
Bolt has gained traction across a diverse community of builders who want to ship faster without traditional development setup:
- Indie developers and solo founders building MVPs, side projects, and product prototypes without local environment overhead
- Agencies and freelancers rapidly producing client demos and prototypes
- Product managers and designers prototyping working applications to validate ideas before committing engineering resources
- Mobile-first developers taking advantage of the Expo integration for React Native apps
- Hackathon participants building working full-stack apps in hours
- Internal tools teams at companies who need quick-turn dashboards, admin panels, and one-off utilities
Bolt has been used to launch a notable number of revenue-generating products — Bolt regularly highlights customer stories of indie builders who shipped paid products built largely in the platform.
Pricing
| Plan | Price | Key Capabilities |
|---|---|---|
| Free | $0 | Daily token limit, public projects, basic features |
| Pro | $20/month | 10M tokens/month, private projects, GitHub sync |
| Pro 50 | $50/month | 26M tokens/month, larger projects |
| Pro 100 | $100/month | 55M tokens/month, heavy usage |
| Pro 200 | $200/month | 120M tokens/month, professional use |
| Teams | $30/user/month | Shared workspaces, team management |
Disclaimer: Please note that pricing information may not be up to date. For the most accurate and current pricing details, refer to the official Bolt.new website.
What makes Bolt.new unique?
Bolt's defining technical bet is WebContainers — StackBlitz's proprietary technology for running Node.js entirely inside a browser tab. This isn't just an architectural curiosity; it's the foundation of what makes the product distinct. Because the AI agent can actually execute the application as it builds, it operates with feedback that purely text-generating tools don't have. When something breaks, Bolt sees it break and fixes it. When a dependency is missing, Bolt installs it. When the server won't start, Bolt diagnoses why.
This execution-in-the-loop pattern produces applications that more often actually work — not just compile, but run end-to-end. For users who don't want to debug AI-generated code locally, this is the single biggest reason to choose Bolt over alternatives.
The breadth of framework support and the mobile-via-Expo integration are also rare. Most AI app builders focus on a narrow stack (typically Next.js or React). Bolt's willingness to support Vue, Svelte, Astro, and React Native opens it to a much wider developer audience and to use cases (especially mobile prototyping) that competitors don't address well.
How I rate it
| Criterion | Score |
|---|---|
| Accuracy and Reliability | 4.4/5 |
| Ease of Use | 4.6/5 |
| Functionality and Features | 4.7/5 |
| Performance and Speed | 4.3/5 |
| Customization and Flexibility | 4.5/5 |
| Data Privacy and Security | 4.2/5 |
| Support and Resources | 4.4/5 |
| Cost-Efficiency | 3.9/5 |
| Integration Capabilities | 4.6/5 |
| Overall Score | 4.4/5 |
Final thoughts
Bolt.new is one of the strongest options for anyone who wants to build and ship a full-stack web or mobile application without dropping into a traditional development environment. Its in-browser execution model, broad framework support, and tight deployment integration make it well suited for indie founders, agencies, prototypers, and anyone who values speed of shipping over deep customization.
The main caution is cost. Heavy users will run through credits faster than they expect, and the pricing scales steeply for serious production use. Bolt rewards a workflow of "build the first version fast, then move to a traditional IDE for ongoing maintenance" — most teams should think of it as the rapid bootstrapping environment, not the permanent home for a large codebase. Used that way, it's hard to beat for going from concept to deployed application in a single afternoon.