Skip to content
Base44 SEO Journal

What is Base44, and how does it work?

Base44 is an AI app builder, owned by Wix, that turns prompts into working apps with a database, login and hosting. How it works, what it builds and what it's built on.

8 min read

Base44 is an AI app builder. You describe the app you want in plain language, and Base44 builds the whole thing: pages, a database, user login, permissions and hosting, plus integrations like email and payments. It’s owned by Wix, which acquired it in June 2025. Under the hood, a Base44 app is a standard React app with a Base44-hosted backend.

For whether it’s any good, see the Base44 review. This post covers what it is and how it works.

How Base44 works

  1. You describe the app. Start from a prompt, a template, a Figma import, an existing GitHub repository, or a migration from another platform such as Lovable, Bolt.new, WordPress or Shopify.
  2. The AI builds it. Base44 creates the pages, the data tables (Base44 calls them entities), login and permissions, and wires in any integrations you asked for. You can use Plan mode to settle the design first.
  3. You refine it. Keep prompting, edit visually on the canvas, or change the code directly. Each AI change uses message credits.
  4. You publish. The app goes live at a base44.app address or your own domain, and Base44 hosts it, including a sitemap, social previews and pre-rendered pages for search crawlers on custom domains.

What Base44 can build

  • Web apps with accounts, data and workflows: CRMs, booking tools, dashboards, portals, marketplaces.
  • Websites for businesses, with templates for trades like roofing, salons, restaurants and fitness.
  • AI agents inside your app, and standalone assistants Base44 calls Superagents.
  • Mobile apps, packaged for the App Store and Google Play as a native wrapper around your web app. See Base44 mobile apps.

What it’s built on

LayerOn Base44
FrontendReact + Vite, Tailwind, JavaScript
RoutingOne file per page in src/pages
DataEntities defined by JSON schemas, stored by Base44
LoginBase44 authentication: email and password, Google, Microsoft, Facebook, Apple, SSO on Elite
Server logicBackend functions in TypeScript on Deno
SDK@base44/sdk, connecting the frontend to the backend
Built-in servicesSendEmail, UploadFile, InvokeLLM, GenerateImage and more
HostingManaged by Base44

Because the frontend is ordinary React code, developers can export it, sync it to GitHub and edit it in their own tools. The backend is the part that stays on Base44. See the migration guide.

Who owns Base44

Wix announced its acquisition of Base44 in June 2025, in a press release describing it as a hyper-growth vibe-coding startup. Reporting at the time put the price at about $80 million plus earn-outs. Base44 was founded by Maor Shlomo, who built it without outside funding. Since the acquisition, Base44 has added Wix-powered features such as Base44 Payments powered by Wix and domain purchases through Wix, and it keeps its own brand and product.

What it costs

There’s a free plan with 25 message credits a month. Paid plans start at $16 a month billed annually, and most serious apps need the Builder plan at $40. The pricing guide has the details.

How Base44 compares

Base44’s closest rivals are Lovable, Bolt.new and Replit, with coding agents like Claude Code and Cursor on the developer end. The biggest difference is that Base44 hosts its own backend, where Lovable builds on Supabase and coding agents work on whatever stack you choose. See Base44 vs Lovable and the alternatives guide.

What to do next

  1. Try the free plan with a small, specific app idea.
  2. Read the review for the strengths and weak spots.
  3. If you’re building a public site, read the Base44 SEO guide early.

Found something wrong or out of date? Base44 ships changes every week and we'd rather fix a guide than let it rot.

Frequently asked questions

What is Base44 used for?
Building web apps, websites and AI agents from plain-language prompts. Common uses include internal tools, customer portals, dashboards, SaaS prototypes, booking and directory apps, and small business websites. It can also package apps for the App Store and Google Play.
Who owns Base44?
Wix. Wix announced its acquisition of Base44 in June 2025, for about $80 million plus performance-based earn-outs. Base44 was founded and bootstrapped by Maor Shlomo.
What language does Base44 use?
Base44 apps are React apps built with Vite, written in JavaScript, with Tailwind for styling. Backend functions are TypeScript running on Deno. The app talks to its backend through the Base44 JavaScript SDK.
Do I need to know how to code to use Base44?
No. You describe what you want and the AI builds it, and you can edit visually. Developers can also edit the code in the Code tab, sync it to GitHub, or use the Base44 CLI and their own coding agents.
Does Base44 own my app?
No. Base44's pricing FAQ says you own everything you build. On the Builder plan you can export the frontend code. The backend services it uses, such as the database and login, run on Base44.

Read next