Every signature
tells a story.
Signific is a legally binding signing platform with tamper-evident audit trails, multi-party routing, and a real REST API. Replace DocuSign — without the bloat or the invoice.
No credit card. Five free envelopes a month.
- Aarin NijhawanSigned
- Ishani PatelPending
- Leo MartínezWaiting
E-signature became a tax on doing business.
DocuSign charges per envelope, locks audit trails behind premium tiers, and ships a cluttered UI that takes signers four minutes to figure out. Most teams need 10% of the features and pay for the other 90%.
Focused, fast, and legally binding.
Signific does the signature workflow exceptionally well — and nothing else. Every plan includes the full audit trail, every signature gets a hash chain, and signers can complete an envelope on their phone in under 30 seconds.
The signing workflow, done right.
Six core capabilities, all included on every plan. No premium gates on the parts that make your signatures admissible in court.
Drag-and-drop fields
Place signatures, initials, dates, text, checkboxes, and dropdowns anywhere on a PDF. Re-use as templates.
Multi-party routing
Sequential or parallel signing with role-aware routing — signers, approvers, viewers, CC. Decline with a reason.
Tamper-evident audit
Every event hashed into a verifiable SHA-256 chain. Audit certificates auto-appended to completed PDFs.
REST API + webhooks
Full API to create envelopes, send invitations, fetch status. HMAC-signed webhook payloads on every event.
Mobile-first signing
Signers don't need an account. Tokenized email link, large touch targets, signs in under 30 seconds.
Smart reminders
Auto-remind on configurable cadence. In-app notification center keeps senders in the loop.
Legally binding, by design.
Every Signific signature carries the evidence courts expect: affirmative consent, identity context, and a tamper-evident chain you can verify against the original.
- Affirmative consent on every signatureSigners confirm intent to sign electronically before each event.
- SHA-256 hash chainEvery event computes a new hash from the previous one. Break the chain and we'll catch it.
- Court-ready audit certificateAuto-generated PDF with every signer's IP, user agent, timestamps, and consent records.
Signific complies with Ontario's ESPA framework, including affirmative consent capture and tamper-evident record retention.
Per-signature consent prompts, attribution evidence (IP, UA, timestamp), and intent-to-sign records meet both standards.
Hash-chained audit trails and qualified-signature-ready architecture for future EU deployment.
One curl away from your first envelope.
A flat REST API with predictable resources, idempotent operations, and HMAC-signed webhooks. No SDK lock-in.
- POST/v1/envelopes
- GET/v1/envelopes/:id
- GET/v1/envelopes/:id/audit
- POST/v1/envelopes/:id/send
curl -X POST https://api.signific.axismeridi.com/v1/envelopes \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"name": "Contractor Agreement — Q2",
"document_id": "doc_3f9b2…",
"signers": [
{ "email": "ishani@example.com", "name": "Ishani Patel", "role": "signer" },
{ "email": "leo@example.com", "name": "Leo Martínez", "role": "signer" }
],
"routing_type": "sequential"
}'{
"uuid": "env_8a1c4b…",
"status": "sent",
"current_hash": "a3f1b2c4…79e",
"expires_at": "2026-06-12T18:00:00Z",
"signers": [
{ "uuid": "sig_1…", "status": "pending", "signing_order": 1 },
{ "uuid": "sig_2…", "status": "pending", "signing_order": 2 }
]
}Built for clarity, priced for sanity.
Public pricing lands soon. Veydros clients pay nothing — included with every engagement.
Free
For trying Signific and signing the occasional document.
- 5 envelopes / month
- Up to 3 saved templates
- Full audit trail
- Tamper-evident hash chain
Starter
For small teams sending signatures every week.
- 50 envelopes / month
- 10 saved templates
- Multi-party sequential routing
- Auto-reminders + notifications