Formstack
Replaceable in one session with an AI coding agent.
Forms for regulated organisations: approval workflows, documents generated from submissions, signatures, and compliance features.
Build the form and approval workflow I actually need instead of Formstack — with the compliance caveat stated first. **If you are buying this for a certification — HIPAA, or a signed processing agreement — you cannot build that.** The paperwork is the product. If you are buying it for the workflow, that is entirely buildable. STACK - Node 20+ with Fastify, server-rendered HTML with a little vanilla JS - SQLite through better-sqlite3, WAL mode - Caddy in front THE DATA MODEL - forms: id, slug, schema_json, version, workflow_json, is_open - submissions: id, form_id, form_version, values_json, status, submitted_by, submitted_at - steps: id, submission_id, position, assignee, decision, note, decided_at — **append-only, and this is the audit trail** - documents: id, submission_id, template_id, path, sha256, generated_at - signatures: id, document_id, signer, method, evidence_json, signed_at - access_log: id, submission_id, actor, action, at — **who read a submission, not only who changed it** THE WORKFLOW - An ordered list of steps, each with an assignee resolved by role or by a field on the submission - Approve, reject with a reason, or return for correction — the third one is the option most systems omit and the one that is needed daily - Every decision recorded with the actor, the time and the note, and none of them editable - Escalation if a step sits unactioned past a threshold - **A submission's current state is derived from its steps, never stored as a status somebody can set.** Derived state cannot disagree with its own history DOCUMENTS - A template with placeholders, filled from the submission, rendered to PDF - Store the hash of every generated document. **A document that can be regenerated differently later is not evidence** - Attach the generated document to the submission permanently SIGNATURES - Capture the signer's name, the time, their IP hash, the document hash and the method. That evidence bundle is what makes a signature defensible - Email a copy to every signer at the moment of signing, with the document attached SECURITY, WHICH IS THE REASON THIS CATEGORY EXISTS - Access checked on the server for every submission and every document, default deny, and **every read logged.** In a regulated setting 'who looked at this record' is asked more often than 'who changed it' - Encryption at rest for the values, with the key outside the database - Field-level redaction for anything sensitive, so a workflow participant sees only what their step needs - Retention per form with a sweeper, and a legal hold flag that suspends it WHAT MATTERS MOST Append-only steps, derived status and a read log. Those three are what an auditor asks for, and they are cheap to build if you start with them.
What you lose
- Compliance attestations you can hand to a procurement team
- Approval workflows configured without a developer
- Documents generated and signed from a submission
- Audit trails already built to a standard
If you would rather not build
- A hosted product, if the certification is what you are buying
The escape hatch
open source · no votes, no paid placement
Documenso
$0Open-source document signing with an evidence trail.
documenso/documensofree · open source
Why this verdict
our own opinion · changed only by a person
78/100
Verdict yes at 78 for the workflow, with the honest note that the compliance attestations are not buildable. The read log is the requirement most homemade systems miss.
History
tracked since 14 Aug 2026 · nothing is ever overwritten
Nothing recorded yet. This chart fills in once the page has visitors, votes or prompt copies — it will not draw a flat line to look busy.
Questions about Formstack
answered from the record above
Is Formstack free?
No — the plan we track is $83 a month. Forms plan from around $83/month billed annually, with submission limits.
Can you replace Formstack by building your own?
YES. Replaceable in one session with an AI coding agent. Replacement score 78 out of 100, build time one session. Read what you lose before you decide.
How much does Formstack cost?
$83 a month on Forms — $996 a year. Recorded 14 Aug 2026.
What do you lose by replacing Formstack?
Compliance attestations you can hand to a procurement team; Approval workflows configured without a developer; Documents generated and signed from a submission; Audit trails already built to a standard. If any of those carry weight for you, keep paying.
Is there an open-source alternative to Formstack?
Yes: Documenso, Formbricks. The prompt on this page is for when you want it your way instead.
Related entries
same category first, most replaced first
Every week, something stops being worth paying for.
New verdicts, prices that moved, entries added. One email a week. Unsubscribe in one click. Nothing is being sent yet — your address is kept here, and the first issue is the first thing it is used for.
free forever · no tracking pixel · stored here, never passed to anyone

