Free to read. Sign up to save tools and get alerts when they change. Plus 900+ more AI tool profiles.

Sign up free
5 min read·Updated September 12, 2026

Bolt.new by StackBlitz is a browser-based AI development environment that generates, runs, and deploys full-stack web applications from a natural language description — the fastest path from idea to deployed app. It bills in tokens and routes model selection automatically.

Share

Listen to this overview

Free preview · first 0:30
0:00 / 0:30

Unlock audio and more

Audio streaming, downloadable PDFs and certificates come with Plus and Pro.

Learning Objectives

  • Understand how Bolt.new's browser-based approach eliminates local development setup
  • Identify the key capabilities: AI code generation, built-in database, analytics, and one-click deploy
  • Evaluate when Bolt.new is the right choice versus local IDEs like Cursor or other browser tools like v0

What Is Bolt.new?

Bolt.new is a browser-based AI development environment built by StackBlitz (5 million+ users, approximately 9 million monthly visits). It represents the fastest path from a text description to a fully deployed web application — describe what you want, and Bolt generates the code, runs it in a live preview, and deploys it, all without leaving your browser.

Unlike AI coding assistants that help you write code in an editor, Bolt.new is an end-to-end application builder. It generates complete project structures — React/Next.js/Remix frontends, API routes, database schemas, and styling — then runs everything in StackBlitz's WebContainer technology directly in the browser. No local Node.js, no terminal, no git setup required.

Bolt does not let you pick a model, and does not publish which ones it uses. It routes automatically — in its own words, Bolt "automatically routes to the right model for each task, balancing quality and cost" — across the major frontier families. What you control is the effort level rather than the vendor: a Standard mode for general development, and a MaxPro mode for harder work at a higher token cost. Treat that as a deliberate product decision rather than a gap, and expect the underlying models to change without announcement. It generates modern stacks including Next.js, Remix, Supabase, and Tailwind CSS.

🎯Tip

Get started: Visit bolt.new — no installation needed. Describe your app and watch it build in real time.

Pricing

Free$0
  • 300K tokens/day and 1M tokens/month
  • Hosting, unlimited databases
  • Bolt branding on sites
Pro$25/month
  • Starts at 10M tokens/month, no daily cap
  • Unused tokens roll over one month
  • Custom domains, no Bolt branding
Teams$30 per member/month
  • Everything in Pro
  • Centralized billing, admin controls
  • Private NPM registries
EnterpriseCustom
  • SSO, audit logs, compliance support
  • Dedicated account manager
  • Own-tenant deployment

Bolt bills in tokens, not in generations or seats, and that is the single most important thing to understand before budgeting for it. A prompt that touches many files costs more than a one-line change, so there is no reliable "apps per month" figure — the Free tier's ceiling is 300,000 tokens per day and one million per month, and Pro starts at ten million per month with larger bundles and one-off top-ups available above that. Plan against the workload rather than the sticker price: the twenty-five-dollar subscription is a floor, not a budget.

Free is more capable than the pricing page's framing suggests — it includes hosting and unlimited databases, so the paid tiers buy headroom, custom domains and governance rather than unlocking core features.

Core Capabilities

AI Full-Stack Generation

Describe your application in plain English — "a project management tool with kanban boards, user auth, and a dashboard" — and Bolt generates the complete codebase: frontend components, API routes, database schema, authentication flows, and styling. The AI understands modern web patterns and generates production-quality code.

Bolt Database

Unlimited databases are included on every tier, Free among them — no external configuration needed, because Bolt sets up the schema, writes queries and handles migrations as part of the generation process. Paid tiers raise the capacity and let you choose the database provider; for more complex needs it integrates with Supabase and other external databases.

Live Preview and Iteration

Every change renders immediately in a live preview panel. Describe modifications in natural language — "add a dark mode toggle to the header" — and watch the changes appear in real time. The iterative loop is fast: prompt, preview, refine.

Analytics and Version History

Built-in analytics show how your deployed app is performing. Version History lets you roll back to any previous state of your project, making experimentation safe.

One-Click Deploy

Deploy your application directly from Bolt with a single click. Bolt now hosts the result itself, with analytics and custom domains on paid tiers; projects can also be deployed to Netlify, pushed to Azure infrastructure, or downloaded as a complete codebase for hosting elsewhere.

Enterprise Distribution

