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.
Instalación lista para agent
Este activo puede instalarse después de elegir el runtime, revisar el plan y ejecutar el comando correspondiente.
npx -y tokrepo@latest install f8e25455-3474-11f1-9bc6-00163e2b0d79 --target codexEjecutar después de confirmar el plan con dry-run.
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.
Preguntas frecuentes
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.
Referencias (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
Relacionados en TokRepo
Fuente y agradecimientos
- GitHub: documenso/documenso — 12.6K+ ⭐ | AGPL-3.0
- Website: documenso.com
- Docs: documenso.com/docs
Discusión
Activos relacionados
SigNoz — Open Source APM & Observability Platform
SigNoz is an open-source Datadog/New Relic alternative with logs, traces, and metrics in one platform. Native OpenTelemetry support, ClickHouse backend, and powerful dashboards.
Authentik — Open Source Identity Provider & SSO Platform
Authentik is a flexible open-source identity provider with SSO, MFA, user enrollment flows, and application proxy — the authentication glue for your self-hosted stack.
Huly — All-in-One Open Source Project Management Platform
Huly is an open-source alternative to Linear, Jira, Slack, and Notion. Project tracking, team chat, knowledge base, and HR tools in a single unified platform.
Mattermost — Open Source Slack Alternative for Team Collaboration
Mattermost is an open-source messaging platform for secure team collaboration. Channels, threads, voice/video calls, playbooks, and integrations — self-hosted Slack alternative.