Bolt.new is an AI-powered full-stack web development platform built by StackBlitz. Launched on October 4, 2024, Bolt.new allows users to describe an application in natural language and receive a complete, running web app inside the browser, with no local development environment required. The platform combines frontier large language models (initially Claude 3.5 Sonnet by Anthropic) with StackBlitz's WebContainers technology to generate, execute, and deploy full-stack applications entirely within a browser tab [1].
Bolt.new's growth following its launch was extraordinary by any measure. The product went from zero to $4 million in annualized recurring revenue within 30 days, reached $20 million ARR in roughly 60 days, and hit $40 million ARR within five months [2]. This trajectory made it one of the fastest-growing software products in history, second only to ChatGPT, and placed it at the center of the emerging "AI app builder" category alongside competitors like Lovable, Replit, and v0 by Vercel.
StackBlitz was founded in 2017 by Eric Simons (CEO) and Albert Pai (CTO), both Chicago natives who met as teenagers and began coding together. Before StackBlitz, Simons had a colorful entrepreneurial history. In 2011, he co-founded ClassConnect, an education startup accepted into the Imagine K12 accelerator. When funding dried up, Simons famously lived secretly inside AOL's Palo Alto headquarters for nearly two months, sleeping in the office, showering in the company gym, and surviving on free cafeteria snacks while continuing to code. Security guards assumed he was simply working late until he was eventually discovered and escorted out [3]. After ClassConnect, Simons and Pai built Thinkster in 2013, an online coding education platform that was acquired in January 2019.
StackBlitz launched as a browser-based integrated development environment (IDE) built on top of Visual Studio Code. The company's core technical differentiator was its work on WebContainers, a browser-based runtime that enables Node.js applications to execute entirely inside a browser tab. The team spent over four years developing this infrastructure before it became the foundation of Bolt.new.
WebContainers are a micro-operating system built on WebAssembly that can run Node.js, npm, and related tooling natively inside a browser tab. The technology was first introduced publicly in 2021 and represented a fundamental breakthrough in browser-based development. Rather than relying on remote servers or cloud virtual machines, WebContainers execute all code directly on the user's device within the browser's security sandbox [4].
The implementation relies on several key web technologies working together:
| Component | Role | Description |
|---|---|---|
| WebAssembly | Core runtime | Powers a micro-operating system capable of running Node.js entirely in the browser |
| Service Workers | Network layer | Provides a virtualized TCP network stack mapped to the browser's ServiceWorker API, enabling local development servers |
| SharedArrayBuffer | Memory sharing | Allows simultaneous memory access from multiple workers, critical for process coordination |
| Cross-origin isolation | Security | Ensures the sandboxed environment operates safely within the browser's security model |
WebContainers deliver several performance advantages over traditional cloud-based development environments:
Browser support for WebContainers includes full support in Chrome and Chromium-based browsers, with beta support in Firefox (since version 104) and Safari (since version 16.4). Partial support is available on Android browsers and iOS/iPadOS Safari [5].
The WebContainers API was made publicly available for third-party developers, enabling other companies and projects to embed browser-based Node.js environments in their own applications. Common use cases beyond Bolt.new include interactive programming tutorials, next-generation documentation with live code examples, browser-based IDEs, and employee onboarding platforms.
Despite the technical achievement of WebContainers, StackBlitz struggled to find significant commercial traction as a standalone IDE product. By late 2023, the company's annual revenue was approximately $80,000 with flat growth. At a December 2023 board meeting, investors delivered an ultimatum: demonstrate real traction in 2024 or wind down the company [2].
The team began exploring how AI could transform the WebContainers platform. In February 2024, they built an initial prototype combining AI code generation with browser-based execution, but the results were underwhelming. The AI models available at the time could generate code snippets but consistently failed when tasked with producing complete, functioning applications. The prototype was shelved.
The pivotal moment came in June 2024 when StackBlitz gained early access to Anthropic's Claude 3.5 Sonnet. Eric Simons recognized that Claude 3.5 Sonnet's code generation quality was qualitatively different from previous models and that combining it with WebContainers could create something entirely new: a system where an AI model generates an entire application and a browser-based runtime executes it immediately, allowing the user to see results in seconds [2].
Simons built the working prototype of what would become Bolt.new in a matter of weeks. The concept was simple but powerful: the user types a prompt describing what they want to build, the AI generates the complete codebase, WebContainers install dependencies and run the application in the browser, and the user sees a live preview alongside the generated code.
Bolt.new launched publicly on October 4, 2024, announced through a single tweet. The product gained immediate traction, driven in large part by viral demonstrations on social media where users showed complete applications being generated from short text prompts. On its first day, Bolt.new generated $60,000 in ARR; by day two, that figure had risen to $80,000 [6]. Within the first few weeks, active paying customers surged from roughly 600 to over 14,000 [2].
The growth was so rapid that it temporarily maxed out Anthropic's GPU capacity. Anthropic CEO Dario Amodei reportedly described Bolt.new as the fastest-growing customer they had ever seen [2]. By December 2024, Bolt.new had reached approximately $20 million in ARR with just 35 employees.
In January 2025, StackBlitz raised $105.5 million in a Series B funding round led by Emergence Capital and GV (formerly Google Ventures), with participation from Madrona Venture Group, Conviction, and Mantis (the venture fund of The Chainsmokers). Joe Floyd of Emergence Capital joined the board. The round valued the company at approximately $700 million [7]. This came on top of the company's $7.9 million seed round raised in April 2022, led by Greylock Partners with support from GV, Tom Preston-Werner (GitHub co-founder), and others [8].
By March 2025, Bolt.new had reached $40 million ARR, had powered over one million websites in partnership with Netlify, and had accumulated over 3 million registered users with 1 million monthly active users [1][6]. By mid-2025, the platform claimed over 5 million total users, adding more than a million new users per month.
| Funding Round | Date | Amount | Lead Investors | Valuation |
|---|---|---|---|---|
| Seed | April 2022 | $7.9M | Greylock Partners | Undisclosed |
| Series A | November 2024 | ~$22M | Undisclosed | Undisclosed |
| Series B | January 2025 | $105.5M | Emergence Capital, GV | ~$700M |
| Total | ~$135M |
The core workflow of Bolt.new follows a prompt-to-application pattern:
This entire cycle, from prompt to running application, typically completes in under a minute for simple projects. More complex applications with multiple pages, authentication, and database integration may take several minutes as the AI scaffolds the project in stages.
The technical backbone of Bolt.new is StackBlitz's WebContainers technology. WebContainers provide a full Node.js environment running in the browser via WebAssembly. This means that unlike many AI code generators that only produce static code, Bolt.new actually runs the generated application in real time. The system supports:
Because all code execution happens within the browser's security sandbox, there is no risk of generated code affecting the user's local machine or accessing sensitive files.
Bolt.new launched with Claude 3.5 Sonnet as its default model and has since expanded its model support significantly. As of early 2026, the platform supports multiple AI models, allowing users to choose the best model for their specific task.
| Model | Provider | Notes |
|---|---|---|
| Claude 3.5 Sonnet | Anthropic | Original default model at launch |
| Claude Sonnet 4.6 | Anthropic | Added February 2026; strong balance of speed, cost, and reasoning depth |
| Claude Opus 4.6 | Anthropic | Added January 2026; variable effort selection for adjustable reasoning depth |
| GPT-4o | OpenAI | Alternative model option |
| Gemini | Alternative model option |
The choice of Claude as the default model was deliberate. Eric Simons has stated that Claude 3.5 Sonnet's code generation capabilities were the catalyst that made Bolt.new possible, as earlier models consistently failed to produce working full-stack applications [2].
Bolt.new supports a broad range of JavaScript and TypeScript frameworks and tools, reflecting its full-stack ambitions. Because WebContainers support the full npm ecosystem, any JavaScript library available through npm can theoretically be used in a Bolt.new project.
| Framework/Technology | Type | Notes |
|---|---|---|
| React | Frontend library | Most commonly used framework on the platform |
| Next.js | Full-stack framework | Supports server-side rendering and API routes |
| Vue.js | Frontend framework | Full support including Vue 3 Composition API |
| Svelte / SvelteKit | Frontend/full-stack | Lightweight framework option |
| Astro | Static site generator | Supported for content-focused sites |
| Angular | Frontend framework | Full support for Angular applications |
| React Native (Expo) | Mobile development | Cross-platform mobile app support |
| Tailwind CSS | CSS framework | Default styling solution for most generated projects |
| TypeScript | Language | Full TypeScript support across all frameworks |
| PostgreSQL | Database | Supported through Bolt Cloud built-in databases |
| Supabase | Backend-as-a-service | Integrated for authentication and database needs |
| Prisma | ORM | Database schema management and querying |
The entire development workflow takes place within the browser. Users can view and edit source code in a built-in code editor, see a live preview of the running application, access a terminal for command execution, and manage files through a file explorer panel. This approach eliminates the traditional setup friction of cloning repositories, installing dependencies, and configuring local development environments.
After generating an initial application, users can provide follow-up prompts to modify, extend, or fix the application. The AI modifies the existing codebase rather than regenerating from scratch, preserving the user's previous work. This conversational iteration loop is one of Bolt.new's core interaction patterns.
Bolt.new supports one-click deployment to production. Originally, all deployments were handled through Netlify, leveraging a partnership between StackBlitz and Netlify. In 2025, Bolt introduced its own hosting service, Bolt Cloud, which became the default for new projects. Users can still choose to deploy to Netlify if they prefer [9].
Bolt V2, introduced in October 2025, marked a significant evolution of the platform from an experimental vibe coding tool to a production-grade development environment. The centerpiece of V2 is Bolt Cloud, a hosting and backend platform that bundles several previously separate concerns into a single integrated system [10].
Bolt Cloud includes:
| Capability | Description |
|---|---|
| Built-in databases | Unlimited PostgreSQL databases created automatically based on project needs; no third-party database configuration required |
| Managed hosting | Production hosting with custom domain support and DNS management |
| Native authentication | Built-in auth system, eliminating the need for Supabase Auth, Auth0, or similar services |
| Edge functions | Server-side logic executed at the edge for low-latency responses |
| File storage | Managed file and asset storage |
| Analytics | Live user data, traffic sources, page views, bandwidth, and geographic distribution |
| Security reviews | Automatic vulnerability scanning that flags potential issues and allows one-click fixes |
| Version history | Visual browsing and one-click restoration of previous project versions |
| SEO tools | Built-in SEO management for deployed sites |
| Payment integration | Streamlined payment setup for SaaS applications |
Bolt Cloud represents a strategic shift from being purely a code generation tool to becoming a more complete application platform. By bundling hosting, databases, and authentication together, Bolt.new aims to solve what the company calls "vibe coding's fatal flaw": the gap between generating an application and actually deploying it for real users [10].
Bolt.new introduced Figma import capabilities, allowing users to convert Figma designs into functional code. The integration, powered by Anima, lets users copy a link to a Figma frame and paste it directly into Bolt's chat interface. Within seconds, the design is converted into a working application with preserved layout, spacing, and styling decisions [11]. In a 2025 update, Bolt expanded this feature to allow importing Figma frames into existing projects mid-development, not just during initial project creation. Every user receives 3 free Figma conversions per month, with additional conversions consuming tokens (50,000 to 200,000 tokens depending on design complexity).
As of early 2026, Bolt.new supports generating AI images directly from the chat interface, with features including transparent background support and WebP format conversion. This allows users to create custom graphics and assets for their applications without leaving the platform.
Bolt.new added support for Model Context Protocol (MCP) servers in early 2026, allowing users to connect external tools like Notion, Linear, and GitHub directly into their development workflow. This enables the AI agent to interact with external services and pull in data or trigger actions without requiring the user to switch between applications [12].
Bolt.new added team features in 2025 and 2026, including shared workspaces, team templates for standardized project creation, admin controls, and collaborative editing. The Teams plan allows organizations to create reusable templates that enforce consistent project structure and configuration across team members. These features target professional teams and small businesses rather than just individual developers.
Other notable features introduced over the course of 2025 and 2026 include:
Bolt.new uses a token-based pricing model, where usage is metered by the number of AI tokens consumed during interactions. As of 2026, unused tokens from paid plans roll over for one additional billing period, making them valid for up to two months total [13].
| Plan | Monthly Price | Token Allocation | Key Features |
|---|---|---|---|
| Free | $0 | 1M tokens/month (300K daily cap) | Unlimited databases, public/private projects, Bolt branding on deployed sites, 10MB file upload limit |
| Pro | $20 | 10M tokens | Full model access, Bolt hosting, custom domains, no Bolt branding |
| Pro 50 | $50 | 26M tokens | Higher token ceiling for moderate usage |
| Pro 100 | $100 | 55M tokens | For heavy usage |
| Pro 200 | $200 | 120M tokens | Highest individual tier |
| Teams | $30/member | Shared allocation | Admin controls, shared workspaces, team templates |
| Enterprise | Custom | Custom | Custom terms, dedicated support, SSO |
Annual billing provides a 10% discount across all paid plans (e.g., the Teams plan drops to approximately $27 per member per month with annual billing) [13]. The free tier is sufficient for experimenting with the platform but runs out quickly for sustained development work, particularly when working on complex projects that require many iterative prompts.
bolt.diy is the official open-source version of Bolt.new, maintained under the StackBlitz Labs GitHub organization. Originally created by content creator Cole Medin under the name "oTToDev," the project was adopted by StackBlitz in an official partnership and renamed to bolt.diy. It allows users to run a Bolt-like AI app builder locally or self-hosted, using any LLM of their choice [14].
As of early 2026, bolt.diy has accumulated over 19,000 GitHub stars and 10,400 forks, reflecting strong community interest. The project supports over 19 LLM providers:
| Provider Category | Supported Providers |
|---|---|
| Cloud providers | OpenAI, Anthropic, Google Gemini, Groq, xAI, DeepSeek, Mistral, Cohere, Together AI, Perplexity, HuggingFace, OpenRouter, Moonshot (Kimi), Hyperbolic, GitHub Models, Amazon Bedrock |
| Local providers | Ollama, LM Studio, OpenAI-compatible endpoints |
Key features of bolt.diy beyond basic LLM flexibility include:
In early 2025, StackBlitz announced the Bolt 100K Open Source Fund, committing $100,000 to support open-source web infrastructure projects and libraries that the Bolt ecosystem relies on. The company also joined the Open Source Pledge, an initiative led by Sentry for companies to contribute financially to open-source maintainers [15]. This fund supports ecosystem tools like pkg.pr.new (continuous releases for GitHub projects) and other community-driven infrastructure.
Bolt.new's community extends across several platforms. The official Discord server (shared with StackBlitz) serves as the primary community hub for support, feature requests, and project showcases. The platform's viral nature on social media, particularly X (formerly Twitter) and TikTok, has been a significant driver of user acquisition. Creators regularly post demonstrations of building complete applications in minutes, contributing to the broader vibe coding movement popularized by Andrej Karpathy in February 2025 [16].
Bolt.new operates in the rapidly growing AI app builder market, where several well-funded competitors are vying for dominance.
Lovable (formerly GPT Engineer) is perhaps Bolt.new's most direct competitor. Like Bolt.new, Lovable generates full-stack web applications from natural language prompts and has seen explosive growth. Lovable focuses on React and Supabase-based applications and reached $200 million ARR by November 2025, significantly outpacing Bolt.new on revenue. Lovable raised $330 million at a $6.6 billion valuation in December 2025 [17].
v0 is Vercel's AI-powered development tool. Originally focused specifically on frontend UI generation using React and Tailwind CSS, v0 has since expanded to offer fuller-stack capabilities with built-in databases. v0 benefits from deep integration with the Vercel deployment platform and the Next.js ecosystem. It is known for producing visually polished Next.js applications [18].
Replit offers an AI-powered online IDE with its Replit Agent feature, which can generate and deploy applications from natural language descriptions. Replit differentiates itself with support for a wider range of programming languages beyond JavaScript/TypeScript (including Python, Java, Go, and others) and its established developer community. Replit provides real-time multiplayer collaboration, similar to Google Docs, making it particularly strong for team use cases.
| Feature | Bolt.new | Lovable | v0 | Replit |
|---|---|---|---|---|
| Full-stack generation | Yes | Yes | Expanding (originally frontend) | Yes |
| In-browser execution | Yes (WebContainers) | No (cloud-based) | No (cloud-based) | Yes (cloud VM) |
| Code runs locally | Yes (on user's device) | No | No | No |
| Default AI model | Claude | Claude | Custom v0 models | Proprietary |
| Built-in hosting | Yes (Bolt Cloud) | Yes (Lovable Cloud) | Yes (Vercel) | Yes |
| Built-in database | Yes (Bolt Cloud) | Supabase integration | Yes (built-in) | Yes (built-in) |
| Native authentication | Yes (Bolt V2) | Via Supabase | No | Yes |
| Mobile app support | React Native (Expo) | Limited | No | Yes |
| Language support | JavaScript/TypeScript | JavaScript/TypeScript | JavaScript/TypeScript | Multi-language |
| Real-time collaboration | Limited | Multiplayer workspaces | Individual focus | Real-time multiplayer |
| Figma import | Yes | No | No | No |
| Open-source version | bolt.diy (community) | No | No | No |
| Starting price | $20/month | $20/month | $0 (credit-based) | $0 (free tier) |
| Estimated ARR (2025) | ~$40-80M | ~$200M+ | Undisclosed | Undisclosed |
Beyond the major players, additional competitors have entered the AI app builder space:
Bolt.new's revenue trajectory is among the most dramatic in SaaS history, making it the second fastest-growing software product ever behind ChatGPT.
| Milestone | Timeframe | Notes |
|---|---|---|
| $60K ARR | Day 1 (October 4, 2024) | First-day revenue from launch |
| $80K ARR | Day 2 (October 5, 2024) | Rapid acceleration |
| $4M ARR | ~30 days (November 2024) | Initial viral growth phase |
| $20M ARR | ~60 days (December 2024) | Continued acceleration |
| $40M ARR | ~5 months (March 2025) | With only 35 employees |
| 1M+ websites deployed | March 2025 | In partnership with Netlify |
| 3M registered users | March 2025 | 1M monthly active users |
| 5M+ total users | Mid-2025 | Adding 1M+ users per month |
| $80-100M ARR (projected) | End of 2025 | Based on growth trajectory |
The revenue efficiency is notable: reaching $40 million ARR with a team of approximately 35 people translates to over $1 million in ARR per employee, a figure that surpasses most SaaS companies at similar stages [19]. The $700 million valuation at Series B implied a 17.5x revenue multiple based on the $40 million ARR run rate.
Despite its impressive growth, Bolt.new has faced several criticisms from users and the developer community.
Code quality concerns: Generated applications sometimes contain inefficient code patterns, duplicated logic, or suboptimal architectural decisions. Professional developers have noted that the AI can "lose context" on larger projects, leading to inconsistencies as the codebase grows [20].
Token consumption: Heavy users frequently report that token allocations run out faster than expected, particularly when working on complex applications that require many iterations. A single complex project can easily exhaust the Pro plan's 10 million tokens in a few days of active development.
Debugging difficulty: When the AI generates code that does not work as expected, diagnosing and fixing the issue can be challenging for non-technical users, which is ironic given that the platform's primary appeal is accessibility to non-developers.
Backend limitations: While Bolt.new supports full-stack development in principle, its strength lies more in frontend and simple backend logic. Complex backend architectures, microservices, and sophisticated database schemas remain challenging for the AI to generate reliably.
Framework flexibility vs. depth: While Bolt.new supports many frameworks, the quality of generated code can vary significantly between frameworks. React projects tend to produce the best results since the underlying models have been trained on more React code. Less popular frameworks may produce more errors.
Scalability of generated apps: Applications built with Bolt.new are well-suited for prototypes, MVPs, and small-to-medium-scale projects. However, large-scale production applications with complex state management, performance optimization needs, and enterprise-grade security requirements typically require significant manual refinement by experienced developers.
Bolt.new has been closely associated with the rise of vibe coding, a term coined by Andrej Karpathy on February 2, 2025, to describe a style of programming where the developer "fully gives in to the vibes, embraces exponentials, and forgets that the code even exists" [16]. Collins Dictionary selected "vibe coding" as its Word of the Year for 2025, reflecting the cultural impact of tools like Bolt.new that make software creation accessible to non-programmers.
The platform has been particularly popular among designers, entrepreneurs, and non-technical founders who want to build functional prototypes or MVPs without hiring developers. The combination of natural language input, instant visual feedback, and one-click deployment has lowered the barrier to software creation in ways that were not possible before AI-powered code generation.
As of March 2026, Bolt.new continues to be one of the leading AI app builders. Recent updates have focused on model upgrades, collaboration features, and integration capabilities. Key developments in the first quarter of 2026 include:
The competitive landscape has intensified significantly since Bolt.new's launch. Lovable has outpaced Bolt.new in revenue terms, reaching reported ARR figures well above Bolt.new's trajectory. However, Bolt.new retains a distinctive technical advantage through its WebContainers technology, which provides true in-browser code execution rather than relying on cloud-based compute. This approach offers faster feedback loops, offline capability, and a development experience that more closely resembles working in a local IDE.
Bolt.new, along with its competitors, is riding a fundamental shift in how software is created, one that is blurring the line between technical and non-technical builders and redefining what it means to be a software developer.