← All posts

Self-Hosted Retool Alternative on AWS: The Per-Seat Math

AppXen ·
retoolappsmithlow-codeinternal toolsself-hostingaws

Low-code platforms are the fastest way to build the internal tools every company needs — the admin panel, the ops dashboard, the “let support edit this one table” app. Retool is the best-known of them, and it’s genuinely good. But its pricing has a property that quietly compounds: it bills per person, in two directions at once. Here’s the math, and the open-source alternative that doesn’t.

Pricing verified June 2026 against retool.com and AWS us-east-1 rates.

How Retool bills

Retool splits users into two buckets and charges for both:

PlanBuilder / monthInternal user / monthNotes
Free$0$0up to 5 users total
Team$10$5annual billing
Business$50$15annual; adds SSO, audit logs, permissions
Enterprisecustomcustom

A builder is anyone who edited an app or workflow during the billing cycle. An internal user is anyone who just uses the apps. The Free tier is fine for tinkering, but the moment you need SSO, audit logs, or granular permissions — table stakes for anything touching production data — you’re on Business at $50 per builder and $15 per user.

The part that compounds

Two things make the bill grow faster than you expect.

First, “builder” is defined by activity, not title. If an analyst opens an app and tweaks a query one week, they count as a builder that cycle. Teams routinely discover they’re paying builder rates for people they thought were viewers.

Second, both axes scale with headcount. A team with 5 builders and 20 people who use the tools on the Business plan is 5 × $50 + 20 × $15 = $550/month, and every hire pushes it up. The tool that was supposed to save engineering time becomes a line item that grows with the company.

None of this is a knock on Retool’s product — it’s a deliberate, defensible SaaS model. It’s just worth seeing clearly before you standardize on it.

The open-source alternative

Appsmith is an open-source low-code platform in the same category: drag widgets onto a page, connect PostgreSQL/MySQL/MongoDB/REST/GraphQL data sources, bind them to queries, drop into JavaScript anywhere. The Community Edition is Apache-2.0 licensed and has no per-seat fee at all — builders and users are unlimited. What you pay for is the server it runs on.

On AWS, a production-grade Appsmith instance costs:

  • Software: $0 for the Community Edition (or about $54/month with a managed appliance that handles hardening, TLS, and updates for you)
  • Compute: the all-in-one image bundles its database and cache, so it wants ~8 GiB of RAM — a t3a.large is about $54/month
  • Storage: a few dollars of EBS

That’s roughly $108/month flat, for unlimited builders and unlimited users — or close to free in software if you assemble and maintain it yourself.

Cost scenarios

One or two builders, a handful of users. Retool’s Free tier (up to 5 users) or Team plan is cheap and frictionless. Start there; self-hosting isn’t worth your time yet.

A growing team — 5 builders, 20 users. On Retool Business that’s ~$550/month and rising with every hire. The appliance is ~$108/month flat, no matter how many people build or use the tools. That’s roughly $5,000/year saved, and the gap widens as you grow.

Data-sensitive or regulated. Your apps, your data sources, and the databases they query stay in your own AWS account and region. Nothing about your internal tooling lives on a third-party platform.

When Retool is the better choice

Retool earns its price for a lot of teams. Pick it if you want the most polished builder experience and managed cloud, if you lean on premium support and advanced governance, if you have only a builder or two, or if you’d simply rather not run and patch an instance. Retool can also be self-hosted on its paid plans — but you’re still paying per seat on top of the infrastructure.

Appsmith on AWS wins on a specific axis: flat cost at team scale, unlimited seats, and full ownership. If your low-code bill grows every time someone joins the company, the math starts favoring self-hosting surprisingly early — and the hardened, TLS-terminated, database-backed setup is handled for you.

Share this post

Self-hosted internal-tools platform, one click on AWS Marketplace.

Launch AppXen App Builder