Documenso — Open Source Document Signing Platform
Documenso is an open-source DocuSign alternative for self-hosted document signing with PDF e-signatures, audit trails, and Next.js stack.
What it is
Documenso is an open-source document signing platform built as an alternative to DocuSign. It supports PDF e-signatures with audit trails, multi-signer workflows, and a modern Next.js stack. You can self-host it for full control over your signing data.
It targets businesses, freelancers, and teams who need legally compliant document signing without per-signature fees or data leaving their infrastructure.
How it saves time or tokens
Documenso automates the sign-request-track cycle. Upload a PDF, place signature fields, send to recipients, and track completion status — all from a single dashboard. Self-hosting eliminates per-document costs charged by commercial signing services.
How to use
- Clone and set up Documenso:
git clone https://github.com/documenso/documenso.git
cd documenso
cp .env.example .env
npm ci
npm run dx
- Open
http://localhost:3000and sign up. - Upload a PDF, add signature fields, and send it to signers.
Example
# Clone the repo
git clone https://github.com/documenso/documenso.git
cd documenso
# Setup environment
cp .env.example .env
npm ci
# Start development server
npm run dx
# Open http://localhost:3000
# Upload a contract PDF, drag signature fields, send for signing
Related on TokRepo
- Self-Hosted Tools — More self-hosted business applications
- AI Tools for Documents — Document processing and management tools
Key considerations
When evaluating Documenso for your workflow, consider the following factors. First, assess whether your team has the technical prerequisites to adopt this tool effectively. Second, evaluate the maintenance burden against the productivity gains. Third, check community activity and documentation quality to ensure long-term viability. Integration with your existing toolchain matters more than feature count alone. Start with a small pilot project before rolling out across the organization. Monitor resource usage during the initial adoption phase to identify bottlenecks early. Document your configuration decisions so team members can onboard independently.
Common pitfalls
- The
.envfile requires SMTP configuration for sending signature request emails; without it, email notifications fail silently. - Self-hosted deployments need HTTPS for secure signature transmission; use a reverse proxy with TLS.
- Database migrations must be run after version updates; skipping them causes schema mismatch errors.
Frequently Asked Questions
Documenso implements e-signature workflows with audit trails. Legal validity depends on your jurisdiction. Most countries recognize electronic signatures under laws like ESIGN (US) or eIDAS (EU). Consult legal counsel for your specific use case.
Yes. Documenso is designed for self-hosting. Clone the repository, configure environment variables, and deploy with Docker or on bare metal. You own all signing data.
Documenso is built with Next.js, TypeScript, Prisma, PostgreSQL, and tRPC. The frontend and API are in a single Next.js application.
Yes. You can add multiple signers to a document, each with their own signature fields. Documenso tracks individual signing status and sends reminders.
Yes. Documenso offers a hosted cloud version at documenso.com with a free tier. Self-hosting is also fully supported for teams that need data residency control.
Citations (3)
- Documenso GitHub— Open-source DocuSign alternative with PDF e-signatures
- Documenso Official Site— Self-hosted document signing with audit trails
- Documenso README— Next.js, Prisma, PostgreSQL tech stack
Related on TokRepo
Source & Thanks
- GitHub: documenso/documenso — 12.6K+ ⭐ | AGPL-3.0
- Website: documenso.com
- Docs: documenso.com/docs
Discussion
Related Assets
HumHub — Open-Source Enterprise Social Network
A flexible, open-source social networking platform built on Yii2 for creating private communities, intranets, and collaboration spaces within organizations.
Dolibarr — Open-Source ERP & CRM for Business Management
A modular open-source ERP and CRM application written in PHP for managing contacts, invoices, orders, inventory, accounting, and more from a single web interface.
PrestaShop — Open-Source PHP E-Commerce Platform
A widely adopted open-source e-commerce platform written in PHP with a rich module marketplace, multi-language support, and a strong European user base.