SoftwareSecrets

Base44 AI App Builder Review: Is It Worth $20 a Month?

Garrett Pierson

Base44 is the least technical way to get a real app with logins and a database: it generates the whole thing from a chat and hosts it for you, starting at $20/month. The trade is that the backend running your app belongs to Base44. For an internal tool, a client portal, or a first MVP, that trade is usually fine. For a product you expect to move somewhere else in two years, it’s the thing to think about before you start.

If you’ve been comparing AI app builders, Base44 is the one that keeps getting described as “the easy one.” We rank it in our best AI app builders roundup and on the free AI app builders list. This is the closer look: who owns it, what a month actually costs once the credits start moving, and where it stops.

Wix owns Base44

Wix announced it was buying Base44 on June 18, 2025, for $80 million plus earn-out payments running through 2029. Maor Shlomo founded the company and still runs it, and Base44 operates as its own product with its own team and roadmap rather than getting folded into the Wix editor.

Most reviews skip this, and it matters in two directions. A tool backed by a public company is less likely to shut down next spring than an eight-month-old startup, which is worth something when you’re putting a business on it. It also means Wix sets the roadmap now. In June 2026 Base44 launched Base 1, its own app-building model, so the thing writing your code is increasingly built in-house instead of rented from OpenAI or Anthropic.

What Base44 actually builds

You describe the app in a chat window, and Base44 generates the screens, the data model, the login system, and a live URL. Nothing to connect, nothing to configure.

What comes out is a standard React app, built with Vite and Tailwind, sitting on a managed backend Base44 runs for you:

  • A built-in database. A managed NoSQL store with MongoDB-style queries. You don’t provision it, and reads and writes don’t cost you anything extra.
  • Real authentication. Email and password plus Google, Microsoft, Facebook, and Apple sign-in. Google is on by default; the rest you switch on in settings.
  • Server-side code. Serverless functions on a Deno runtime, for the logic that shouldn’t live in the browser.
  • File storage, realtime updates, and integrations — email, push notifications, image generation, and LLM calls, all callable from your app.
  • Hosting with HTTPS, on every plan including the free one.

Base44’s hosting serves single-page apps only. No server-side rendering. For a dashboard, a portal, or an internal tool, nobody will notice. For a content site that lives or dies on Google rankings, that’s a real constraint, and a website builder is the better tool.

Mobile works the same way most of this category works. Base44 wraps your published web app in a native shell you can submit to the App Store, and Builder plans and up can generate the store files. Full offline use isn’t part of it. If an App Store listing is the whole point of your idea, Replit is the builder with a guided submission flow.

What it costs

Plan Price Message credits What you get
Free $0 25/mo, capped at 5/day Up to 5 apps, database, logins, hosting
Starter $20/mo ($16 annual) 100/mo Unlimited apps, in-app code editing, custom domain
Builder $50/mo ($40 annual) 250/mo GitHub sync, zip export, choice of AI model, free domain for a year on annual billing
Pro $100/mo ($80 annual) 500/mo Early beta access
Elite $200/mo ($160 annual) 1,200/mo Highest allowances, premium support

Annual billing takes 20% off every paid tier. There’s no per-seat charge — a workspace shares one credit balance.

For scale: paying a shop to build the same app runs $19,200 to $90,000+. A year of Base44’s Builder plan is $480.

The two credit meters

Base44 bills two separate pools, and mixing them up is how people get surprised.

Message credits are what you spend building. Base44’s own estimates: about 0.5 credits for a simple text or visual change, 1 for improving a small feature, 2 for a complex module, and 3 to 4 for an app-wide change. Discuss mode — where the AI talks through the change without writing code — runs about 0.3. Editing directly in the visual editor costs nothing.

Integration credits are what your finished app spends while people use it. Roughly 1 credit per email sent, 1 per image generated, 5 per second of video, and anywhere from 1 to 15 per LLM call depending on the model. Database reads and writes are free.

