ArchVibe

A guide from ArchVibe, the software architecture course for people who build apps with AI and cannot code.

Every AI app builder in one table: Lovable, Base44, Bolt, v0, Replit, Cursor, Windsurf, Antigravity, Claude Code and Codex

Tamir Magnezi, founder of ArchVibe
Tamir Magnezi · Founder of ArchVibe ·

There is no best AI app builder for people who don’t code, because the ten tools people mean are two different kinds of thing. Five are builders in a browser: Lovable, Base44, Bolt, v0 and Replit build the app from a prompt, host it for you, and keep your code and data on their side, with a free plan on each. The other five are agents that write files on your own computer: Cursor, Devin Desktop (the editor formerly called Windsurf), Google’s Antigravity, Claude Code and Codex. Those host nothing, include no database or login, and put no ceiling on what can be changed. Pick the kind first, then the tool.

The two kinds, and why the split matters

A browser builder gives you a working app on day one with almost no decisions: hosting is on, the address is live, and in most of them a database and a login appear because you asked. The price is that the app lives inside the builder: the code copy is on every plan in some and a paid plan in others, and the data and user accounts stay in the builder’s backend unless you set up your own. Usage is metered in credits or tokens, and every one of them will loop on a bug it does not understand while the meter runs.

An agent tool starts from an empty folder. You describe what you want, it creates and edits the files, runs them, and shows you the result. Nothing is hosted, so putting the app on the internet is a separate step, and so are a database and a login. What you get back is the right to change anything. Cursor, Devin Desktop and Antigravity are code editors with the agent inside, so you watch the files change. Claude Code and Codex are the agent alone, in a desktop app, a terminal or a browser. All five take the same plain-language instructions.

Every builder, one row each

Every cell comes from the maker’s own pages today; where they do not say, the cell says so.

ToolWhere the code livesHostingDatabase and loginHow usage is meteredFree plan
LovableIn Lovable, with a two-way GitHub copy on every planBuilt in; free lovable.app address; custom domain on paid plansBuilt in (Lovable Cloud), or your own SupabaseOne credit balance for building, hosting and AI; paid credits roll overYes
Base44 (Wix)Inside Base44; ZIP or GitHub export on a paid planBuilt in; base44.app address; custom domainBuilt inTwo kinds of credit, for building and for what the live app does; unused ones expireYes
Bolt (StackBlitz)In Bolt; zip download or two-way GitHub syncBuilt in; free bolt.host address; custom domain on paid plansBuilt in (Bolt Cloud), or Supabase chosen at setupTokens; a daily and a monthly free allowance; paid tokens carry over for a whileYes
v0 (Vercel)In v0; pushed to a GitHub branchVercel, one click; vercel.app address or custom domainDatabases connected from a marketplace, not built in; login not statedCredits, plus a daily message cap on the free planYes
ReplitIn Replit; zip download or GitHub syncBuilt in; replit.app address; one published app on the free plan, expiring after 30 daysA database with every app; a production one is billed by use once published; login through Replit AuthDaily agent credits on the free plan; five-hour and weekly allowances on paid plansYes
Cursor (Anysphere)On your computer, in a code editorNone built inNone built inIncluded usage per plan, then on-demand at the model’s rateYes, limited
Devin Desktop, formerly Windsurf (Cognition)On your computer, in a code editorNone built inNone built inPrompt-based creditsSign-up is free; allowance not stated
Antigravity (Google)On your computer, in folders you allowNone built inNone built inWeekly rate limit on the free plan; five-hour refresh on Google AI paid plansYes
Claude Code (Anthropic)On your computer, or online in the web versionNone built inNone built inTime-window limits shared with the Claude chat appNo; needs a paid Claude plan
Codex (OpenAI)On your computer, or online in the cloud versionNone built inNone built inMessages per five-hour window plus weekly limits, shared with ChatGPTYes, in ChatGPT Free

Two rows deserve a note. Devin Desktop is the editor called Windsurf until June 2026; Cognition renamed it and says plans and pricing did not change. Antigravity is only for personal Google accounts in the countries Google lists, and its free plan meters by the week.

How to decide, by situation

What the table cannot tell you

The models under all ten change every few weeks, so any ranking by quality describes last month. The meters change too; check the maker’s pricing page before you rely on a number. What does not change is the split: a browser builder trades control for a live app today, and an agent tool trades that convenience for files you own. If you left Lovable, the Lovable-only version is Lovable alternatives.

You can learn more, and get the full prompts and the decision tables, in our course, starting from You’ve Outgrown Lovable. The first lesson is free, no card.

In the next ten minutes, write down the one thing your current tool will not do. If it is about how a screen looks, stay in the browser half of the table. If it is about what happens underneath, or who owns the result, install one tool from the other half and try that change in an empty folder first.

Build a real app first, then learn why it breaks

The first lesson of the course is free and ends with an app that runs.

Start the free lesson

No card. No account needed to read it.

Related guides