You have an idea for a small web app. A booking page for your dog-walking side gig, say, or an internal tool that tracks who owes what after the team lunch. You can picture it. You just cannot build it, because building it means setting up a code editor, wrangling a framework, and pushing it somewhere online, and by the time you have watched the third setup tutorial the motivation is gone.
Bolt.new is a swing at that exact gap. You type what you want in ordinary words, and it writes the code, runs the app live, and lets you tweak and publish it, all inside a browser tab. No installs, no local setup, no terminal staring back at you.
Quick facts
Pricing (as of 03 Jul 2026): free tier with a monthly token allowance, paid Pro plans starting at $25/month, and Teams and Enterprise options above that. Platform: web, runs in any modern browser. Made by StackBlitz. Not open source (the hosted product is commercial), though StackBlitz maintains a separate open-source project called bolt.diy for people who want to run their own version.
What it is
Bolt.new is an AI app builder. You describe the thing you want to make, and an AI coding agent generates a full project for you: the pages, the layout, the logic underneath, and the small pieces that make it actually run.
The clever part is where it all happens. Instead of sending your code off to some faraway server, Bolt runs a tiny version of a developer's setup right inside your browser using a technology StackBlitz calls WebContainers (a way of running real development tools in a browser tab, so there is nothing to install on your computer). That means the app boots up and previews instantly as it is being written. You ask for a change, you watch it happen.
It also handles the boring-but-essential back half of a real app. Through Bolt Cloud, you can add a database (where your app's information lives), user logins, hosting, and a custom web address, without signing up for three other services to glue together.
The real-world problem it solves
Picture a florist who wants a simple site where customers pick a bouquet, choose a delivery date, and pay. The old path is a maze: hire a developer she cannot really afford, or spend a fortnight fighting a website builder that almost does what she needs but not quite. With Bolt she types a paragraph describing the shop, the products, and the checkout, and gets a working first version in minutes. Then she refines it in plain language: make the delivery calendar block out Sundays, move the phone number to the top, add a note about same-day orders. She is shaping the thing directly instead of filing a request and waiting.
Where it's useful
A product manager who wants to test an idea before asking engineers to commit builds a clickable version of the feature in an afternoon, walks the team through it after lunch, and kills or greenlights it the same day instead of writing another spec no one reads.
A solo founder launching a niche subscription box spins up a landing page, a signup form, and a simple dashboard over a weekend, gets it in front of real customers on Monday, and only pulls in outside help once there is actual traction to justify it.
A marketer running a product launch builds a campaign microsite with its own sign-up flow and analytics, ships it the day the brief lands, and does not have to wait in the engineering queue behind everyone else.
A student learning to code stops reading about a to-do app and builds one, then pokes at the generated code to see how the pieces connect, using the working result as a map instead of starting from a blank file.
Why it stands out
A lot of AI tools will write code for you and then hand you a wall of text you have to figure out how to run. Bolt closes that loop: it writes the app and runs it in the same window, so you see the result immediately rather than copying files around and hoping.
The other genuinely useful bit is error handling. Bolt tries to test and fix its own mistakes as it goes, so you spend less time deciphering red error messages and more time actually building. It also lets you bring your company's design system or import a design from Figma or a project from GitHub, so what it produces can look on-brand instead of like a generic template. We will be honest about the catch, though: it runs on a token system, and tokens get eaten faster as your project grows. A quick prototype is cheap. A big, messy app that you keep asking it to rework can burn through an allowance quickly, and the cost is a little hard to predict up front. Worth knowing before you fall in love with it.
How to try it
Go to bolt.new, type a description of what you want to build, and hit go. There is nothing to install and you can start on the free tier. Be specific in that first prompt: name the kind of app, the main pages, and any tools you already know you want, because a clear description gets you a much closer first draft than "make me a website."
If you would rather see it in motion first, StackBlitz's original introduction video walks through the idea and shows the browser-based build in action.
Once you have a version you like, you can connect a database, add logins, and publish to a live web address from inside the same interface.
Takeaway
Bolt.new is the closest thing yet to talking an app into existence, and for prototypes, landing pages, and small internal tools it genuinely delivers. Keep an eye on the token meter for anything large, and treat the generated code as a strong first draft rather than a finished product. But if you have had an app idea stuck in your head for months, this is the fastest way we have seen to get a real, running version of it in front of people.