In May 2026 Bolt announced availability on Microsoft Azure and Microsoft 365. The practical effect is procurement rather than capability: enterprises can buy Bolt through the Microsoft Marketplace against agreements they already hold, deploy generated applications straight to Azure, and wire it into Microsoft Teams, Azure DevOps and GitHub Actions, with Microsoft Entra for identity and Defender for compliance. Bolt says 75 percent of the Fortune 500 use the product — a vendor figure, unaudited, and worth treating as a reach claim rather than a seat count. This is a partnership, not an acquisition; StackBlitz remains independent.

Strengths

  • Zero setup: No local environment, no installations, no configuration — open the browser and start building
  • End-to-end: Generates complete applications, not just components or code snippets
  • Built-in infrastructure: Database, analytics, and hosting are included — no external services to configure
  • Rapid prototyping: The fastest way to go from an idea to a working, deployed application
  • Non-developer friendly: Accessible to product managers, designers, and founders who can describe what they want in plain English

Limitations & Considerations

  • Browser-based constraints: Complex applications with custom build pipelines, native modules, or specific runtime requirements may hit WebContainer limitations
  • Framework scope: Best with React ecosystem (Next.js, Remix) — less suited for Python, Go, or non-JavaScript backends
  • Code ownership: Generated code follows Bolt's patterns, which may need refactoring for specific team conventions
  • Scaling: Built for prototypes and MVPs; production-scale applications may need migration to traditional infrastructure
  • Internet required: No offline development — all computation happens in the browser via WebContainers
  • Token budgeting is the real constraint: cost scales with how much of your project each prompt touches, not with how many apps you build, so a heavy week of iteration can consume a month's allowance and push you into top-ups
  • No model choice: routing is automatic and the underlying models are undisclosed, so you cannot pin a version for reproducibility or steer a task to a specific vendor — a reasonable trade for most users and a blocker if you need either

Best Use Cases

TaskWhy Bolt.new
Rapid prototypingFastest path from description to working app — minutes, not hours
MVPs and demosComplete applications with database and auth for stakeholder review
Non-developer app buildingProduct managers and designers can create functional apps without coding
Learning web developmentSee how full-stack apps are structured by watching Bolt generate them
HackathonsMaximum output in minimum time with zero setup overhead

When to choose alternatives:

  • Professional daily coding → Cursor or Windsurf (full IDE features, extensions, multi-model)
  • Complex autonomous multi-file tasks → Claude Code (terminal-native, MCP, deep reasoning)
  • Component-level UI generation → v0 by Vercel (shadcn/ui, Vercel-native deploy)
  • Non-JavaScript backends → Replit (supports Python, Go, Java, and dozens of other languages)

Getting Started

  1. Visit bolt.new in your browser — no account required for basic usage
  2. Describe your application in the prompt box — be specific about features, pages, and data models
  3. Watch Bolt generate the codebase and render a live preview
  4. Iterate by describing changes — "add user authentication" or "change the color scheme to dark blue"
  5. Enable Bolt Database if your app needs persistent data storage
  6. Deploy with one click when you are satisfied with the result

🎯Tip

Power user tip: Start with a detailed description of your data models and pages — the more specific your initial prompt, the closer Bolt gets on the first generation. You can always iterate, but a good starting prompt saves multiple rounds of refinement.

Key Takeaways

  • Bolt.new is the fastest path from a natural language description to a deployed full-stack web application
  • Zero setup required — everything runs in the browser via StackBlitz's WebContainer technology
  • Built-in database, analytics, and one-click deploy make it a complete application platform, not just a code generator
  • Best suited for prototyping, MVPs, and non-developer app building; for professional daily coding, use a dedicated IDE like Cursor
  • Billing is in tokens rather than generations or seats — Free allows 300,000 tokens a day and one million a month, Pro starts at ten million a month for twenty-five dollars, and cost tracks how much of the project each prompt touches
  • You do not choose the model: Bolt routes automatically across frontier families and does not publish which ones, exposing effort level (Standard or MaxPro) instead of vendor
  • The May 2026 Microsoft partnership made it buyable through the Microsoft Marketplace with Azure deployment, which is an enterprise-procurement advantage rather than a capability one

Keep track of the tools you’re evaluating

  • The AI Hub on a phone: a 12-day AI Skill Streak and an expanded Content updates alert listing the saved items that changed.
  • Recommended for you on a phone: nine personalised suggestions labelled Trending in AI news, On your saved list, and Popular.
  • My AI Tools on a phone: saved tools including GitHub Copilot and OpenAI Codex, each with an Updated badge.

Swipe for Recommended for you and My AI Tools

Your AI Hub — sample data.

Other tools in Office & Productivity (12 of 29)

Show 7 more →
🧭Recommended for you

Optional detours — these connect to what you just read, and your next lesson will be waiting.