Skills2026年4月10日·1 分钟阅读

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.

Agent 就绪

Agent 可直接安装

这个资产可安装;Agent 先选择当前运行时、检查安装计划,再运行匹配命令。

Native · 98/100策略:允许
Agent 入口
任意 MCP/CLI Agent
类型
Skill
安装
Single
信任
信任等级:Established
入口
step-1.md
直接安装命令
npx -y tokrepo@latest install f8e25455-3474-11f1-9bc6-00163e2b0d79 --target codex

先 dry-run 确认安装计划,再运行此命令。

TL;DR
Documenso is a self-hosted open-source alternative to DocuSign with PDF e-signatures and full audit trails.
§01

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.

§02

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.

§03

How to use

  1. Clone and set up Documenso:
git clone https://github.com/documenso/documenso.git
cd documenso
cp .env.example .env
npm ci
npm run dx
  1. Open http://localhost:3000 and sign up.
  2. Upload a PDF, add signature fields, and send it to signers.
§04

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
§05

Related on TokRepo

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.

§06

Common pitfalls

  • The .env file 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.

常见问题

Is Documenso legally binding?+

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.

Can I self-host Documenso?+

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.

What tech stack does Documenso use?+

Documenso is built with Next.js, TypeScript, Prisma, PostgreSQL, and tRPC. The frontend and API are in a single Next.js application.

Does Documenso support multiple signers?+

Yes. You can add multiple signers to a document, each with their own signature fields. Documenso tracks individual signing status and sends reminders.

Is there a hosted version?+

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.

引用来源 (3)
🙏

来源与感谢

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产