OSS Alts.

Search alternatives

No-Code 3 alternatives tracked

Open-source alternatives to Bubble

Bubble is a no-code web application builder that lets users design interfaces visually and define application logic through a point-and-click workflow editor, without writing code. It hosts applications on Bubble's infrastructure and handles database storage, user authentication, and API connections natively. It targets non-technical founders and product teams building internal tools or SaaS products without engineering resources.

Most recent activity in this list: · How we rank

Share: X Reddit HN LinkedIn

At a glance — how these 3 alternatives compare

Our read on each project's adoption, maintenance activity and commercial-use risk, derived from GitHub signals and SPDX license terms rather than star count alone. Sorted by stars. How we score.

Project Adoption Maintenance Commercial use
★ 40,207 · TypeScript
Flagship Active Low risk
Embed in a proprietary product with no copyleft obligation
★ 38,120 · JavaScript
Flagship Active High risk
Even a hosted/modified deployment can trigger source release
★ 28,083 · TypeScript
Mainstream Active Unknown risk
No clear SPDX id — treat as all-rights-reserved until verified

The alternatives

appsmith

★ 40,207 TypeScript Apache-2.0

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.

appsmithorg/appsmith Updated 2026-06-30
Latest release v2.1 (2026-05-29) · 23 releases in the last year · 4,461 open issues & PRs

ToolJet

★ 38,120 JavaScript AGPL-3.0

ToolJet is the open-source foundation of ToolJet AI - the enterprise app generation platform for building internal tools, dashboard, business applications, workflows and AI agents 🚀

ToolJet/ToolJet Updated 2026-07-01
Latest release v3.20.189-lts (2026-06-29) · 67 releases in the last year · 1,013 open issues & PRs

budibase

★ 28,083 TypeScript NOASSERTION

AI agents, automations and apps that run your operations. Model agnostic.

budibase/budibase Updated 2026-07-01
Latest release 3.39.23 (2026-06-30) · 100+ releases in the last year · 254 open issues & PRs

Editor's take

Yusuke Morinaga · last revisited

Leaving Bubble isn't a migration — there's no code export, so you're rebuilding from a spec you have to reverse-engineer first.

The word “migration” is misleading for Bubble, and I think that mislabeling is what burns people. Bubble has no code export. Your application is not portable artifacts you can convert — it’s logic locked inside Bubble’s visual editor. So the honest framing is: you are not migrating, you are rebuilding from scratch on a new platform, using your old app as the spec. Anyone who tells you a tool “converts Bubble apps” is selling something.

That reframing changes how I’d evaluate the OSS candidates here, because the real question becomes which target makes the rebuild cheapest — and whether the target can even do what your Bubble app does at all.

The candidates split on that second point. Appsmith (40.1k stars, TypeScript, Apache-2.0) and ToolJet (38k stars, JavaScript, AGPL-3.0) are both strong internal-tool builders: connect a database or API, drag widgets onto a canvas, wire up queries. Budibase (28k stars) covers the same forms, CRUD, and dashboard territory with a self-host story. All three are genuinely good. But notice the category they all live in: internal tools. That is the gap nobody mentions until it’s too late. Bubble’s actual selling point is building externally-facing SaaS products with arbitrary business logic and a responsive design engine. These OSS builders are oriented toward admin panels and data-management UIs behind a login. If your Bubble app is a customer-facing product, none of these is a like-for-like replacement, and you should be budgeting for real frontend code instead.

Two licensing notes worth checking before you commit: Appsmith’s Apache-2.0 is the cleanest if you might ever embed or resell. ToolJet and Budibase carry copyleft / non-standard terms — fine for internal use, worth a read if your plans are commercial.

What I’d do before touching any of them: export the Bubble database via the built-in CSV/API export while you still can, then screenshot every workflow page into a functional spec. The workflows are the asset you’re actually losing, and they vanish the day you stop paying. Capture them first, choose the platform second.

Comparison notes

AppSmith and ToolJet are the two open-source visual builders most people reach for when replacing Bubble, with Budibase covering similar ground — self-hosted forms, CRUD apps, and dashboards. The important distinction is what they're built to make. These tools point squarely at internal tools and data-management UIs, whereas Bubble is designed to ship externally-facing SaaS products with genuinely complex business logic. You also won't find an open-source match for Bubble's responsive design engine or the breadth of its plugin marketplace. Worth weighing on the other side of the ledger: Bubble's lock-in is severe, since apps can't be exported as standard code — a real argument for the more portable open-source route.

Migration tips

  • Bubble has no code export — migration requires rebuilding in the target platform, not converting
  • Export your Bubble database data via the built-in CSV or API export before migration
  • Document your Bubble workflows as a functional specification before rebuilding — screenshot or PDF each workflow page
  • Identify Bubble plugins you depend on and find equivalent integrations or libraries in your target platform
  • Plan for a parallel run period where both Bubble and the new application serve users while you validate feature parity

Which alternative should you pick?

Replacing Bubble isn't a single call — it's a trade between license terms, team size, and how much early-stage roughness you can absorb. The 3 projects above split along those lines:

  • You want the most active community and the lowest risk of abandonmentappsmith. 40,207★ — the largest user base in this list, which usually means more StackOverflow answers, more plugins, and more deployment runbooks online.
  • You want a strong-copyleft project that resists vendor captureToolJet. AGPL-3.0 licensed — downstream forks must stay open, which is what some teams explicitly want.
  • You need a project that has shipped a release in the last few weeksToolJet. Last commit 2026-07-01 — the freshest activity in this list.

License & commercial-use notes

With a Bubble replacement the license usually decides more than the feature list — whether you can modify it, ship it inside a product, or host it as a service. The 3 projects here fall into:

  • Permissive (appsmith) — MIT / Apache / BSD / ISC — modify and embed inside a commercial product with no copyleft obligation. The safest bucket for shipping in a proprietary codebase.
  • Network copyleft (ToolJet) — AGPL / SSPL — the copyleft trigger extends to offering the software over a network, so a hosted deployment of a modified version can oblige you to publish your changes. Read the exact terms before building a paid hosted product on these.
  • Unverified license (budibase) — GitHub returned no clear SPDX id. Treat as all-rights-reserved until you read the project's LICENSE file directly — do not assume commercial use is permitted.

License fields come from the GitHub API's SPDX classification and can lag a relicense. The repository linked on each card is authoritative — confirm its LICENSE file before any license-sensitive deployment.

Maintenance health of these 3 projects

Of the 3 projects listed, 3 shipped at least one commit in the last 12 months. See how we rank for the full criteria and our self-hosting cost reality check, which apply across every comparison on this site.

Frequently asked questions

How do these 3 alternatives compare on maintenance health?

3 of 3 have shipped a commit in the last 12 months. At least one project here has 5,000+ GitHub stars, which usually correlates with sustained maintainership. Always check the last-pushed date in the cards above and read the latest 5 closed issues — those two signals together catch 80% of abandoned-project cases.

How this page was compiled

  • Repository facts (stars, license, language, last commit) come straight from the GitHub public API and are linked on each card as the primary source.
  • Editorial analysis is drafted from Bubble's use case and the alternatives' repository metadata, then reviewed by hand.
  • Maintenance signal: 3 of 3 projects shipped a commit in the last 12 months as of the latest rebuild (most recent activity: ).
  • Last editorial review: by Yusuke Morinaga.
  • Spotted an error? Email [email protected] with the page URL (subject prefix [correction]) — we ship corrections within 14 days.