
Should I self-host ToolJet?
ToolJet publishes the software; the cloud plan charges $79/mo to run it for you. Run the community edition — or Appsmith, same category, whose boot we verified — and keep the builder seats free.
The math (nothing hidden, including your time)
| ToolJet (Pro, per seat) | $79.00/mo |
| VPS share + storage | −$2.00/mo |
| Your maintenance: 30 min/mo at $20/h | −$10.00/mo |
| Net saving | $67.00/mo |
| Setup: 33 min measured (one-time) | $11.00 |
| Break-even | 0.2 months |
| Markup Index (price ÷ real self-host cost) | 6.6× |
Price: source, checked 2026-08-07. Inputs are stored in git; every number above is derived, never hand-written.
What you lose
- Managed upgrades and cloud-plan support
- Some enterprise connectors are license-gated in CE
What you're paying ToolJet for
- internal tool builder
- data source connectors
- app sharing
- queries & workflows

Ranked alternatives
The internal-tools builder ToolJet sells, installed from ToolJet's own repository, with no per-builder meter and no end-user cap.
Drag-and-drop internal tools over your own databases and APIs, with no per-builder seat and no second meter for the people who only use them.
Hardware
Runs comfortably on a real VPS (2 GB+).
The tested compose file (our evidence, CI-booted)
# 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/tooljet-cloud has AI-agent prompts that assume a bare machine — that's their half of the stool, and it's good.
Verification
Protocol v1 · verified by zernonia on 2026-08-10 · setup measured at 33 min · AI assistant: claude-code (allowed & stated)
Full timed log
# ToolJet — verdict log - **Date:** 2026-08-10 - **Verdict:** YES — worth it - **Protocol:** v1 (2GB reference env, Docker preinstalled, AI assistant: claude-code) ## Setup evidence (shared) - This verdict rides on the same replacement verified for `retool-appsmith` — see `compose/retool-appsmith.yml` and its log. ## The call ToolJet publishes the software; the cloud plan charges $79/mo to run it for you. Run the community edition — or Appsmith, same category, whose boot we verified — and keep the builder seats free.
Verdict history
- 2026-08-10: unscored → YES — Initial verdict: ToolJet publishes the software; the cloud plan charges $79/mo to run it for you.
