Free beta: unlimited documents, no card required →

Send it. Sign it.
Signed, sealed, delivered.

Lifted Sign turns your PDFs into legally-binding agreements. Drop signature, date, and initial fields anywhere, route it to every signer, and get back a tamper-evident sealed document with a full Certificate of Completion — identity, timestamps, and IP on the record. No third party, no redirect.

ESIGN & UETA PAdES-certified Certificate of Completion Open source · self-host
sign.liftedholdings.com
Master Services Agreement DOC-7F3A-2026
Sign here Signed · 2026-06-19 14:21:58 UTC · 73.92.x.x
PAdES
Certified, tamper-evident seal
ESIGN + UETA
Consent captured on every envelope
$0
Billed during beta
Every send
On its own audit trail
Built for the close

Everything a signature needs. Nothing it doesn't.

Turn a PDF into a finished, filed agreement — field placement, signer routing, consent, and a tamper-evident seal, all in one ceremony.

Drag-and-drop fields

Drop signature, date, initials, and text fields exactly where they belong on your PDF. Required fields gate the seal, so nothing ever closes half-finished.

Multi-signer routing

Route one envelope to every party in sequence or in parallel. Each signer gets a clean, branded page — no account, no app to install.

Glass signing experience

A tokenized, distraction-free signer page. Draw, type, or adopt a saved signature — no account, no app to install.

ESIGN / UETA consent

Consent and intent are captured before the first field is signed, then bound into the record — the legal foundation of an enforceable electronic signature.

Tamper-evident seal

The moment the last field is signed, the document is frozen, sealed with a PAdES/PKCS#7 certification signature, and fingerprinted with a SHA-256 hash on the certificate — so any later change is provable at a glance.

Certificate + event history

Every envelope carries a downloadable Certificate of Completion and its own time-ordered history: who, when, and from where.

A real editor

Not just a signature box — an editor.

Most e-sign tools only stamp boxes on top of a PDF. Lifted Sign lets you edit the document itself, prepare it exactly, and reuse it — right in the browser, before a single signature.

Edit the document itself

Fix a typo, set a date, tweak a clause — edit the PDF's own text in place, right on the page. What you type is exactly what gets sealed; the old text is flattened out, never left hiding underneath.

Add text anywhere

Drop a note, a title, or a whole paragraph onto any page — no re-exporting from Word, no round trips.

Place any field

Signature, initials, date, name, email, title, company, or checkbox — drag each one exactly where it belongs and assign it to a signer.

Smart, reusable templates

Save the documents you send often. Tag the fields you always fill in, and each time you use the template a quick questionnaire pre-fills them for you — so a new agreement is ready in seconds, not minutes.

Auto-find your fields

Lifted Sign scans the page for merge tokens like {{company}} and labels like “Effective Date:” and places the fill-in fields for you.

Pages & undo, your way

Add, remove, or reorder pages, merge in an addendum, zoom in for precision — and undo anything. Nothing is permanent until you send.

From draft to done

Three steps. One ceremony.

Send, sign, seal. The workflow is built so the hardest part is deciding what to send.

STEP 01

Send

Upload a PDF or pick a template, drop the fields, add your signers, and send. The envelope is logged the moment it leaves.

STEP 02

Sign

Signers open a clean, branded page — no account required. They consent, complete every required field, and sign.

STEP 03

Seal

Lifted Sign freezes the record, applies the PAdES-certified seal, attaches the Certificate of Completion, and delivers the finished document to every party — filed and final.

Tamper-evident by design

Alter one byte. Everyone knows.

When the last field is signed, Lifted Sign freezes the document, seals it with a PAdES certification signature, and records a SHA-256 fingerprint on the Certificate of Completion. Alter one byte and the fingerprint no longer matches the certificate — proof, on its face, that the record is exactly what every party agreed to.

ESIGN Act & UETA
Consent and intent recorded before the first field is signed.
Certificate of Completion
A standalone audit record travels with the signed document.
PAdES-certified seal
Encrypted at rest; a SHA-256 fingerprint on the certificate makes any change detectable.
Encrypted at rest
Documents and signatures encrypted in storage and in transit.
Seal verified
Certificate of Completion
EnvelopeENV-7F3A-2026
DocumentMaster Services Agreement
StatusSealed
Signers3 of 3
Sealed at2026-06-19 14:22:07 UTC
ConsentESIGN / UETA · recorded
SealPAdES · PKCS#7

Every envelope keeps its own history.

Built on an API

Ship signatures from your own stack.

Everything you can do in the dashboard, your backend can do over a clean REST API — Bearer-authed, OpenAPI 3.1, Postman-ready. Turn a PDF into a sealed, certificate-backed agreement without leaving your code.

  • Place fields by anchor — no coordinate math.Name text that already exists in the document ("Signature:") and the field snaps to it. Absolute points and normalized coordinates are there when you want pixel control.
  • API keys you control.Mint sk_live_ / sk_test_ keys in your dashboard, scoped to your account, revocable in one click.
  • Docs that import in one click.A full OpenAPI 3.1 spec and a ready-to-run Postman collection — every endpoint, every schema, codegen-ready.
place a signature by anchor — no coordinates
# create an envelope from a PDF, then drop a signature
# wherever the document already says "Signature:"
curl https://sign.liftedholdings.com/api/mysign/agreements/42/fields \
  -H "Authorization: Bearer $LIFTED_SIGN_KEY" \
  -H "Content-Type: application/json" \
  -d '{"fields":[{
       "signer":"dana@example.com",
       "type":"signature",
       "anchor":"Signature:"
     }]}'

# → the field lands on the label. send it, and each
#   signer gets a single-use link. that's the whole trick.

One key. One call per field. No PDF coordinate math.

Open source · your call

Two ways to run it.

Lifted Sign is open source. Self-host the whole engine yourself — free, forever, on nothing but SQLite — or let us run it for you, free during beta. Same field placement, same PAdES-certified seal, same Certificate of Completion, either way.

Managed cloud · we run it
Free during beta
hosted at sign.liftedholdings.com

Skip the ops entirely — we host, patch, back up, and scale Lifted Sign for you. Sign up and send your first sealed document in minutes. Free during the beta; no credit card required.

  • Nothing to install — updates & backups handled
  • Unlimited documents & signers
  • ESIGN / UETA consent + PAdES-certified PDFs
  • Certificate of Completion on every envelope
Start free

$29.99/mo flat rate planned after beta. No card on file today, no payment collected — we'll give clear notice before anything is ever charged.

Open source · AGPL
Free forever
self-hosted, on your own server

Run the entire engine yourself — on nothing heavier than SQLite. Your infrastructure, your data, no vendor lock-in. It's the same field placement, sealing, and certificate engine that powers the cloud, released open source under the AGPL.

  • Open source, AGPL-licensed
  • Runs on plain SQLite — no heavy infra
  • Same seal + Certificate of Completion engine
  • Full REST API + OpenAPI spec included
View on GitHub

Free and open source under the AGPL. Bring your own host and own your records end to end — read the developer & self-host guides at /developers.

Open source (AGPL) and self-hostable — free forever on your own hardware. The managed cloud is free during beta, with a $29.99/mo flat rate planned once Lifted Sign leaves beta. No card on file, no payment collected, and clear notice before anything is ever charged.

Lifted Sign

Put your name to it.
We'll seal the rest.

Free during beta · unlimited documents · no card required.