Choose My Stack
Join free
Open-source edition · updated Jul 2026

The 10 best open-source Lovable alternatives

A hand-curated, editor-ranked collection of open-source AI app builders that cover the same ground as Lovable — describe an app in plain language and get working full-stack code. Every pick is free to self-host and lets you bring your own model.

Elena Marsh, authorCurated by Elena Marsh · reviewed Jul 2026
10 tools · no pay-to-rankHow we rank →

What is Lovable?

Lovable is an AI app builder: you describe the product you want in chat, and it generates a working full-stack web app — typically React with Tailwind on the front end and Supabase for auth and data — that you can iterate on with follow-up prompts, then deploy and share from the same browser tab. It grew out of the open-source GPT Engineer project and has become one of the fastest-growing 'vibe coding' tools.

The trade-offs are the classic managed-platform ones: it's closed-source, you build on Lovable's credits and infrastructure, and the model choices are made for you. Heavy users hit the credit meter, and teams with data-residency or IP concerns often can't paste their product ideas into a hosted builder at all — which is exactly the gap the open-source alternatives below fill.

See Lovable's homepage
Key features
  • Chat-driven app building — describe features in plain language and watch the app update live.
  • Full-stack output: React + Tailwind front end with Supabase auth, database and storage wired in.
  • One-click deploy, custom domains and GitHub sync for taking the code further.
Lovable pricing
Individual plans
Free$0
Limited daily credits for trying the builder on public projects.
ProFrom $25/mo
100 monthly credits, private projects, custom domains and more parallel edits.
Teams
BusinessFrom $50/mo
Shared workspaces, SSO and centralized billing on top of Pro.
EnterpriseCustom
Dedicated support, security review and custom terms.
Key takeaways
  • Dyad is the best overalla free, local, open-source app builder that feels closest to Lovable — with your own API keys and no lock-in.
  • Want Bolt-style in-browser building? bolt.diythe official open-source Bolt.new, running any model you choose.
  • Design-first? Onlookvisually edit React apps and let AI make the code match.
  • Full products, not prototypes? Pythagoraplans, codes, tests and debugs across a real repo.
  • Hands-off tickets? OpenHandsan autonomous engineer that builds features and opens PRs.
  • Every pick is open-source & self-hostableyour code, your model keys, your infrastructure — no credit meter.
How to choose  Weigh three things: where you want to build (browser, desktop or IDE), how much of the stack you need generated (UI only vs full-stack vs whole products), and whether you want to pay per credit or bring your own model keys.
★ Editor's pick
#1

Dyad

Apache-2.0Local app builder
4.6/ 513k stars ↗TypeScriptAny provider + local
Dyad — install & demo

The closest open-source match for the Lovable experience. Dyad is a desktop app: describe what you want, watch it scaffold a React app with live preview, and iterate in chat — but everything runs on your machine, with your own keys for OpenAI, Anthropic, Gemini or a local model. No credits, no lock-in, and the code is just a folder you own from the first prompt.

Runs locallyLive previewAny model incl. Ollama
Free · BYO API key
Compare vs LovableVisit Dyad
#2
B

bolt.diy

MITIn-browser builder
4.5/ 517k stars ↗TypeScriptAny provider + local
bolt.diy — install & demo

The official open-source version of Bolt.new, from StackBlitz's own labs. You get the same prompt-run-edit loop in the browser — the AI writes code, executes it in a WebContainer and shows you the running app — but you pick the model: OpenAI, Anthropic, Gemini, Groq or a local Ollama model. The most Lovable-like workflow you can fully self-host.

Runs code in browser17+ model providersOfficial OSS Bolt
Free · self-host · BYO API key
Compare vs LovableVisit bolt.diy
#3

Onlook

Apache-2.0Visual editor
4.4/ 521k stars ↗TypeScriptAny provider
Onlook — install & demo

Onlook attacks the same problem from the design side: open a real React + Tailwind app, click any element and edit it visually — position, styles, copy — while Onlook writes the corresponding code changes. Paired with its AI chat, it's the pick for designers and founders who think in interfaces rather than prompts.

Figma-like editingWrites real React codeAI chat built in
Free · self-host · BYO API key
Compare vs LovableVisit Onlook
#4

Pythagora

FSL (source-available)Autonomous builder
4.3/ 533k stars ↗PythonAny provider
Pythagora — install & demo

Where Lovable excels at prototypes, Pythagora (built on GPT Pilot) aims at complete products. It interviews you about requirements, plans the architecture, then writes, tests and debugs the app step by step — asking for input when it's unsure. Expect a slower, more deliberate loop that pays off on apps you intend to ship and maintain.

Plans before codingWrites & runs testsDebugging loop
Free core · Pro from $49/mo
Compare vs LovableVisit Pythagora
#5

OpenHands

MITAutonomous agent
4.4/ 558k stars ↗PythonAny provider
OpenHands — install & demo

Not an app builder with a canvas — an autonomous software engineer. Give OpenHands a scoped ticket ('add Stripe checkout to this repo') and it works in a sandboxed environment: browsing docs, editing code, running the test suite and opening a PR. The pick when the app already exists and you want features built, not another prototype.

Sandboxed workspaceOpens PRsWorks on existing repos
Free self-host · Cloud from $20/mo
Compare vs LovableVisit OpenHands
#6

Reflex

Apache-2.0Python app builder
4.2/ 529k stars ↗PythonHosted AI or none
Reflex — install & demo

