A form builder that doesn't feel like 2008
Drag-and-drop every field type you actually need: text, email, date, file upload, dropdowns, conditional logic. Save as templates. Reuse forever.
- 14 field types
- Drag reordering
- Reusable templates
↗ · The form tool for signing things
You're stitching a form tool onto a separate e-signature service, or paying $25 a seat just to collect a signature. Sign Sail bundles the form builder, the e-signature, and the QR code into one account, one bill, one UI.
Free forever · 2 forms · No credit card
ESIGN
US & EU compliant
SHA-256
Tamper-evident
< 5s
PDF gen
Add a field
Drag onto the canvas, or click to append.
Inputs
Choices
Advanced
Form title
Full legal name*
Email*
Service type
Signature*
Field properties
signature
Label
Help text
Visibility
Legal-grade
e-signatures at every tier.
↗ · What you actually get
Sign Sail bundles the form builder, the e-signature capture, and the sharing infrastructure into one account, one bill, one UI.
Drag-and-drop every field type you actually need: text, email, date, file upload, dropdowns, conditional logic. Save as templates. Reuse forever.
Canvas-based capture with ESIGN, UETA, eIDAS, and PIPEDA compliance. Every submission gets an IP, timestamp, user-agent, SHA-256 hash, and form-schema snapshot, all baked into a signed PDF.
Every published form generates a short URL and a downloadable QR code in PNG or SVG. Post it on a wall, print it on a menu, stick it to a clipboard. Zero setup.
↗ · Form builder
A block-based editor for structured data. Fourteen field types, drag reordering with dnd-kit, inline validation, live preview. Auto-save draft on every keystroke, so you never lose your work when the coffee runs out.
Canvas · Untitled form
Field type
Signature
↗ · Legal-grade signatures
We capture the signature image, the signer's IP, user-agent, timestamp, and a SHA-256 hash of the full submission payload, plus a frozen snapshot of the form schema at signing time. Nobody can retroactively change the form after it's been signed.
Compliance / Audit Trail
Client Intake Agreement
SHA-256 submission hash
a9c4e8b21f7d6e0b5c8a93e4f10d5b2c9e6a71f4d82c3b5e7f9a1d6c4b8e0f81d
Any modification to this submission invalidates the hash.
↗ · QR + short URLs
Every published form gets a permanent short URL and a downloadable QR code. Stick it on a menu, a clipboard, a physical waiver station, a chalkboard, or just email the link. Export PNG or SVG, print it at any size.
Share · Published
Anyone with the link can fill it out · No account required
↗ · Generated PDFs
Every submission generates a typeset PDF with the filled form, the signature rendered inline, and the full audit trail on the final page. Downloadable per-submission or in bulk as a ZIP. Optionally emailed to you or to the signer on completion.
Submission record
1 / 3
sub_c3f7a2b9
Signed by
Avery Kingsley
2026-04-06 · 14:22 UTC
Audit hash
a9c4…f81d
sub_c3f7a2b9 · Generated 2026-04-06 14:22 UTC · signsail.com · Powered by Sign Sail
↗ · Who uses Sign Sail
Solo founders, freelancers, startups, and small teams: you're running a business, not a law firm. Sign Sail handles the compliance plumbing so you can just ship the form and get on with it.
Waivers, intake forms, service agreements, and liability releases, signed in the shop, on a phone, or at a customer's door.
“Replaced a stack of clipboards.”
Client onboarding + contract signing in one form. Kick off the project with a signed scope, not an email chain.
“Onboarding went from 3 days to 8 minutes.”
Registration plus liability waiver in a single QR-code sign-in. Attendees scan, fill, and sign, on-site or at home.
“One QR on the door does everything.”
Policy acknowledgments, handbook sign-offs, and onboarding docs, routed, signed, and archived with full audit trails.
“Every signature, every audit, one search.”
Tenant applications with ID upload and lease-addendum signing. Everything captured in a single submission.
“No more 11-page PDF attachments.”
Intake forms with HIPAA-friendly consent, treatment waivers, and signed agreements. Paperless from the first visit.
“Intake time cut by 70%.”
↗ · For agents
Everything the dashboard does, an agent can do over the API or the MCP server: upload a PDF, place the fields, send it for signature, and pull back the sealed copy. No human clicking through a screen.
Ten tools at /api/mcp cover the whole signing flow. Point Claude, Cursor, or your own agent at it with a Bearer key and it can work the document end to end.
The full REST surface is published as OpenAPI 3.1 at /api/v1/openapi.json. An agent fetches it and learns every endpoint, parameter, and response without you writing a wrapper.
Errors return a stable code, not just a sentence, so retry logic can branch on them. Every POST takes an Idempotency-Key, so a replayed request never sends a document twice.
An llms.txt at the domain root points agents straight at the spec, the MCP server, and the guides. Rate-limit headers tell them how much room is left before they back off.
# Upload a PDF, place a signature field, send it, pull back the signed copy
curl -X POST "$BASE/documents" -H "$AUTH" \
-d '{"url":"https://acme.com/nda.pdf","title":"NDA"}'
curl -X PUT "$BASE/documents/$DOC/fields" -H "$AUTH" \
-d '{"placements":[{"recipientRef":1,"fieldType":"SIGNATURE",
"pageIndex":0,"x":0.12,"y":0.80,"w":0.25,"h":0.06}]}'
curl -X POST "$BASE/envelopes" -H "$AUTH" \
-H "Idempotency-Key: nda-001" \
-d '{"documentId":"'$DOC'","recipients":[{"email":"[email protected]"}]}'
curl "$BASE/envelopes/$ENV/pdf" -H "$AUTH" -o signed.pdfOn the Business plan
↗ · Pricing
Signatures, audit trails, and PDFs are included at every tier. You pay for volume, seats, and support, not for the compliance itself. One flat price per plan, not per signature.
A real plan, not a trial. Individuals and solo founders get legally binding signatures on 2 forms, free forever.
No credit card
$144/yr · save 25%
For freelancers, startups, and small teams running signatures through more than a couple of forms.
Cancel anytime
$348/yr · save ~26%
For teams that need multi-party signing, the API, and real volume.
Cancel anytime
$1,188/yr · save ~23%
For organizations that need SSO, teams, and room to grow without a sales call.
Cancel anytime
All prices in USD. Cancel anytime, no long-term contracts. See the full comparison →
↗ · Questions
If your question isn't here, email [email protected] and we'll respond within a business day.
/ general information, not legal advice
/ built to hold up in court
Yes. Every signed submission captures the signer's IP, browser, timestamp, a SHA-256 hash of the full payload, and a frozen copy of the form schema at signing time. That bundle satisfies the ESIGN Act (US), UETA (US state law), eIDAS Simple Electronic Signature (EU), PIPEDA (Canada), and equivalent frameworks. It's the same standard the major e-signature platforms meet for their entry plans.
Sign Sail is a form builder with e-signatures baked in, not an e-signature product with an afterthought form tool. If you're collecting structured data alongside a signature (intake forms, waivers, registrations, agreements), Sign Sail is roughly half the price and a fraction of the setup. If all you need is to send a PDF to one person to sign, a dedicated e-signature tool is still probably right for you.
Free-tier submissions and their PDFs are retained for 90 days and then permanently deleted. You'll get a warning email 7 days before deletion so you can export what you need. Pro keeps data for 1 year, Business keeps it indefinitely.
No. Respondents fill forms on a plain public URL, with no login, no app, and no account creation. They can sign with a finger on their phone or a mouse on their laptop. Zero friction.
Yes. Whether you're billed monthly or annually, you can cancel from your account page with one click. We don't lock you in, and we don't make you email support to downgrade. Your data stays accessible during any remaining paid period and follows the retention policy of whatever tier you're on after.
Yes, on the Business plan. Send a form to a named recipient list, in parallel or in roster order, with per-recipient reminders, decline-with-reason, expiry, and a unified envelope audit trail attached to every signed PDF. Up to 10 recipients per envelope.
↗ · Get started
Free forever for your first 2 forms. From waivers to NDAs, get it back signed with a tamper-evident audit trail. No credit card to start.
ESIGN · UETA · eIDAS · PIPEDA · SHA-256