That second meter is the one to watch, because it’s the one that fails in front of your customers. Run out of message credits and you can’t build until the balance resets — your live app keeps running. Run out of integration credits and the features that need them stop working, and your users see a generic error with no explanation. If your app sends email or calls an AI model on every signup, do that multiplication before you launch.

Neither pool rolls over. Unused credits expire at the end of the billing cycle.

The free tier is real but small. Twenty-five message credits a month, no more than five a day, buys you a working prototype and a clear opinion about whether you like the tool. One cost lever worth knowing on any plan: when your app calls an outside service with your own API key, it doesn’t touch your integration credits. If your app leans on AI, bring your own key.

How much of it do you actually own?

Base44’s terms say you own the code and the applications it generates, and the export tooling backs that up as far as the code goes.

Zip download and two-way GitHub sync start on the Builder plan at $50/month. Starter at $20 lets you edit code inside Base44 but doesn’t hand you a copy of it. Your data comes out separately, as CSV.

Export stops at the code. The database, the login system, and the backend that runs your app are Base44 services, and you can’t download those. Take your code somewhere else and it has nothing to talk to until you rebuild the backend and migrate the records into it. That’s paid developer work. Base44 is honest about the code being yours. Leaving is expensive because of what sits underneath it.

Two habits are cheap insurance: get on Builder before you have real customers so backups are automatic, and export your data on a schedule. If keeping the escape hatch wide open matters more to you than simplicity, Lovable syncs to GitHub on every plan including free, and runs on Supabase, which you can host yourself.

The security story

In July 2025, the security firm Wiz found an authentication bypass in Base44. An attacker who had a private app’s ID — a value that shows up in URLs, so it was never secret — could register a verified account on that app and walk straight past the login, including single sign-on. That meant reading whatever data the app held.

Wix fixed it in under 24 hours. Wiz reported it on July 9, verified the fix on July 10, and the whole thing was disclosed publicly on July 29 after Wix investigated and found no sign that anyone had abused it.

Handled about as well as a disclosure gets handled. The lesson applies to the whole category. Any platform that generates apps for people who can’t read the code leaves the security to somebody else’s judgment. Before you store payment details, health records, or anything you’d hate to see leaked, pay a developer for an hour of review.

Who should pick something else

Base44 earns its spot when you want a working app with logins and the least setup possible. Other situations point elsewhere:

  • Your app is a content site that needs to rank. SPA-only hosting is the wrong shape for that. Use a website builder.
  • You want the code and the backend portable from day one. Lovable and Bolt both hand you more of the stack.
  • You need an App Store listing as the product. Replit’s guided flow beats a web wrapper.
  • You’re testing whether you like AI app building at all. Start on a free tier and spend nothing — our free builders list covers what $0 realistically gets you across seven tools.

FAQ

Is Base44 free? There’s a real free plan: 25 message credits a month, capped at 5 a day, with up to 5 apps, a database, logins, and hosting included. Enough to build a small working app and decide whether the tool fits. Custom domains, code editing, and exports all start on paid plans.

Who owns Base44? Wix. It announced the acquisition on June 18, 2025 for $80 million plus earn-outs through 2029. Founder Maor Shlomo still runs it, and Base44 operates as its own product.

Can I export my Base44 app? On the Builder plan ($50/month) and up, yes — zip download and two-way GitHub sync, with your data exported as CSV. The code is portable; Base44’s managed database, auth, and hosting are not, so a full move means rebuilding the backend elsewhere.

Can Base44 build a mobile app? It builds web apps, and it can wrap a published app in a native shell you submit to the app stores, with store files generated on Builder plans and up. Full offline use isn’t supported. For native-first, look at Replit.

Base44 vs Lovable — which one? Base44 for the fastest path to a working app with logins, especially internal tools and portals. Lovable for a customer-facing product where design polish and code portability matter more. We put both side by side in Lovable vs Bolt vs Replit.

The bottom line

Base44 is the shortest distance between “I need an app where people log in and see their own stuff” and a live URL, and $20 a month for that is a bargain against any other way of getting there. Budget for Builder at $50 once it’s real, so your code and data are backed up somewhere you control, and do the integration-credit math before customers arrive. 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.