All stories
AI EraAI / Developer Tools

How Bolt.new Made AI Development Happen Entirely in the Browser

Eric Simons combined WebContainers (a Node.js runtime in the browser) with LLMs to create Bolt.new — an AI tool that generates, runs, and deploys full-stack applications without ever leaving the browser. The result was a development environment that felt like magic.

Company: Bolt.new (StackBlitz)|Founded by: Eric Simons

The Challenge

AI code generation tools (Cursor, GitHub Copilot) helped developers write code faster, but they still required a local development environment — installing Node.js, configuring build tools, managing dependencies, and setting up deployment pipelines. The "last mile" between generated code and a running application remained friction-heavy.

For non-developers, even the best AI code generation was useless if they couldn't set up the environment to run it. The development environment itself was the barrier.

The Approach — Tools in Action

First Principles thinking questioned the assumption: "Does development require a local environment?" StackBlitz had already proved it didn't — their WebContainers technology ran Node.js entirely in the browser. Combining this with LLMs meant the entire loop (generate → run → preview → iterate → deploy) could happen in one browser tab. Productive Thinking Model structured the product:
  1. What's going on? — AI can generate code, but users can't easily run it
  2. What's success? — Anyone can go from prompt to deployed app in minutes
  3. What's the question? — "How do we close the gap between AI-generated code and a running application?"
  4. Generate answers: Browser-based runtime + AI generation + instant preview + one-click deploy
  5. Forge solution: Bolt.new — combines StackBlitz WebContainers with LLM-powered code generation
  6. Align resources: Focus entirely on the "prompt to production" flow
Impact Effort Matrix prioritized the magic moments:
  • Quick wins: Instant preview of generated code (high impact, leverages existing WebContainers)
  • Major bets: Multi-file project generation (high impact, required significant AI orchestration)
  • Deferred: Collaborative editing, version control integration

The Outcome

Bolt.new became one of the fastest-growing AI developer tools:

  • Millions of projects created within months of launch
  • Demonstrated that full-stack development could happen entirely in a browser
  • Achieved viral growth as developers shared "prompt to app" demos on social media
  • Proved that removing the environment barrier was as important as improving code generation
  • Part of the broader revolution making software creation accessible to everyone

Bolt.new showed that the most powerful innovation isn't always the AI model — sometimes it's removing the infrastructure barriers that prevent people from using AI effectively.

💡

Key Takeaway

First principles thinking reveals hidden assumptions. Everyone assumed AI development needed a local environment because development always had. Removing that assumption unlocked an entirely new category of users.

Tools Used in This Story

Related Combos

Sources