Retool review 2026: for SaaS teams considering it for customer-facing use
Retool review for SaaS teams: pricing tiers as of September 2026, external-user math for 500 customers, reviewer praise and complaints, MCP beta, export path.
Namanyay Goel · Updated · 10 min read
This Retool review is written for one reader: a B2B SaaS team that already likes Retool for internal tools and is now asking whether to put it in front of customers. I run a company that competes with Retool on that one use case, so I will keep the facts sourced and say where Retool is the better pick. The internal-tool verdict is easy. The customer-facing verdict is the interesting part.
What Retool is
Retool is a low-code builder for internal tools, and since 2023 also customer, vendor and partner portals and embedded apps. Engineering and ops teams use it to assemble dashboards, admin panels and forms on top of their own databases and APIs. You drag components onto a canvas, write JavaScript and SQL in properties and event handlers, and connect to 40+ resources (SQL databases, REST and GraphQL APIs, SaaS connectors). A hosted Retool Database is included.
Pricing tiers as of September 2026
From https://retool.com/pricing, fetched 2026-09-15.
Retool splits seats into builders (who edit apps) and internal users (who only use them). External users are a third, tiered seat type, available only on Business and Enterprise.
- Free: $0, up to 5 users, 500 workflow runs per month, 5 GB database and storage, 250 AI credits per month, 20 hours of Agents.
- Team: builder $10 per month annual or $12 monthly; internal user $5 annual or $7 monthly; 5,000 workflow runs and 1,000 AI credits.
- Business: builder $50 annual or $65 monthly; internal user $15 annual or $18 monthly; 5,000 workflow runs and 3,000 AI credits.
- External users (Business): first 50 free; 51 to 250 at $8 annual or $10 monthly; 251 to 500 at $6 or $7; 500+ at $4 or $5 per user per month.
- Enterprise: custom, required for unlimited users, SSO and advanced self-host features; 1,000 credits per builder plus 4,000 pooled.
- Self-hosted: Free, Team and Business match cloud prices with feature restrictions. External user pricing for self-hosted is not published.
- Agents bill separately at hourly rates. AI credits renew monthly and do not roll over.
The 500 customer math
Say you have 500 customer accounts and each gets one login to a Retool portal, and three engineers build it. On Business, annual billing, reading the tiers as bands:
| Line item | Count | Rate | Monthly |
|---|---|---|---|
| Builders | 3 | $50 | $150 |
| External users 1 to 50 | 50 | $0 | $0 |
| External users 51 to 250 | 200 | $8 | $1,600 |
| External users 251 to 500 | 250 | $6 | $1,500 |
| Total | $3,250 |
On monthly billing the external lines are $10 and $7, so $2,000 + $1,750 + 3 x $65 = $3,945. That is about $39,000 to $47,000 a year for a portal, before Enterprise if you need SSO for those customers.
Two things make it worse in practice. Most B2B customers want more than one login per account, and each is a seat. And the number only goes up as you sell. A Retool customer on the community forum, running a portal that only shows purchase information, described it as "costs $8 per user monthly" and asked for a grace period. Retool staff gave no commitment.
What reviewers praise
Retool scores 4.6 out of 5 on G2 from about 358 reviews, and 4.5 on Capterra from 34 reviews, with ease of use at 4.6 and support at 4.4.
The praise is consistent. Capterra reviewers report it "cut down our cost of internal software development by a factor of 100" and let them "build a complete dashboard with ~10 datasources in 24 hours." Others call it "one of the most flexible low-code platforms" with strong prebuilt integrations to databases and APIs. When Portals launched, the Hacker News thread had people saying "I've been waiting for this for years!"
I agree with all of it for internal tools. The speed is real. If your ops team needs a Postgres admin panel by Friday, Retool is the tool.
What reviewers complain about
Three themes.
Editor performance. G2 reviewers quoted by Zite say the editor "can start lagging when apps grow larger." Capterra: "SQL content disappears randomly," "pretty slow and the UX isn't the best," "learning curve can be quite steep."
Governance gated to Enterprise. Git Source Control (GitHub, GitLab, Bitbucket, Azure Repos, CodeCommit) is Enterprise only. Business gets in-app release versioning. SSO is behind higher tiers, a recurring G2 complaint. Audit logs on Business and Enterprise cloud download as CSV (3 months in the UI, 1 year download); Datadog and Splunk streaming is Enterprise. Permissions are group based (Use, Edit, Own per app, resource, workflow, agent), custom groups are Business and up, and the docs describe no built-in row-level data policies. Scoping is done in queries.
Seat costs. "Per-seat pricing frustrates teams as they grow" per G2. Reddit users cited by Softr described a bill that "went up 20x" before leadership pulled the plug, and another said it became cheaper to pay staff to build UIs. On the Portals launch, Hacker News: "I can't pay that much per user" and "your data gets locked and you have got to pay per user as you scale."
None of these are deal-breakers for a 20-person ops team. All three compound when the users are customers.
Customer-facing features
Portals are hosted apps with a custom domain and themed login and invite pages, on Business and Enterprise. Embedding via React and JavaScript SDKs is on all plans, but Retool API authentication for embeds needs Business or Enterprise. SAML SSO for external users exists; multiple SSO connections need Spaces or multi-instance self-hosting.
The gap for SaaS teams is per-tenant data scoping. With no row-level policies, every query that touches customer data has to filter by tenant itself. That is doable. It is also the kind of thing that gets missed once, on one query, in front of one customer.
AI and the MCP beta
Retool Assist generates and edits classic apps from prompts, free "for a limited time," classic apps only. Retool Agents run processes with LLM steps and can call external MCP servers.
Retool's own MCP server has been in public beta since 2026-05-08. It lives at your instance's /mcp path with OAuth 2.0, works for cloud and self-hosted, and lets Claude, Cursor, Codex, ChatGPT and Kiro manage apps, workflows and users. For teams that run their tooling from an AI client, this is a genuine plus and something Appsmith and Budibase do not have (the comparison is at /vs/retool-vs-appsmith).
Getting out
If you build on Retool and later leave, here is what comes with you. Classic apps export from the App actions menu (three dots) as JSON or Toolscript ZIP, including queries, components and modules. Resources and data do not export. Table components have a Download as CSV button, and utils.exportData() handles custom CSV or Excel from JavaScript. Retool Database tables export to CSV from a right-click. Audit logs download as compressed CSV for up to a year.
There is no importer into other tools; the JSON is Retool-specific. The full walkthrough is at /guides/export-apps-from-retool.
Verdict by buyer type
Engineering or ops team building internal admin tools, with JavaScript in house: buy it. This is the best fit and the reviews back it up.
Team building a modest partner or vendor portal, under a few hundred external users, on Business or Enterprise: reasonable. Publish the external tiers to your finance team first so nobody is surprised.
SaaS company that wants to ship dashboards or configured apps to hundreds or thousands of customers: poor fit. Per-external-user seats, Enterprise-only Git and SSO, and no row-level policies make cost and governance scale in the wrong direction. Look at /alternatives/retool for the field.
How it compares with Gigacatalyst
Short and honest. Gigacatalyst is not an internal tool builder and does not try to be. If you need an ops panel, use Retool.
Gigacatalyst is for the third buyer above. A B2B SaaS team takes a customer request (a spreadsheet report, a dashboard ask, a call transcript) and gets a working dashboard or configured app that runs on the product's own APIs and permissions. It calls only approved APIs, so it cannot show data or features that are not there. A sales engineering leader at Wrike described the model as "it mimics the UI, and then it uses the API." The customer keeps the app when they go live because it is the real product. There is no external seat, because the customer is already your user. Pricing as of September 2026 is quoted per deployment with a pilot, not per login.
The objection I hear most is from a CTO at Chronus: "I can't afford to introduce a subprocessor." Fair. We sit in your data path, we are a young company, and you should run a security review; what we do is at /trust. If your rule is no subprocessors, self-hosted Retool is the more honest answer for you.
The longer product-level comparison is at /blog/giga-catalyst-vs-retool, and the build-versus-extend numbers for your own team are at /tools/build-vs-extend-calculator. If you have one real customer request sitting in a ticket, /contact is where we run it on your APIs.
Questions people ask
How much does Retool cost per external user? As of September 2026, on Business: the first 50 external users are free, 51 to 250 cost $8 per user per month on annual billing ($10 monthly), 251 to 500 cost $6 ($7 monthly), and 500+ cost $4 ($5 monthly). External users are not available on Free or Team.
What would Retool cost for 500 customers? With 3 builders on Business annual billing, about $3,250 per month: $150 for builders, $0 for the first 50 users, $1,600 for the next 200, $1,500 for the next 250. Monthly billing is about $3,945. SSO for those users needs Enterprise.
Is Retool good for customer-facing apps? It works for modest partner portals on Business or Enterprise. For a SaaS product with hundreds or thousands of customer logins, per-user seats, Enterprise-only Git and SSO, and no built-in row-level policies make it a poor fit.
Does Retool have an MCP server? Yes, in public beta since May 2026, at your instance's /mcp path with OAuth 2.0, for cloud and self-hosted. It works with Claude, Cursor, Codex, ChatGPT and Kiro.
Can I export my apps from Retool? Classic apps export to JSON or Toolscript ZIP from the App actions menu. Resources and data do not export, and the JSON has no importer in other tools. Table data downloads as CSV.
How is Gigacatalyst different from Retool? Gigacatalyst only builds customer-facing dashboards and apps that run on your product's own APIs and permissions, priced per deployment. Retool is a general internal tool builder with per-seat pricing and is the better choice for ops tools.