If you need internal tools built on your databases in 2026, the short answer is: Retool is the category leader for teams with developers, Appsmith is the best open-source self-hosted option, ToolJet is the cheapest managed alternative, and Fastero generates working tools from natural language without requiring anyone to drag-and-drop components or write configuration. Airplane is dead. The rest of this post is the long answer.
The comparison table
| Tool | Self-host? | DB connectors | Workflows | AI generation | Pricing | Best for |
|---|---|---|---|---|---|---|
| Retool | Yes (paid) | 50+ (Postgres, MySQL, MongoDB, BigQuery, REST, GraphQL) | Yes (Retool Workflows) | Copilot (assists, doesn't build) | Free/5 users, $10–$50/user/mo | Dev-heavy teams that need CRUD apps fast |
| Appsmith | Yes (free, Apache 2.0) | 25+ databases, REST, GraphQL | Basic (JS in queries) | AI query assistant | Free self-host, $40/user/mo cloud | Teams that want Retool without per-seat lock-in |
| ToolJet | Yes (free, AGPL) | 30+ (databases, APIs, SaaS) | Multi-step query chaining | Limited | Free self-host, $19/user/mo cloud | Budget-conscious teams, cloud preferred |
| Budibase | Yes (free, GPLv3) | 10+ (SQL, REST, built-in BudibaseDB) | Basic automation builder | AI field generation | Free self-host, $50/user/mo cloud | Non-devs who don't have an existing database |
| Superblocks | No (cloud only) | 30+ (databases, APIs, SaaS) | Server-side workflows, scheduled jobs | AI copilot | Custom pricing (enterprise) | Large enterprises with compliance requirements |
| DronaHQ | Yes (on-premise option) | 25+ (databases, REST, GraphQL) | Action flows, approval chains | Limited | Free tier, from $10/user/mo | Teams that need approval workflows |
| Airplane | Was cloud-only | Was 20+ | Was task-based | No | Shut down (acquired by Airtable, 2024) | Nobody anymore |
| Fastero | Cloud | Postgres, MySQL, MongoDB, BigQuery, Snowflake, REST APIs | Event-driven triggers, scheduled runs | Full generation from natural language | Free tier, from $20/mo | Teams without a developer to build internal tools |
How internal tool builders actually work
Every tool in this category follows the same basic architecture. A builder layer sits between your databases and the business users who need tools. The differences are in how much work happens in that middle layer — and who has to do it.
HOW INTERNAL TOOL BUILDERS WORK
┌─────────────┐ ┌─────────────────────────────┐ ┌─────────────┐
│ Databases │ │ Builder / Platform │ │ Business │
│ │ │ │ │ Users │
│ Postgres │───▶│ Connect data sources │ │ │
│ MySQL │ │ │ │───▶│ Ops team │
│ MongoDB │ │ Build UI (drag-drop / AI) │ │ Support │
│ REST APIs │ │ │ │ │ Finance │
│ BigQuery │ │ Deploy internal tool │ │ Sales │
└─────────────┘ └─────────────────────────────┘ └─────────────┘
│
WHO DOES THIS PART?
─────────────────────
Retool/Appsmith: a developer
Budibase/DronaHQ: a technical ops person
Fastero: describe it in EnglishThe question isn't whether these tools can build internal apps. They all can. The question is: who on your team is available to sit in that middle box and do the building?
Fastero
Connect your database. Ask questions. Get dashboards.
Postgres, BigQuery, Snowflake, and 10+ sources — live-connected, AI-powered, no dashboard builder learning curve.
Try free →Who is Retool actually for?
Retool earned category leadership for a reason. Its component library is the deepest: tables with server-side pagination and inline editing, form builders with validation rules, JSON explorers, file pickers, custom components via React iframes. The query editor handles raw SQL, REST, GraphQL, and has native connectors to everything from Postgres to Salesforce to Twilio. If you need a developer to build something specific and polished, Retool gives them the best parts to work with.
But here's the thing the marketing doesn't say loudly enough: Retool requires a developer. Not "a technical person." A developer. Someone who can write JavaScript expressions for component bindings, understands data types when wiring query results to table columns, and can debug why a transformer is returning undefined instead of the filtered array.
I've watched ops managers try to build Retool apps after attending a webinar. They get the table connected, get excited, then hit a wall the moment they need conditional logic in a button handler or need to chain two queries where the second depends on the first. The "low-code" label is doing a lot of heavy lifting.
Pricing scales linearly with users. Free for 5 users. $10/user/month on Team. $50/user/month on Business (where SSO and audit logs live). A 40-person ops team on Business costs $24,000/year. That's real money for a tool that still needs a developer to maintain.
Best for: Teams that have a dedicated developer (or engineering-adjacent person) willing to build and maintain internal tools, and a budget that can absorb per-seat pricing.
Is Appsmith a real Retool replacement?
Yes, with caveats. Appsmith is the most credible open-source alternative. It's Apache 2.0 licensed, you can self-host it with no user limits and no feature gates, and the component library is mature enough for production use. Tables, forms, charts, modals, tabs, lists — the basics are all there and they work.
Where Appsmith wins over Retool: cost. Self-hosting is genuinely free. No per-seat pricing. No artificial feature gates on the open-source version. For a team that has DevOps capacity to run a Docker container and wants to avoid per-user fees, this is the most straightforward answer.
Where Appsmith falls short: polish. The JavaScript-in-widgets experience is clunkier than Retool's. Native integrations are fewer (25+ vs Retool's 50+). Mobile layout support is weaker. The community is large but the ecosystem of templates and examples is thinner. And the cloud-hosted Business plan at $40/user/month isn't dramatically cheaper than Retool's $50 — the real savings come from self-hosting.
Also worth noting: Appsmith still requires a developer. The same JavaScript-binding model that Retool uses applies here. A non-technical ops person will hit the same walls.
Best for: Teams with DevOps capacity that want the Retool development model without per-seat pricing.
What about ToolJet and Budibase?
ToolJet is the budget option in the managed-hosting category. Cloud pricing starts at $19/user/month on Business — the cheapest among the established players. Like Appsmith, it's open source (AGPL) and self-hostable. The component library covers the standard set: tables, forms, charts, file pickers. The differentiator is a slightly more visual multi-step query builder that chains operations without raw JavaScript. The trade-off: a smaller community means fewer third-party resources when you get stuck.
Budibase takes a different approach. It includes a built-in database (BudibaseDB) alongside external data source connections. If your team doesn't have an existing Postgres or MySQL instance to connect to — they just need a simple data entry app — Budibase lets them start from scratch without provisioning a database. The automation builder handles basic workflows: "when a row is created, send an email." Open source under GPLv3, self-hostable.
The trade-off with Budibase is ceiling height. For simple CRUD apps with 5-10 screens, it's genuinely easier than Retool. For complex apps with multi-query workflows, conditional UI logic, and custom components, you'll outgrow it. If you know you'll need the complexity, start with Retool or Appsmith instead of migrating later.
For deeper comparison of these tools against Retool, see our Retool alternatives breakdown.
Does Superblocks win for enterprise?
Superblocks is positioned for organizations that need SOC 2 compliance, HIPAA readiness, role-based access at the app level, and the kind of audit trail that makes a security team comfortable. It's cloud-only — no self-hosting option — and pricing is custom (read: call sales).
The server-side workflow engine is the standout feature. Unlike Retool's client-side query model (where queries run in the browser and results pass through Retool's backend), Superblocks runs workflows on the server with scheduled jobs, retries, and error handling built in. For teams that need cron-triggered database maintenance scripts or multi-step approval flows that run reliably in the background, this matters.
The trade-off: you're locked into their cloud. No self-hosting. No transparent pricing. And the component library, while solid, isn't as deep as Retool's. If your requirements are "enterprise compliance + server-side workflows" and budget isn't the constraint, Superblocks is worth evaluating.
Best for: Enterprises that need compliance certifications and server-side workflow execution, and are comfortable with custom pricing.
What happened to Airplane?
Airplane was the developer-first internal tool builder — tasks defined in code (TypeScript/Python), versioned in Git, deployed via CLI. It attracted a devoted following among engineers who found Retool's visual builder too constraining and wanted their internal tools to live alongside their application code.
Then Airtable acquired Airplane in late 2024 and shut down the product. Existing customers had to migrate off. The codebase went dark.
This is the cautionary tale of the category. When you build your internal tools on a venture-funded platform, you're making a bet that the company survives. Airplane had real customers, real revenue, and a real product. It still got acqui-hired and shut down. If platform risk keeps you up at night, self-hosting (Appsmith, ToolJet, Budibase) is the hedge. Your instance keeps running even if the company pivots.
Where does DronaHQ fit?
DronaHQ occupies a specific niche: approval workflows and multi-step business processes. While Retool and Appsmith optimize for CRUD screens, DronaHQ's action flow builder is designed for sequences — "manager approves, then finance reviews, then the system updates the record and sends a confirmation." If your internal tooling needs are more workflow than interface, DronaHQ handles this more naturally than bolting an approval chain onto a Retool app.
Pricing starts from $10/user/month with a free tier available, and there's an on-premise deployment option for organizations that need it. The component library is adequate but thinner than Retool's or Appsmith's. Database connectors cover the major SQL databases, REST APIs, and GraphQL.
Best for: Teams whose primary need is structured approval workflows, not general-purpose CRUD apps.
Can AI actually build internal tools?
This is the question the whole category is dancing around. Every tool on this list has added some form of "AI" — Retool has a copilot that helps write queries, Appsmith has an AI query assistant, Budibase generates form fields. But they're all bolt-ons. The fundamental model is still: a human configures components, writes bindings, and wires queries.
Fastero takes a different approach. Instead of adding AI to a drag-and-drop builder, it replaces the builder entirely. You connect your database and describe what you need: "Build a customer support tool that lets agents look up customers by email, see their order history, and process refunds." Fastero generates the working application — the UI, the queries, the write-back logic — from that description.
TRADITIONAL BUILDER VS AI GENERATION
Traditional (Retool, Appsmith, etc.):
Developer → drag table → write SQL → bind columns →
add form → write INSERT query → add button →
write JS handler → test → deploy
Timeline: days to weeks
AI-generated (Fastero):
Anyone → "I need a tool to look up customers
and process refunds" → working app
Timeline: minutesThis isn't about replacing developers. It's about the 90% of internal tools that don't need a developer. The refund lookup. The order status dashboard. The inventory check form. These are well-understood patterns that shouldn't require someone to manually configure table pagination and write JavaScript bindings.
The trade-off is customization depth. If you need pixel-perfect custom components, complex multi-step state machines, or React iframes embedded in your internal tool, a traditional builder gives you more control. But most internal tools don't need that. They need to work, and they need to exist — which is the harder problem when your developer backlog is six months deep.
For a deeper look at how AI-first builders compare to traditional ones, see our comparison of AI app builders and our take on Streamlit vs Retool.
How do you actually choose?
Start with your constraints, not with feature matrices.
Constraint 1: Do you have a developer? If yes, Retool or Appsmith give them the best toolkit. If no, you need Fastero or Budibase — something that doesn't assume JavaScript fluency.
Constraint 2: Can you self-host? If you have DevOps capacity and want to avoid per-seat pricing, Appsmith or ToolJet self-hosted are the strongest options. If you need managed hosting, compare Retool ($10-50/user/mo), ToolJet ($19/user/mo), and Fastero ($20/mo flat to start).
Constraint 3: What's the actual tool? CRUD admin panel → Retool or Appsmith. Approval workflow → DronaHQ. Data dashboard → you might not need a tool builder at all (see our no-code dashboard comparison). AI-generated tool from a description → Fastero.
Constraint 4: How many end users? Per-seat pricing changes the math fast. 10 users on Retool Business: $500/month. 50 users: $2,500/month. 100 users: $5,000/month. If your tools serve large teams, per-seat pricing is a tax on adoption. Look for flat-rate or self-hosted options.
FAQ
Can non-developers actually build internal tools with these platforms?
It depends on your definition of "non-developer." Retool, Appsmith, and ToolJet all require someone who can write SQL queries and basic JavaScript expressions. That's a higher bar than the marketing implies. Budibase is slightly more accessible thanks to its built-in database and visual automation builder, but complex apps still need technical knowledge. Fastero is the only option on this list where a non-technical person can describe what they need in plain English and get a working tool.
Is Retool worth the price?
For teams with developers who build and maintain multiple internal tools, yes. The component library and connector ecosystem save real development time compared to building from scratch. But the per-seat pricing model punishes adoption — the more people who use your tools, the more you pay. If you're rolling out tools to 50+ users, do the math on annual cost vs self-hosting Appsmith or using a flat-rate alternative.
Should I self-host or use a managed service?
Self-host if you have DevOps capacity and want to eliminate per-user fees. Appsmith self-hosted is genuinely free with no feature gates. Use managed if you don't have someone to handle Docker, SSL, upgrades, and backups. The hidden cost of self-hosting is maintenance — the initial setup takes a day, but keeping it running and updated is an ongoing tax on your team.
What if Retool (or any of these) shuts down like Airplane did?
This is a real risk with cloud-only, venture-funded tools. Your hedge options: self-host an open-source tool (Appsmith, ToolJet, Budibase) so your instance survives regardless of the company. Export your data and queries regularly. Avoid building business-critical workflows on a platform with no self-hosting option and no export path. Airplane's shutdown caught teams off guard — don't assume it can't happen again.
Can I use Fastero alongside Retool?
Yes. A common pattern: the engineering team maintains complex, custom internal tools in Retool, while ops and support teams use Fastero to generate the simpler tools that would otherwise sit in the developer backlog for months. There's no conflict — they connect to the same databases and serve different user profiles.
Try Fastero free — describe the internal tool you need in plain English. Fastero builds it from your database. No drag-and-drop, no configuration. No credit card required.

