Should I self-host Retool?
Appsmith's all-in-one container builds the same internal CRUD panels Retool charges per-builder-per-month for. First boot is slow (it's carrying its own Mongo); after that it's an app platform you own.
Retool's deeper widget library and Workflows
Their managed audit/SSO enterprise features
internal CRUD apps · database GUIs · API-backed dashboards · role-based access
* Percent of the subscription price. Your time is priced at the slider's rate — $0/h ("my homelab time is free and I love it") is a legitimate position. Every number is derived from the record, never hand-written. Price source, checked 2026-08-06.
Runs comfortably on a real VPS (2 GB+).


Boot to healthy measured at 125s on the 2GB reference env
# Appsmith — internal tool builder; official all-in-one image
services:
appsmith:
image: appsmith/appsmith-ce:latest
container_name: appsmith
restart: unless-stopped
ports:
- "8108:80"
volumes:
- appsmith-data:/appsmith-stacks
healthcheck:
test: ["CMD-SHELL", "curl -sf http://localhost:80/api/v1/health >/dev/null || exit 1"]
interval: 10s
timeout: 10s
retries: 60
start_period: 120s
volumes:
appsmith-data:
Want a guided install instead? caniselfhostit.com/retool has AI-agent prompts that assume a bare machine — that's their half of the stool, and it's good.
FULL TIMED LOG
# Retool — verdict log - **Date:** 2026-08-10 - **Verdict:** YES — worth it - **Protocol:** v1 (2GB reference env, Docker preinstalled, AI assistant: claude-code) ## Setup evidence - Compose: `compose/retool-appsmith.yml` - Boot to healthy: **125s** measured this session - Setup time recorded: 33 min (boot + configuration to first working workflow) ## What broke / notes - Boot to healthy measured at 125s on the 2GB reference env ## The call Appsmith's all-in-one container builds the same internal CRUD panels Retool charges per-builder-per-month for. First boot is slow (it's carrying its own Mongo); after that it's an app platform you own.