~/tools/documenso
Documenso
tool

Documenso

Documenso is an open source e-signature platform you can self-host — a DocuSign alternative that lets you send PDFs for legally binding signatures, with a developer-first API and embedded signing on every plan.

What is Documenso?

Documenso is an open source e-signature platform that lets you send documents for legally binding electronic signatures. You upload a PDF, drop in signature and field placeholders, send it to recipients, and collect signatures — all running on your own infrastructure if you choose to self-host.

What is Documenso best for?

Developers and teams that want to own their signing stack — either because they’re embedding e-signatures into their own product, or because they don’t want sensitive contracts passing through a third-party cloud. It’s a strong fit for anyone who’d otherwise pay DocuSign per seat for what is, at its core, document signing.

What can Documenso do?

  • Send PDFs for signature with drag-and-drop signature, text, date, and checkbox fields
  • Route documents to multiple recipients with a defined signing order
  • Embed signing directly into your own app via a developer-first API and embedding SDK
  • Reuse documents with templates for contracts you send repeatedly
  • Apply your own branding to the signing experience
  • Self-host with Docker, Docker Compose, Railway, Render, Koyeb, or Kubernetes

Where does Documenso fall short?

  • It’s a focused signing tool — it doesn’t do document generation, proposal building, or full contract lifecycle management, so you’ll pair it with other tools for those.
  • It’s younger than decade-old incumbents: documentation has gaps and some workflows feel earlier-stage where DocuSign feels bulletproof.
  • When you self-host, compliance obligations like eIDAS or GDPR are on you — there’s no vendor carrying certifications on your behalf the way DocuSign’s hosted service does.

Is Documenso free?

Yes — Documenso is free to self-host under the AGPL-3.0 license, with unlimited documents, users, and signatures; you only pay for your own server. The hosted Documenso Cloud is a paid subscription: a free tier covers 5 documents per month, the Individual plan is $25/mo, Teams is $40/mo, and a Platform plan runs $250/mo.

What does Documenso replace?

Documenso is a self-hosted DocuSign alternative. It does the same core job — sending documents out and collecting legally binding e-signatures — but you run it yourself instead of paying per seat, and embedded signing is available on every plan rather than locked behind an enterprise tier.

FAQ

Is Documenso open source? Yes. Documenso is licensed under AGPL-3.0, a strong copyleft OSI-approved license. The catch: if you modify the code and offer it to others over a network, you must publish your changes.

Can I self-host Documenso for free? Yes. Self-hosting is free with no document, user, or signature limits — you only pay for the server it runs on. Documenso Cloud is the paid, managed option.

Is Documenso a good DocuSign alternative? For technical teams, yes — you get data sovereignty, no per-seat pricing, and API-based embedded signing. If you need a turnkey product with built-in compliance certifications and zero setup, DocuSign’s hosted service is less work.

What do I need to self-host Documenso? A server (Docker is the simplest path), a PostgreSQL database, and an SMTP server to send signing request emails. The stack is TypeScript, React Router, Prisma, and tRPC.