SoftwareSecrets

Lovable AI App Builder Review: Is It Worth $25 a Month?

Garrett Pierson

Lovable gets a non-coder to a good-looking, working web app with less effort than anything else in its class — starting at $25/month — and it builds web apps only, with no native iPhone or Android version at the end. For a founder who wants a demo that looks real by the weekend, that trade is usually worth it. For someone whose whole plan is the App Store, it’s a dealbreaker.

If you’ve been shopping AI app builders, Lovable is the name that keeps coming up. We rank it in our best AI app builders roundup and put it head-to-head in Lovable vs Bolt vs Replit. This is the closer look: what it builds, what it costs once you’re actually using it, and the two security stories you should know about before you put customer data in one.

What Lovable actually builds

Lovable is a chat window that writes and hosts a full web app for you. You describe the product — or paste in a screenshot of something you like — and it generates the screens, the database, the login system, and a live URL, while keeping the technical decisions out of your way.

Under the hood it writes standard React with TypeScript and Tailwind. Since May 2026, new projects are built on TanStack Start with server-side rendering, which mostly matters because pages arrive already built instead of assembling themselves in the visitor’s browser; projects started before that run on React and Vite and can be migrated in place.

The backend is Lovable Cloud, switched on by default — a database, user accounts, file storage, and server functions built on Supabase’s open-source foundation. You can also connect a Supabase project you own instead.

You keep the code. Git sync works on every plan including the free one: Lovable creates a private GitHub repository and syncs both directions, so a developer can pick up your project without a rewrite. Paid plans can also download the whole codebase as a zip. Two limits worth knowing — Lovable can’t import an existing GitHub repo, and it syncs one branch at a time.

The company behind it is well funded and growing fast. Lovable is based in Stockholm, founded by Anton Osika and Fabian Hedin out of their earlier GPT Engineer project, and launched publicly in November 2024. It raised a $330 million Series B in December 2025 at a $6.6 billion valuation, and told TechCrunch in June 2026 that it had passed a $500 million annualized revenue run rate with roughly 8 million users.

The web-only catch

Lovable makes responsive web apps and progressive web apps — sites that people can add to a phone home screen. It does not produce React Native code, native app files, or a submission to the App Store or Google Play. Getting a Lovable project into a store means wrapping the web app with a tool like Capacitor and doing the native build and signing work yourself.

Lovable does have its own mobile app, announced in April 2026 for iPhone and Android, which trips people up. It’s a way to build from your phone: prompt by voice or text, queue up work, and get a notification when a build finishes. What it produces is still a web app.

If shipping to the App Store is the point of your idea, Replit is the builder with a guided store flow, and it’s the one to look at instead.

What it costs

Plan Price What you get
Free $0 5 build credits a day, capped at 30 a month; 20 Cloud credits; private projects; Git sync
Pro From $25/mo (100 credits), or $250/year — about $21/mo Custom domains, code editing and zip download, Lovable badge removed, credit top-ups, user roles
Business From $50/mo (100 credits), or $500/year — about $42/mo Everything in Pro plus role-based access, SSO, Security Center, priority support
Enterprise Custom Audit logs, SCIM, publishing controls, scheduled security scans, dedicated support

Both paid plans scale up from that entry tier — you’re buying credits, so heavier tiers cost proportionally more. There’s no per-seat charge on any plan; a whole team shares one credit balance.

The mechanic to understand is that build credits are spent by the size of the job. A small edit costs a fraction of a credit; a big multi-file change costs more. Lovable publishes its own examples: “make the button gray” runs about 0.50 credits, “add authentication” about 1.20. Plan mode — where the agent discusses the change without touching code — is a flat 1 credit per message. Top-ups run $0.30 a credit on Pro and $0.60 on Business, and monthly credits expire two months after they’re issued.

Read the free tier carefully. Five credits a day capped at 30 a month works out to about six days of building, and free workspaces can’t buy top-ups. That budget covers a landing page or a decision about whether you like the tool, and runs dry well before a finished product. Our free AI app builders list covers what you can realistically get done at $0 across the category.

For scale: hiring the same app out runs $19,200 to $90,000+. Even a heavy $200 month on Lovable is a rounding error next to an agency invoice.

Where the credits actually go

The complaint you’ll see most about Lovable is credit burn. Look at G2 reviews or r/lovable and users tell the same story repeatedly: someone spends a third of a monthly allowance chasing one bug, because the agent fixes the thing they asked about and breaks something they didn’t. Those are self-reported worst cases rather than typical bills. The behavior underneath them shows up in review after review — the agent changes unrelated files, forgets earlier context, and sometimes reintroduces a bug it already fixed.

