OSS Alts.

Search alternatives

Internal Tools 4 alternatives tracked

Open-source alternatives to Retool

Retool is a low-code internal tool builder that lets engineering and operations teams build admin dashboards, CRUD interfaces, and data viewers by connecting SQL queries and API calls to pre-built UI components. It reduces the engineering time for internal tooling by handling the UI plumbing β€” tables, forms, buttons β€” while developers write the data queries.

Most recent activity in this list: Β· How we rank

Share: X Reddit HN LinkedIn

At a glance β€” how these 4 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,173 Β· TypeScript
Flagship Active Low risk
Embed in a proprietary product with no copyleft obligation
β˜… 38,094 Β· JavaScript
Flagship Active High risk
Even a hosted/modified deployment can trigger source release
β˜… 28,074 Β· TypeScript
Mainstream Active Unknown risk
No clear SPDX id β€” treat as all-rights-reserved until verified
β˜… 2,984 Β· JavaScript
Established Active Low risk
Embed in a proprietary product with no copyleft obligation

The alternatives

appsmith

β˜… 40,173 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-26
Latest release v2.1 (2026-05-29) Β· 23 releases in the last year Β· 4,460 open issues & PRs

ToolJet

β˜… 38,094 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-06-27
Latest release v3.20.188-lts (2026-06-26) Β· 68 releases in the last year Β· 1,015 open issues & PRs

budibase

β˜… 28,074 TypeScript NOASSERTION

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

budibase/budibase Updated 2026-06-26
Latest release 3.39.22 (2026-06-24) Β· 100+ releases in the last year Β· 261 open issues & PRs

lowdefy

β˜… 2,984 JavaScript Apache-2.0

Build apps that AI can generate, humans can review, and teams can maintain. Config that works between code and natural language.

lowdefy/lowdefy Updated 2026-06-26
Latest release v5.4.0 (2026-06-19) Β· 13 releases in the last year Β· 62 open issues & PRs

Editor's take

Yusuke Morinaga Β· last revisited

All four connect a query to a button. The license is the thing that should actually move you.

Retool’s value was never the drag-and-drop canvas β€” it was that you could wire a SQL query or an API call to a table and a form in an afternoon instead of building a React admin app. Every project below does that core loop. So unusually for this category, the feature comparison is close enough that I would let two other things decide: the license (because internal tools touch your production data and sometimes get embedded in products you sell) and which of these your team can actually self-host without resentment.

Appsmith β€” the one I default to, and the cleanest license

Appsmith (39.9k stars, TypeScript, Apache-2.0) is my default recommendation, and the license is a real reason why. Apache-2.0 means you can self-host it, modify it, and even embed Appsmith-built tooling into commercial products without copyleft worries β€” the most permissive terms in this group. Feature- wise it is the mature, well-rounded pick: connect databases and REST/GraphQL APIs, drop in tables and forms and charts, write JS where you need glue. For a team replacing Retool to escape per-user pricing, this is the safe choice.

ToolJet β€” comparable, but read the AGPL before you embed

ToolJet (37.9k stars, JavaScript, AGPL-3.0) is genuinely competitive with Appsmith on capabilities and is actively developed (pushed 2026-05-21). The difference that should drive your decision is the AGPL-3.0 license. For an internal admin panel your own staff use, AGPL never triggers and ToolJet is a perfectly good pick. But internal-tool builders have a habit of growing into customer-facing tools, and the moment you expose a modified ToolJet to third parties over a network, AGPL section 13’s source-disclosure clause is in play. If there is any chance this becomes part of a product you sell, Appsmith’s Apache license saves you a future conversation with legal.

Budibase β€” pick this when the workflow matters as much as the UI

Budibase (27.9k stars, TypeScript, NOASSERTION) leans harder into business- process automation β€” it is as much β€œbuild an internal app with logic and automations” as it is β€œbuild an admin panel.” If your Retool use was drifting toward workflow automation and approvals rather than pure CRUD-over-a- database, Budibase fits that shape best. Its card license is NOASSERTION (non-standard terms β€” check the repo before commercial embedding).

Lowdefy β€” the config-as-code outlier

Lowdefy (3k stars, JavaScript, Apache-2.0) is a different philosophy: you build the app from YAML config rather than a visual canvas. This is the right pick only if you specifically want your internal tools version-controlled as text and reviewed in pull requests like the rest of your code β€” and the wrong pick if the whole appeal of Retool was that non-developers could click together a tool without touching a repo. Apache-2.0, smallest community here, so weigh the bus-factor accordingly.

The gap to plan around

What none of these match is Retool’s breadth of pre-built native integrations (Salesforce, Stripe, dozens of SaaS connectors) and its newer AI query/ component generation. With the open-source options you will often be writing a REST call where Retool had a one-click connector. Budget that integration glue as part of the migration β€” it is the work Retool was quietly doing for you.

Comparison notes

Appsmith and ToolJet are the most mature open-source choices, both nailing Retool's central idea β€” wiring databases and APIs to drag-and-drop UI components β€” while Budibase covers similar ground with more of a business-process-automation slant. Retool keeps a lead in a few areas: its catalog of native integrations (Salesforce, Stripe, custom connectors) is broader than what these tools currently offer, and its AI features for auto-generating queries and components have no open-source match. Both Appsmith and ToolJet are developing actively, but on enterprise depth β€” audit logs, fine-grained permissions β€” they still trail Retool.

Migration tips

  • Export Retool apps as JSON from the Resource > Export menu β€” community tools exist to assist conversion
  • Evaluate Appsmith vs. ToolJet for your specific connectors β€” check their native database and API integration lists against your requirements
  • Recreate Retool's resource connections (database credentials, API keys) in your OSS tool's data source manager
  • Retool's query library does not export cleanly β€” document queries from each app before migration
  • Run both Retool and the OSS tool in parallel during the migration, auditing each internal tool before cutting over users

Which alternative should you pick?

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

  • You want the most active community and the lowest risk of abandonment β†’ appsmith. 40,173β˜… β€” 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 capture β†’ ToolJet. 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 weeks β†’ ToolJet. Last commit 2026-06-27 β€” the freshest activity in this list.

License & commercial-use notes

With a Retool 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 4 projects here fall into:

  • Permissive (appsmith, lowdefy) β€” 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 4 projects

Of the 4 projects listed, 4 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 4 alternatives compare on maintenance health?

4 of 4 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 Retool's use case and the alternatives' repository metadata, then reviewed by hand.
  • Maintenance signal: 4 of 4 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 mori7ga2222@gmail.com with the page URL (subject prefix [correction]) β€” we ship corrections within 14 days.