shouldiselfhost?they tell you if you can — we tell you if you should
THE DECISION LAYER FOR SELF-HOSTING100 APPS UNDER COVERAGEPROTOCOL v1NO VENDOR HAS EVER PAID FOR A RATING
§
MARKETING-CONTENT
Jotform logo

Should I self-host Jotform?

$39/mo · Bronze · alternative: HeyForm
RATING
YES
OUTLOOK
NOT ASSIGNED
RATIONALE

Same shape as Typeform: $39/mo for form limits that Formbricks (or LimeSurvey for research-grade needs) removes entirely. The evidence and the compose are shared with the Typeform verdict — it's the same replacement.

WHAT YOU LOSE
01

Jotform's enormous template library and PDF form filling

02

HIPAA-compliant hosting tier

WHAT YOU'RE PAYING FOR

form builder · templates · payments in forms · submissions inbox

Self-Hosting Facts
1 app per panel · Jotform
Assumes 1 seat on 1 always-on box you already run
Amount per month% of sub *
Subscription$39.00
VPS share0.501%
Storage + backup0.000%
Your hours · 20 min @ $206.6717%
Self-hosted all-in7.1718%
Effective markup5.4×
Setup · 40 min measured$13.33 once
Break-even0.4 months
VERDICT
YES
OUTLOOK
NOT ASSIGNED

* 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-07.

Runs comfortably on a real VPS (2 GB+).

01
ALTERNATIVES
Ranked alternatives
01HeyForm logo
HeyFormA drag-and-drop form builder on your own hostname, with file uploads, logic and no monthly submission cap.
heyform/heyform · ★ 8,925 · 1d
02Formbricks logo
FormbricksLink surveys and in-product feedback on your own domain, with no monthly response cap deciding your bill.
formbricks/formbricks · ★ 12,757 · 0d
03LimeSurvey logo
LimeSurveyResearch-grade questionnaires on a hostname you own, with branching logic, quotas and no monthly response meter.
LimeSurvey/LimeSurvey · ★ 3,689 · 0d
HeyForm running from the boot-verified compose file
HeyForm, running from the compose file on this page — screenshot from our verified instance, not marketing material.
02
EVIDENCE
PROTOCOL
v1
VERIFIED BY
zernonia
REVIEWED
10 AUG 2026
SETUP MEASURED
40 MIN
AI ASSISTANT
CLAUDE-CODE · STATED
THE TESTED COMPOSE FILE — CI-BOOTED WEEKLY
# Formbricks — surveys; node app + postgres. Sidecar probe, generous first-boot window (migrations).
services:
  formbricks:
    image: formbricks/formbricks:latest
    container_name: formbricks
    restart: unless-stopped
    depends_on:
      formbricks-db:
        condition: service_healthy
    environment:
      WEBAPP_URL: http://localhost:3005
      DATABASE_URL: postgresql://formbricks:formbricks@formbricks-db:5432/formbricks
      NEXTAUTH_URL: http://localhost:3005
      NEXTAUTH_SECRET: 0123456789abcdef0123456789abcdef
      ENCRYPTION_KEY: 0123456789abcdef0123456789abcdef
      CRON_SECRET: 0123456789abcdef0123456789abcdef
    ports:
      - "3005:3000"

  probe:
    image: busybox:stable
    network_mode: "service:formbricks"
    depends_on:
      - formbricks
    command: sh -c 'while true; do sleep 30; done'
    healthcheck:
      test: ["CMD-SHELL", "nc -z localhost 3000 || exit 1"]
      interval: 5s
      timeout: 5s
      retries: 90
      start_period: 60s
  formbricks-db:
    image: postgres:16-alpine
    restart: unless-stopped
    environment:
      POSTGRES_USER: formbricks
      POSTGRES_PASSWORD: formbricks
      POSTGRES_DB: formbricks
    volumes:
      - formbricks-db:/var/lib/postgresql/data
    healthcheck:
      test: ["CMD-SHELL", "pg_isready -U formbricks"]
      interval: 5s
      timeout: 5s
      retries: 12
volumes:
  formbricks-db:

Want a guided install instead? caniselfhostit.com/jotform has AI-agent prompts that assume a bare machine — that's their half of the stool, and it's good.

FULL TIMED LOG
# Jotform — 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 `typeform-formbricks` — see `compose/typeform-formbricks.yml` and its log.

## The call

Same shape as Typeform: $39/mo for form limits that Formbricks (or LimeSurvey for research-grade needs) removes entirely. The evidence and the compose are shared with the Typeform verdict — it's the same replacement.
03
HISTORY
10 AUG 2026UNRATED → YESInitial verdict: Same shape as Typeform: $39/mo for form limits that Formbricks (or LimeSurvey for research-grade needs) remove.