Replace Jotform?

KINDA · weekend project
catalog price reference $39/mocategory 📝 formsreported replacement votes 0

Basic forms are easy, but Jotform's broad widget library, payments, approvals, PDF generation, tables, apps, and compliance options create a large surface.

the prompt
Build me a personal form builder to replace Jotform. Requirements:

- Node + Express + better-sqlite3. Two surfaces: an admin UI bound to localhost for
  building forms, and public form pages at /f/<slug> for anyone with the link.
- Form definitions stored as JSON in SQLite. Field types: text, email, textarea,
  select, checkbox, date, and file upload (files to an uploads/ folder, 10 MB cap).
- Server-side required-field and email-format validation, a per-form thank-you
  message, plus a honeypot field and a per-IP rate limit to keep bot spam out.
- Every submission stored with timestamp and form version; an admin table view per
  form with CSV export of all responses.
- Email me each submission as a plain-text summary via SMTP (creds in .env).
- Only the public form pages are exposed; admin stays on localhost. No user
  accounts, no telemetry.
- Out of scope: payment collection, PDF generation, approval workflows, and a
  widget catalog. The field types above are the whole palette.
- README: how to put the public side behind a reverse proxy and where uploads live.

$ open in your agent (prompt prefilled, you press enter) or copy it raw · this prompt is generated from the build plan · improve it via PR

why people still pay

They pay because forms become mini business processes without custom coding.

what you lose

xwidget catalog

xPDF/approval workflows

xpayments

xapp builder

xintegrations

xcompliance options

xtemplates

prior art to inspect before buildingOhMyFormOpen-source form builder prior art; useful for a simpler Jotform alternative.
reported replacements · 0share on X ↗"Jotform replacement research and build prompt"
questions
What does the Jotform verdict mean?

The core job looks buildable, with meaningful gaps: widget catalog, PDF/approval workflows. Read the full tradeoff list before committing. This research record is not a hosted IVCIFY tool.

What price does this directory record show for Jotform?

The directory records $39/month for Bronze, checked 2026-07-30. Verify the source before making a purchase decision. This reference stays outside retail Stack Math unless current matched evidence supports the comparison.

What do I lose by replacing Jotform?

Honestly: widget catalog; PDF/approval workflows; payments; app builder; integrations; compliance options; templates. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to Jotform?

The listed prior art includes OhMyForm (Open-source form builder prior art; useful for a simpler Jotform alternative.). Inspect those projects before starting from a blank prompt.