# Retool

- Tool: Platform Reviews
- Last updated: July 2026

## TL;DR

Retool scores 7.0/10 — the fastest internal-tool builder for engineering-led teams with 100+ native data connectors and a genuine code escape hatch. The per-user pricing ($65/standard user/mo on Business) and SSO locked to Enterprise are the two sticking points that force a cost conversation at 10+ users. Best for ops/support/data teams at funded startups and mid-market companies who need admin panels in hours, not sprints.

## Frequently asked questions

### Is Retool worth it in 2026?

Yes — for the right team size and use case. Retool delivers on its core promise: the fastest path from 'we need an admin panel' to a working tool is measured in hours, not sprints. The 100+ native connectors and drag-and-drop builder with a JS/Python escape hatch are genuinely best-in-class for internal tooling. The caveat is pricing: at $65/standard user/mo on Business, a team of 10 pays $650/mo ($7,800/yr), and SSO requires Enterprise (custom pricing). If you have ≤10 standard users and no SSO requirement, the ROI is clear. Above 15–20 users, run the comparison against Appsmith self-hosted before committing to an annual contract.

### What does Retool cost for a team of 10?

On the Business tier at $65/standard user/mo (annual), 10 standard users cost $650/mo ($7,800/yr) — before any end users, AI credits, or self-hosting infrastructure. The Free tier covers ≤5 users at no cost. If you need SSO (SAML/OIDC), that requires Enterprise with custom pricing — get a quote and compare against Appsmith Business ($40/user/mo with SSO included). Note: some sources cite $50/user/mo for Business; current list is $65/user/mo per Superblocks/Vendr 2025 data — verify at retool.com/pricing before budgeting.

### Does Retool have a free plan?

Yes. The Free tier covers up to 5 users, unlimited apps, 500 workflow runs/month, 5GB storage, and some AI credits. This is genuinely production-capable for small internal teams — it's not a 14-day trial or a tutorial sandbox. The Free tier is limited by user count, not by feature time-locks. You stay on Free until your 6th Retool user or until you need staging environments (Team plan) or audit logs (Business).

### Why is `setValue()` not working in Retool?

`setValue()` in Retool is asynchronous — if you set a temporary state variable on one line and read it on the next, you'll get the old value, not the updated one. This is the most-documented issue in community.retool.com (search 'why is there delay in setting the value?'). The fix: use the value returned by the `setValue()` call directly, or use await patterns where supported by your query context. This behavior is counterintuitive compared to standard JavaScript variable assignment and is not prominently surfaced in the getting-started documentation — knowing about it before you hit it saves a significant debugging session.

### What is Retool AppGen and is it available now?

AppGen/Assist launched in public beta in October 2025. It's schema-aware: you describe an internal tool in natural language, and Retool generates a complete, deployed Retool app with your data connected and SSO/RBAC inherited from your workspace settings. Unlike a UI scaffolder that generates mockups to wire up later, AppGen produces a permissioned, connected tool. It's in public beta as of research date (July 2026) — features and credit consumption may change. Enterprise contracts signed by September 30, 2026 receive up to $10K/yr in AI credits that can be applied to AppGen usage.

### Is SSO available on Retool Business?

No. SSO (SAML/OIDC) is Enterprise-only on Retool. Business tier ($65/standard user/mo) includes audit logs, advanced RBAC, and portals/embedded apps — but not SSO. If any enterprise customer, security audit, or IT policy requires SAML or OIDC authentication, you must upgrade to Enterprise with custom pricing. This is the most complained-about paywall in Retool community reviews. If SSO is on your security checklist, get the Enterprise quote before evaluating the Business tier — and use Appsmith ($40/user/mo with SSO on Business) as a benchmark in the negotiation.

### What happens with the Retool 4.0 self-hosted upgrade?

Retool 4.0 dropped Docker Compose and ECS as deployment targets — self-hosted Retool 4.0 requires Kubernetes/Helm. There is no in-place migration path: you must stand up a Kubernetes cluster, configure Helm charts, and migrate your deployment. DevOps teams consistently report this as a 2–5 day project depending on cluster readiness and team expertise. If you use Retool Agents in self-hosted mode, the agent sandbox additionally requires gVisor runtime and custom seccomp profiles per Kubernetes node. Teams without Kubernetes experience on staff should budget for DevOps consulting time before the upgrade window.

### Can I export my Retool apps to React?

No. Retool apps are proprietary and cannot be exported to React or any other standard framework. Exit from Retool means rebuilding every internal tool from scratch in the destination platform. This is the most significant lock-in consideration: a team with 50 Retool apps after 3 years is looking at an org-level rebuild project to migrate. If code ownership is a requirement, Superblocks (React export) or an open-source platform like Appsmith/ToolJet (self-hosted, similar paradigm) are better architectural choices from day one.

### How does Retool compare to Appsmith?

Retool beats Appsmith on connector count (100+ vs 25+), Fortune-500 validation, and AI feature maturity (AppGen + Agents vs Appsmith's basic AI features). Appsmith beats Retool on cost (self-hosted is free), SSO availability (Business tier, $40/user/mo vs Retool's Enterprise-only), self-hosting simplicity (Docker Compose vs Kubernetes/Helm), and lock-in (Appsmith is open-source, giving partial migration flexibility). For teams under 10 users, Retool's time-to-value advantage is real. For teams at 15+ users who can manage their own infrastructure, Appsmith's total cost of ownership is hard to argue against.

### I'm considering Retool for a project — can RapidDev help?

Yes. We've built internal tools on Retool for clients in ops-heavy industries and advised teams on the right tier for their headcount and SSO requirements. We also run the Retool-to-custom-React cost comparison when teams are hitting the per-user cost ceiling. If you want a scoping call to figure out whether Retool, Appsmith, or a custom stack is the right call for your specific project, we're at rapidevelopers.com/contact — the call is free and we'll tell you honestly if Retool isn't the right choice.

---

Source: https://www.rapidevelopers.com/review/retool
© RapidDev — https://www.rapidevelopers.com/review/retool
