Browser AI builder that runs and ships full-stack web apps from a prompt
Bolt.new from StackBlitz turns a prompt into a running web application without any local setup. You describe what you want, it scaffolds a project, installs packages and runs the development server inside the browser using WebContainers, so you can see and test the result immediately and keep refining it in conversation. It supports common frameworks and can connect to services such as Supabase for data and authentication, then deploy the finished app to a hosting provider. The differentiator is that the whole loop of generate, run, debug and publish happens in a browser tab.
Last updated: 2026-09-20. This site only provides an index; for exact features, pricing, and licensing, see the official website.
prototyping, mvps, learning web development, quick internal tools
If you're comparing similar products, check the alternatives below, or browse all tools in the AI Coding & Development category.
It uses WebContainers, which run a Node.js environment inside the browser. Files, packages and the development server all live in the tab, so there is nothing to install locally and the preview updates as the AI edits code.
There is a free daily token allowance for trying it out. Sustained building consumes tokens, so paid plans exist for heavier use, and complex prompts cost noticeably more than simple edits.
Yes. You can download the files or push them to a git repository, then continue in your own editor. That is the usual path once a prototype outgrows what the browser environment handles easily.
Anthropic's terminal-based coding agent that edits and runs your project
Open-source VS Code agent that plans, edits and runs commands on your key
AI-first code editor built for working inside a real repository
The most widely adopted AI pair programmer