Lovable
Build and Ship a Working App by Describing It
StackBlitz's AI app builder that runs the whole toolchain client-side — real terminal, real file tree, instant preview. Free tier gives 1M tokens a month; Pro is $25.

Bolt is an AI app builder from StackBlitz. You describe a web application and it builds one — but unlike most tools in this category, it does not hide what it is doing. You get a real file tree, a real terminal and a live preview, all running inside the browser tab you are already looking at.
That is possible because StackBlitz spent years building the technology to run a Node.js toolchain client-side. Package installs, the dev server, the build — none of it goes to a remote sandbox. The practical effect is that the preview updates about as fast as it would on your own machine, and nothing queues behind other people's builds.
The result sits somewhere between an app builder and an editor. If Lovable is for people who want to describe an app and not think about code, Bolt is for people who want to describe an app and then look at it.
You prompt, it writes files, the preview refreshes. When something is wrong you can either explain it in another message or open the file and fix it yourself — and the second option is often faster, cheaper and more accurate. Being able to drop into the code without leaving the tool is the core of what makes Bolt different from its competitors.
It is also stack-agnostic in a way the vendor-backed builders are not. React, Vue, Svelte, Astro, whatever JavaScript framework you prefer — it is a real Node environment, not a template engine with one blessed output.
Databases are included and unlimited even on the free plan, with a choice of provider on Pro. Hosting comes with the account, custom domains on paid plans, and deployment is a button rather than a pipeline. For a prototype that needs to store something and be visited by someone, this covers everything.
Because it is a genuine development environment, existing projects can come in and finished ones can go out. That matters more than a feature list suggests: the tools that trap your work are the ones you regret, and this is not one of them.
Bolt bills by token, and there is one fact about how tokens are consumed that determines whether you will be happy with it.
StackBlitz says it plainly in its own FAQ: most token usage comes from syncing your project's file system to the model, so the larger the project, the more tokens each message costs. A one-line instruction on a mature application is not a small request. This is not a flaw unique to Bolt — every tool in this category has the same problem — but Bolt is unusually honest about it, and the company states that reducing token usage is a priority.
The consequences are practical. Costs rise as your project grows, which is the opposite of how people instinctively budget. Starting a fresh project is cheap; finishing a big one is not. And the free tier's daily cap means the first serious day of work will end early.
One genuinely good piece of news: on Pro, unused tokens roll over to the next month. Among the AI builders — several of which expire credits aggressively — that is a rare piece of customer-friendly design.
| Plan | Price | Tokens | What you get |
|---|---|---|---|
| Free | $0 | 1M a month, capped at 300K a day | Public and private projects, hosting, unlimited databases, Bolt branding, 10MB uploads |
| Pro | $25/mo, or $18/mo billed yearly | From 10M a month, rolls over | No daily cap, no branding, custom domains, private sharing, 100MB uploads, choice of database provider, AI image editing |
| Teams | $30/member/mo, or $27 billed yearly | As Pro | Central billing, access management, admin controls, org sharing, private NPM registries, design system prompts |
| Enterprise | By quote | Custom | SSO, audit logs, compliance support, account manager, 24/7 support, custom SLAs and data retention |
Yearly billing saves up to 28 per cent. Pro starts at ten million tokens a month and scales upward if you need more, so twenty-five dollars is the entry price rather than the price.
The free tier is more useful than most: a million tokens a month with hosting and databases included is enough to build and publish something small. The three-hundred-thousand daily ceiling is the constraint that will actually bite — it caps how much you can do in one sitting rather than how much you can do in total.
The natural audience. Generate the scaffolding, then behave like a developer: read the files, fix the two things the model got wrong by hand, prompt for the next feature. That loop is faster than pure prompting and far cheaper in tokens.
Because it runs a real Node environment rather than generating into one preferred stack, Bolt is the obvious choice if your project is in Vue, Svelte, Astro or anything else that the framework-specific builders treat as a second-class citizen.
Seeing the files appear, the terminal run and the preview update makes the connection between description and implementation visible. As a way of learning what an application actually consists of, it beats a tool that only shows you the finished screen.
Databases and hosting included, deployment in a click, no local setup at all. From opening the tab to a live URL that stores something is a short trip.
Yes, with a usable free plan: one million tokens a month, capped at three hundred thousand a day, plus hosting, unlimited databases and both public and private projects. Sites built on it carry Bolt branding.
Tokens measure the text sent to and from the model. StackBlitz states that most consumption comes from syncing your project's files to the AI, which means a bigger project spends more per message. Short prompts on a large codebase are not cheap.
On Pro, yes — they carry into the next month. That is unusual among AI builders and worth weighing against competitors that expire credits.
Bolt shows you the file tree and the terminal and lets you edit directly; it is also framework-agnostic. Lovable is smoother if you never want to see code, and v0 is stronger if you are committed to React and Vercel. Bolt sits closest to being an actual development environment.
Within the JavaScript ecosystem, yes — it is a real Node environment running in the browser, so most frameworks and npm packages work as they would locally.
Hosting is included on every plan, with a click to publish. Custom domains and the removal of Bolt branding come with Pro.
Bolt is the AI builder that respects the possibility you might know something. It gives you the environment as well as the output, works with whatever JavaScript stack you prefer, and rolls unused tokens forward instead of confiscating them. For anyone who intends to read the generated code, it is the most comfortable of the current crop.
Budget for the fact that token cost rises with project size, and get in the habit of fixing small things by hand rather than by prompt. Done that way, the free tier will tell you within an evening whether the rest is worth paying for.