Three habits keep the number boring:

  • Start in Plan mode when the change is fuzzy. One credit, flat, and the agent asks clarifying questions before it writes anything. A build message that heads the wrong direction can cost a multiple of that.
  • One scoped change per message. “Move the signup button above the fold” is cheap. “Make the onboarding better” invites a multi-file rewrite you’ll spend more credits undoing.
  • Revert instead of re-prompting. When a change breaks something, roll back to the working version rather than asking the agent to repair its own mistake. Repair attempts bill like anything else, and that loop is where the horror-story invoices come from.

Writing the spec before you prompt is the single biggest cost control available — we cover it in how to build an app with AI, and there’s a fill-in-the-blanks PRD template built for exactly this.

The security question

Lovable has been on both sides of a security story, and you should know both before storing anyone’s data.

In 2025, apps built with Lovable shipped with weak row-level security — the database rules that decide who is allowed to read which records. It’s catalogued as CVE-2025-48757, covering projects generated through April 15, 2025: an attacker who never logged in could read or write database tables in affected apps. Lovable disputes the entry, and the NVD listing records why — its position is that each customer takes on responsibility for protecting their own app’s data. Which is the practical takeaway either way. Turning row-level security on does not prove the rules match what your app is supposed to allow.

Then Lovable itself had an incident. Between February 3 and April 20, 2026, a bug made the source code and chat history of public projects readable by any other signed-in Lovable user who had the link. Lovable says private projects and Lovable Cloud were unaffected, patched it within two hours of the public report, and converted historical public projects to private.

Lovable shipped real tooling after that. As of June 2026, every plan gets Basic and Deep security scans that check row-level security rules, dependencies, exposed endpoints, and leaked secrets, with automatic fixes for some critical findings and an optional Aikido penetration-testing integration. Lovable’s own documentation is straight about the limit: a scan can’t guarantee security or replace professional review.

So treat it the way you’d treat any app you built yourself. Run a Deep scan before you launch. Assume anything your app sends to the browser is public. And before you store payments, health records, or anything you’d hate to see leaked, pay a developer for an hour of review.

Who should pick something else

Lovable earns its place when you want the best-looking web MVP for the least effort. Other situations call for a different tool:

  • You need an App Store listing. Lovable ships web. Replit builds native iOS and Android apps with a guided submission flow.
  • Your app hinges on complicated permissions. Multi-tenant access rules, layered approval workflows, and gnarly business logic are where G2 reviewers report Lovable struggling most, and the failure is a sneaky one: the code builds and runs while doing the wrong thing.
  • You want to see the machinery. Lovable hides every technical decision, which is the whole appeal until you want control. Bolt hands you the stack choices, and the Cursor alternatives list covers editors for people who want to touch the code.

FAQ

Is Lovable free? There’s a real free plan — 5 build credits a day, capped at 30 a month, with private projects and GitHub sync included. That’s roughly six days of building per month, and you can’t buy more credits on it. Enough to evaluate the tool and put up something small.

Can Lovable build a mobile app? It builds responsive web apps and progressive web apps that work well on a phone, and it can’t produce a native iPhone or Android app on its own. Getting into the App Store means wrapping the web app with a native wrapper yourself, or using a builder like Replit that supports mobile directly.

Do I own the code Lovable writes? Yes. Git sync is on every plan, including free — Lovable pushes to a private GitHub repository you control, and paid plans can download a zip. A developer can take over from there without starting again.

How much does a real app cost to build on Lovable? Budget the $25/month Pro plan plus top-ups during heavy build weeks. A tightly scoped app can fit inside 100 credits; a complex one with lots of back-and-forth runs well past it. The habits above matter more to your bill than the plan you pick.

Is Lovable safe to use for a real business? For marketing sites, internal tools, and MVPs, yes — run a Deep security scan before launch. For anything holding payment details, health data, or a lot of personal information, budget a developer review on top. Lovable says the same thing in its own docs.

The bottom line

Lovable is the shortest path from a plain-English idea to a web app that looks like a real product, and $25/month goes a long way if you prompt with discipline. Its edges are honest ones: web only, a credit meter that rewards scoped prompts, and security you own the moment real users show up. Build on it. Picking an idea worth building and turning it into income is still the part no builder does for you, and that’s exactly what Software Secrets 2.0 covers — the whole book is free.