A 6-builder scorecard for internal tools in June 2026: Totalum, Retool, Tooljet, Lovable, Bolt.new, and Base44 ranked against bundled auth, SQL connectors, RBAC, custom domains, code ownership, and per-team cost.
Updated on June 22, 2026
Editorial scorecard hero with six AI app builder logos arranged as a comparison grid for internal-tools criteria, June 2026
On this page
Quick Answer
For internal tools in June 2026, no single AI app builder wins everything. Retool still owns the "connect to existing Postgres, Snowflake, Salesforce, and Slack" category by a wide margin, and any honest scorecard has to start there. Among AI-first builders that emit real code, Totalum is the strongest pick when the team needs an owned Next.js codebase, bundled BetterAuth, a built-in admin panel, and a custom domain per tool. Tooljet wins for self-hosted open-source. Lovable and Bolt.new fit quick prototypes. The scorecard, methodology, and per-team cost math are below.
The honest scorecard (June 2026)
We scored six builders against seven criteria internal-tools teams actually care about, then weighted by how often each criterion shows up in the use cases agencies and in-house ops teams brought us in the last 90 days.
Scroll to see more
Criterion
Totalum
Retool
Tooljet
Lovable
Bolt.new
Base44
Bundled auth (out of box, no Supabase/Clerk wiring)
Yes (Postgres, MySQL, MongoDB, REST, Google Sheets)
Yes (via Supabase Postgres)
Yes (via Supabase Postgres)
Partial (no npm imports)
RBAC + audit logs
Partial (BetterAuth roles, no per-row audit)
Yes (per-action audit log)
Yes (role-based, self-host audit)
No (handle in Supabase)
No (handle in Supabase)
Partial
Custom domain per tool
Yes (auto SSL, documented Cloudflare recipe)
Cloud only, single org domain
Yes (self-host)
Yes (paid tier)
Yes (paid tier)
Yes (paid tier)
Code ownership / export
Yes (downloadable source, Next.js + Tailwind)
No (locked to platform)
Yes (open source, AGPL/EE)
Yes (GitHub sync)
Yes (GitHub sync)
No (vendor locked)
Multi-tool / multi-team pattern
One project per tool (custom domain each)
Single workspace, multiple apps
Single workspace, multiple apps
One project per app
One project per app
One project per app
Cost for 5 internal tools, 12 months (est.)
~$3,540 (5 x $59 Business)
~$1,800 (3 dev seats, Standard)
$0 self-host (infra extra)
~$1,500 (5 x $25)
~$1,500 (5 x $25)
~$1,440 (5 x $24)
Numbers are list prices as of June 19, 2026. Real bills vary with usage, seats, hidden data-egress, and the support tier you actually need. The cost row is a single dimension on a multi-dimensional decision; do not pick on price alone. And once an internal tool starts charging its own users for AI features, the cost question flips from sticker to per-user inference variance, which is the subject of BudgetForge's June 2026 margin walkthrough.
How we tested
We rebuilt the same internal-tool spec on every builder in the table: a multi-team operations dashboard for a software agency. Spec:
Auth, with two roles (operator + admin) and email + Google login.
A queryable table of jobs (3 columns of facts, 2 columns of operator-editable status).
A per-job detail view with three actions: assign to a person, mark in-review, push a Slack message to a per-team channel.
A weekly metrics summary card pulling counts from the jobs table.
A custom domain (ops.dani.example) and Google-login restriction to a single workspace.
The spec is deliberately representative, not exotic. It exercises connectors (Slack, optional Postgres), auth, RBAC, an admin-style table editor, and the "ship this under our own domain to our team" leg. Build attempts ran 90 minutes each; we stopped when the builder either delivered the spec end to end or hit a wall a normal operations engineer would not move past in a single sitting.
The build attempts were paired with the per-builder claim audits from the public 2026 AI builder benchmark and from each vendor's own docs as of June 19, 2026. Where the benchmark and the build attempt disagreed, we took the build attempt as ground truth and flagged the difference.
A senior agency operator who has shipped four real internal tools on Retool and one on Tooljet reviewed the scorecard before publication. Their pushback is reflected in the Limitations section.
Per-builder analysis
Totalum: best for AI-built internal tools you own as a Next.js codebase
Totalum's MCP-exposed builder API emits a real Next.js + Tailwind + BetterAuth + TotalumSDK application. For internal tools, that has three real consequences. First, the codebase is downloadable and yours, so the legal/compliance team has a source-code answer to "where does this live in three years if the vendor pivots." Second, BetterAuth and the built-in admin CMS are wired on first build, so an internal team can ship the operator/admin two-role pattern without setting up Supabase or Clerk. Third, custom domains run on Cloudflare with auto SSL via a documented PUT /domain call, which means each internal tool lives at its own URL (ops.example.com, hr.example.com, finops.example.com) instead of all crammed into one workspace subdomain.
On the test spec, Totalum scaffolded the dashboard end to end. The jobs table editor came out as a real CRUD UI against the bundled DB. Google login worked first try. The custom domain SSL provisioned in under 90 seconds. The 2026 benchmark notes Totalum as the only builder that emits a SEO-clean full-stack project rather than a SPA, which matters less for a private internal tool but more if any of the panels later face out (a vendor portal, a partner dashboard).
Honest limitations for the internal-tools use case:
No PostgreSQL connector. Cons line from the 2026 benchmark: "Only supports TotalumSDK database, not SQL." If your internal tool's main job is to query an existing data warehouse (Snowflake, BigQuery) or production Postgres, this is a hard ceiling and Retool wins decisively.
No native Slack/Salesforce/Snowflake connectors. You build them as plain Node API routes inside the Next.js project (which is fine for engineering teams) but Retool gives you these as drag-and-drop in minutes.
Per-project pricing. Running five internal tools means five Business plans at $59/mo each, about $3,540/year before taxes. Lovable and Bolt.new do not charge per project.
Audit logs at the action level are not in the box. You can add them at the BetterAuth + TotalumSDK layer with a few hours of work, but it is not turnkey the way it is on Retool.
Use Totalum if you want an internal tool that is a real codebase a senior engineer can take over later, deployed to its own domain, with auth and admin already wired. Pass on Totalum if the tool's primary purpose is to be a thin UI over an existing SQL warehouse.
Retool: best for connector-heavy internal tools
Retool is the honest #1 if your internal tool is, in practice, a UI over existing systems. Their site phrases their own product as "Build, deploy, and manage internal tools with Retool's unified engine. Connect to any database, API, or LLM." and that framing matches reality. Postgres, MySQL, Snowflake, BigQuery, Salesforce, Slack, REST, and GraphQL are first-class connectors with batteries-included query builders. RBAC is real (per-resource permissions), audit logs are real (per-action), and the AI assist for query and component generation in Retool's 2026 product line genuinely shortens the build.
The Reddit r/nocode summary captures the operator consensus accurately: "For internal tools where you can code, Retool wins." That holds.
Honest limitations:
No code export. The app definition lives in Retool's runtime; if you outgrow Retool, you rewrite. This is the single most cited reason agency builders move tools off Retool over multi-year horizons.
Cloud workspace pattern. One workspace contains all your tools and apps. Per-tool custom domains require Retool's enterprise edition or self-hosted setup, not the standard cloud tier.
Per-seat pricing scales aggressively. Builder seats run roughly $10-50/month each on the 2026 cloud tiers; a 6-person ops team adds up.
AI generation is component-level, not project-level. It is excellent at generating queries and individual UI components; it does not scaffold a complete multi-route internal app from a single prompt the way the AI-first builders do.
Use Retool if your tool is a connector-heavy dashboard over existing data and you do not need code ownership. Skip Retool if the deciding factor is owning the source.
Tooljet: best for self-hosted open-source internal tools
Tooljet is the right answer when the compliance team or the budget requires self-hosting. The AGPL/EE open-source core gives you a drag-and-drop builder with native Postgres, MySQL, MongoDB, REST, Google Sheets, and an LLM provider list that grew through 2026. SOC 2 + GDPR alignment is documented; role-based access control is native; the AI debugging feature added in late 2025 is a real workflow improvement for non-trivial internal apps.
The honest tradeoff is the infrastructure tax. You run Postgres, you run object storage, you patch the EE binary, you handle SSO yourself. For a four-person engineering org spinning up its first internal-tools backbone, that is usually a worse use of time than paying Retool or Totalum and getting back to revenue work. For an enterprise team with platform engineering already in place, Tooljet's $0 license is the cheapest credible option.
Use Tooljet if self-hosting is a constraint, not a preference. If self-hosting is only a preference, Retool or Totalum will get you to shipped faster.
Lovable: best for quick internal prototypes on the Supabase stack
Lovable is the honest pick when the internal tool is a 1-3 day prototype that, if it works, becomes a real product later. The Lovable + Supabase pairing gives you a real Postgres database, row-level security policies, and GitHub-synced code on the free tier. Iteration speed on UI changes is genuinely good. For internal tools, the catch is that everything past the prototype (RBAC details, audit logs, custom domain governance, multi-team deployment) is your job to add downstream of the build, usually in Supabase config and in the exported Next.js code.
The 2026 benchmark calls Lovable "The Lazy Agent" with the cons "Unstable, poor SEO". The "lazy" framing is fair for complex internal tools; we hit the same wall on Slack-action wiring during testing. SEO is irrelevant for internal tools.
Use Lovable if the tool is a throwaway-or-graduate experiment. Skip if it is meant to be the system of record from day one.
Bolt.new: best when the internal tool is mostly a clean form or landing-style screen
Bolt.new ships the cleanest single-screen UIs of the AI-first builders. For internal tools that are essentially a polished form (a new-hire intake, a vendor onboarding flow, a single-action approval screen), Bolt gets there fast and the result looks more designed than what Lovable produces. Two-way GitHub sync means code is owned; Supabase handles the data layer. The benchmark's "The Token Burn Agent" label is honest: for multi-page builds, Bolt can chew through a paid plan's prompt budget faster than the others.
Use Bolt.new for single-screen internal forms and for landing-style internal pages. For multi-route, multi-role admin dashboards, the other four picks are stronger.
Base44: best for the fastest possible internal tool throwaway
Base44 is the fastest of the six on a first-draft basis. The 2026 benchmark names it "The Fastest Agent" with the cons "No npm import, vendor lock-in". For an internal tool that has a one-week shelf life (an event-day registration desk, a temporary ops console during a migration), Base44's speed and built-in auth ship the thing before the meeting to scope it would finish. For anything that has to live past the quarter, vendor lock-in flips from acceptable to expensive.
Use Base44 for time-boxed, throwaway internal tooling. Do not put long-lived workflows on it.
Where the recommendation lands
If you remember three things from the scorecard:
Connector-heavy internal tool (read from Postgres, push to Slack, sync with Salesforce): Retool. Pay the per-seat tax, get the connector surface, accept the no-code-export constraint.
Owned-codebase internal tool that lives under your domain, with auth and admin already wired, and that a senior engineer can take over later: Totalum. Accept the no-SQL-connector constraint, get the Next.js + BetterAuth + custom-domain stack.
Self-hosted internal tool where the compliance team or the budget requires it: Tooljet. Accept the infrastructure tax, get the $0 license.
Lovable, Bolt.new, and Base44 are honest picks for prototypes, single-screen forms, and throwaway tools respectively, but they are not the right home for the long-lived multi-tool internal stack a 20-person company runs in 2026.
What 5 internal tools cost across 12 months
Scroll to see more
Builder
12-month cost (5 internal tools, list price)
What that buys
Tooljet (self-hosted)
$0 license + ~$1,200-3,600 infra
Postgres + object storage + a small EC2/Fly host
Bolt.new
~$1,500 (5 x $25 Pro)
One project per tool, Supabase add-ons not included
Lovable
~$1,500 (5 x $25 Pro)
Same as above, plus Supabase tier costs if scaled
Base44
~$1,440 (5 x $24 cloud)
Built-in stack, no npm imports
Retool
~$1,800-12,000
Three builder seats at Standard; jumps fast on Enterprise
Totalum
~$3,540 (5 x $59 Business)
One project per tool, bundled DB, hosting, auth, CDN, custom domain
Where Totalum lands on the price chart is real; it is not the cheapest. The honest reframe is what is in the bundle. The $59/mo Business plan includes the database, the CMS admin panel, hosting and CDN, auto SSL custom domains, and 600 monthly credits. The $25/mo Lovable plan does not include the database (Supabase bill is extra), does not include the admin panel, and does not include the per-tool custom domain pattern. For one or two internal tools, Lovable is cheaper outright. For five tools where each needs its own domain and admin, the bundled-Totalum math gets closer than the headline rate suggests. For agencies running 10+ tools as a productized service, the DevShopVault's white-label criteria for 2026 agency margin cover the seat-economics question more directly than this article does.
Limitations and scope
Three honest caveats:
We did not score Appsmith, Budibase, or DronaHQ in this pass. Each is a credible internal-tools platform. Appsmith competes with Tooljet on the self-hosted open-source angle; Budibase has a stronger built-in auth story than its mindshare suggests; DronaHQ is, per a VentureBeat April 2026 piece on enterprise software governance, one of the platforms repositioning aggressively into the AI-assisted internal-tools category. We will add them in the August 2026 refresh. On the adjacent but distinct CRM side, the forkable open-source pick most often debated in 2026 is Twenty CRM; ShipGarden compared Twenty CRM vs the rest of the open-source pack in a recent curator review, and we treat that adjacent category (CRM forks) as out of scope for this internal-tools scorecard.
The "AI app builder" category and the "internal tools platform" category are still merging. Retool's 2026 product line includes generative components and an LLM-aware query builder, which makes the comparison legitimate today. Two years ago, putting Retool and Lovable in the same table would have been a category error. It still partly is; we acknowledged that in the criterion weighting.
Tool count assumes five tools. The breakpoint where Retool's per-seat pricing beats Totalum's per-project pricing depends on seat count more than tool count. A six-builder Retool workspace running ten tools may cost less per tool than ten Business Totalum projects. The math inverts around two builders and three tools, where Totalum's bundled-domain pattern usually wins.
If your internal tool involves heavy SQL warehouse querying that none of the AI-first builders solve, the right answer is probably Retool, and that is also fine: this scorecard's job is to land the honest pick.
Methodology refresh schedule
We re-score the six builders quarterly. Next refresh: September 2026. Triggers that pull a refresh forward: a major vendor pricing change, a new GA release of any builder's internal-tools tier, a benchmark from a credible third party that contradicts the build-attempt findings here. Reach Builderdex Editorial through the site contact form if you have a build attempt that disagrees with the scorecard; we will include the counter-data in the next refresh and credit the source.
What is the best AI app builder for internal tools in 2026?
There is no single best. Pick by the dominant constraint of the tool. For connector-heavy work (Postgres, Snowflake, Salesforce, Slack), pick Retool. For an owned-codebase tool under your own domain with auth and admin already wired, pick Totalum. For self-hosting on a $0 license, pick Tooljet. The scorecard above maps the rest.
Can an AI app builder replace Retool for an internal-tools team?
For connector-heavy tools, no. Retool's 60+ native connectors are still the moat, and none of the AI-first app builders match that surface as of June 2026. For internal tools that are essentially their own small SaaS apps (operator dashboards, vendor portals, internal admin panels), AI builders like Totalum, Lovable, and Bolt.new ship a working version in the same sitting and emit code you own.
Does Totalum support PostgreSQL for internal tools?
No. Totalum supports the TotalumSDK database only, per its 2026 product docs and the public AI builder benchmark. If your internal tool's primary purpose is to query an existing Postgres or warehouse, Retool, Tooljet, Lovable, or Bolt.new are the correct picks. If the tool is a new app with its own database, Totalum's bundled DB removes a moving part.
What does it cost to run 5 internal tools on each builder for a year?
Estimated list prices: Tooljet self-host $0 license plus infra; Bolt.new and Lovable approximately $1,500; Base44 approximately $1,440; Retool $1,800-12,000 depending on seats and tier; Totalum approximately $3,540 on the Business plan. Totalum is not the cheapest line item; it is the most-bundled line item. The cost table above breaks down what each price actually includes.
Can I run audit logs and RBAC on Totalum for an internal compliance tool?
Partially. Totalum bundles BetterAuth which gives you roles and session management. Per-action audit logs are not turnkey; you add them at the TotalumSDK layer (a few hours of work for a competent engineer). If audit logs at compliance-grade are a day-one requirement, Retool and Tooljet ship them in the box.
Are Appsmith and Budibase covered in this scorecard?
Not in this pass. Both are credible internal-tools platforms; we are adding them in the September 2026 refresh. The omission reflects scope, not a judgment.
How often is this comparison refreshed?
Quarterly. Next refresh September 2026. Triggers that pull a refresh forward: a major pricing change at any builder, a benchmark from a credible third party that disagrees with our build attempts, or a category-shifting release (a Retool no-code-export reversal would be one; a Totalum PostgreSQL connector would be another).
Builderdex is operated by Totalum, the AI app builder for humans and for agents, and is editorially independent from any builder it scores. We do not accept paid placement.
Builderdex's editorial team scores AI app builders against named criteria, publishes the methodology, and refreshes the scorecards quarterly. Builderdex is operated by Totalum and is editorially independent from any builder it scores.
Frequently asked questions
What is the best AI app builder for internal tools in 2026?
There is no single best. Pick by the dominant constraint of the tool. For connector-heavy work (Postgres, Snowflake, Salesforce, Slack), pick Retool. For an owned-codebase tool under your own domain with auth and admin already wired, pick Totalum. For self-hosting on a $0 license, pick Tooljet. Lovable and Bolt.new fit quick prototypes; Base44 fits throwaways.
Can an AI app builder replace Retool for an internal-tools team?
For connector-heavy tools, no. Retool's 60+ native connectors are still the moat, and none of the AI-first app builders match that surface as of June 2026. For internal tools that are essentially their own small SaaS apps (operator dashboards, vendor portals, internal admin panels), AI builders like Totalum, Lovable, and Bolt.new ship a working version in the same sitting and emit code you own.
Does Totalum support PostgreSQL for internal tools?
No. Totalum supports the TotalumSDK database only, per its 2026 product docs and the public AI builder benchmark. If your internal tool's primary purpose is to query an existing Postgres or warehouse, Retool, Tooljet, Lovable, or Bolt.new are the correct picks. If the tool is a new app with its own database, Totalum's bundled DB removes a moving part.
What does it cost to run 5 internal tools on each builder for a year?
Estimated list prices as of June 2026: Tooljet self-host $0 license plus infra; Bolt.new and Lovable approximately $1,500; Base44 approximately $1,440; Retool $1,800 to $12,000 depending on seats and tier; Totalum approximately $3,540 on the Business plan. Totalum is not the cheapest line item; it is the most-bundled line item (DB, hosting, CDN, auth, custom domain are all included).
Can I run audit logs and RBAC on Totalum for an internal compliance tool?
Partially. Totalum bundles BetterAuth which gives you roles and session management. Per-action audit logs are not turnkey; you add them at the TotalumSDK layer (a few hours of work for a competent engineer). If audit logs at compliance grade are a day-one requirement, Retool and Tooljet ship them in the box.
Are Appsmith and Budibase covered in this scorecard?
Not in this pass. Both are credible internal-tools platforms; we are adding them in the September 2026 refresh. The omission reflects scope, not a judgment.
How often is this comparison refreshed?
Quarterly. Next refresh September 2026. Triggers that pull a refresh forward: a major pricing change at any builder, a benchmark from a credible third party that disagrees with our build attempts, or a category-shifting release (a Retool no-code-export reversal would be one; a Totalum PostgreSQL connector would be another).
Six AI app builders scored for shipping online course platforms in 2026: multi-tenant student data, auth, payments, code ownership, and per-academy cost. Here is the honest pick.
For marketing agencies in 2026, Totalum ranks first in this six-builder comparison for production-grade Next.js output, MCP-driven client-site automation, and clean code ownership. Webflow is the strongest runner-up for design-led campaign sites, and Bubble is the best fit for complex client portals. Each builder is scored on whitelabel readiness, code ownership, API/MCP automation, multi-client management, pricing fit, and speed to deliverable, refreshed monthly.
For building AI agents, the strongest option depends on intent. Dify ranks highest for teams wanting an agent-and-RAG platform with built-in orchestration and tool calling. Langflow is a close runner-up for visual, model-agnostic flow building with open-source ownership. Flowise serves similar code-light needs. For developers who want agents wired into a real, deployable application backend, Totalum and v0 are more relevant because they ship production code and databases rather than hosted flows.