For Python teams, Reflex is the Lovable escape hatch: web apps in pure Python — no JavaScript — compiled to a React front end with a FastAPI-style backend. Its hosted Reflex Build adds the chat-to-app experience on top, and because the output is a standard open-source Reflex project, you can eject to your own infrastructure at any point.

Pure PythonAI builder (Build)60+ components
Framework free · Build has a free tier
Compare vs LovableVisit Reflex
#7

OpenUI

Apache-2.0UI generator
4.0/ 521k stars ↗TypeScriptAny provider + local
OpenUI — install & demo

Weights & Biases' answer to v0: describe a component and watch it render live, then ask for changes or convert the result to React, Svelte or plain HTML. It generates interfaces rather than full applications — but for landing pages, dashboards and design exploration it's fast, fun and entirely yours to run.

Live component previewReact / Svelte / HTMLOllama support
Free · self-host
Compare vs LovableVisit OpenUI
#8

Frontman

Apache-2.0 / AGPL-3.0Frontend editing agent
4.0/ 50.6k stars ↗ReScriptAny provider
Frontman — install & demo

Frontman flips the Lovable workflow: instead of generating an app from scratch, it lives in your running app. Click any element in the browser, describe the change in plain English, and it edits the actual source files with hot reload — seeing the live DOM, component tree, computed CSS and server logs for context. Works with Next.js, Vite, Astro, Vue and Svelte.

Click-to-editSees the live DOMNext/Vite/Vue/Svelte
Free · self-host
Compare vs LovableVisit Frontman
#9
C

CodinIT

MITLocal app builder
3.9/ 50.3k stars ↗TypeScriptAny provider + local
codinit — desktop
$ "Build a recipe app for iOS + web"
→ scaffolding shared components
→ generating native shells
preview ready on both targets

A young but promising local-first builder: CodinIT installs as a desktop app on macOS, Windows or Linux and generates web and mobile apps from prompts — with your own model keys, entirely on your machine. The community is small and the edges are rough, but if you like Dyad's local philosophy and want mobile output too, it's one to watch.

Web + mobile outputLocal-first desktop appMIT licensed
Free · runs on your machine
Compare vs LovableVisit CodinIT
#10
G

GPT Engineer

MITCLI builder
3.9/ 554k stars ↗PythonAny OpenAI-compatible
gpte — zsh
$ gpte projects/todo-app
→ 3 clarifying questions
→ generating 14 files
run: cd todo-app && npm start

The project Lovable itself grew out of. GPT Engineer is a CLI: write a prompt file describing the app, run one command, and it asks clarifying questions before generating the whole codebase. Development has slowed since the team went commercial, but it remains a clean, hackable foundation — and a piece of vibe-coding history.

Prompt file → codebaseAsks clarifying questionsLovable's OSS origin
Free · BYO API key
Compare vs LovableVisit GPT Engineer
How we rank

No sponsored positions. Three signals, equally weighted.

i.
Capability

The same 6-app build test for every tool: a dashboard, a CRUD app with auth, and a landing page — from first prompt to deployable code.

ii.
Momentum

Commit velocity, release cadence and community health over the trailing 6 months — not just star counts.

iii.
Cost of switching

How much of the Lovable workflow survives: chat-driven edits, full-stack scaffolding, deploy story and how easily you can export and own the code.

Also worth considering

Closed-source

Popular proprietary tools people compare with Lovable — not open-source, but worth a look.

Frequently asked questions

What is the best open-source Lovable alternative?

For most people, Dyad is the best overall — a free, local, open-source AI app builder that covers Lovable's chat-to-app workflow with your own model keys and no credit meter. bolt.diy is best if you want Bolt-style in-browser building, Onlook if you want to edit React apps visually, and Pythagora if you're building complete products rather than prototypes.

Is Lovable open source?

No. Lovable is a closed-source commercial product, though it originated from the open-source GPT Engineer project. If open source matters, Dyad, bolt.diy, Onlook, Pythagora, OpenHands, Reflex, OpenUI, Frontman, CodinIT and GPT Engineer are all genuinely open-source alternatives you can self-host.

Is there a free Lovable alternative?

Yes — every tool in this guide is free to self-host. Dyad and bolt.diy in particular are free to run locally; you only pay for the model usage on your own API keys, or nothing at all with a local model via Ollama.

Can these tools build full-stack apps like Lovable?

Dyad, bolt.diy, Pythagora, OpenHands, Reflex and CodinIT generate full applications, including backend logic and auth. Onlook and Frontman focus on visually editing existing front ends, and OpenUI on generating UI components — pair those with a coding agent for the backend.

Which Lovable alternative works with local models?

Dyad and bolt.diy both support local models through Ollama and similar runtimes, so you can build apps with zero data leaving your machine. OpenHands and GPT Engineer also accept any OpenAI-compatible endpoint, including local ones.

People also search for
lovable vs boltlovable vs v0open source ai app builderdyad vs lovablebolt.diy setupfree lovable alternativelovable pricingvibe coding tools 2026

People are looking for alternatives to…

View all alternatives
Notion

Notion is an all-in-one workspace that combines notes, docs, wikis, databases and lightweight project management in one flexible, block-based tool.

8 alternatives
Claude Code

Claude Code is a terminal-based AI coding assistant built on Anthropic's Claude models.

8 alternatives
n8n

n8n is a source-available workflow automation tool with a visual node editor, 400+ integrations and native AI/LLM nodes.

8 alternatives