APIbenchmarks
Documenso logo

Documenso

Documenso · Ranked #7 of 7 in E-Signature APIs

62.5/ 100
DSituational

The leading open-source DocuSign alternative (AGPL-3.0), self-hostable for free with full API access, plus a managed cloud tier for teams that don't want to run it.

Best for

Open-source, self-hostable e-signature you fully own

Screenshot of Documenso

Overview

Documenso is an open-source electronic-signature platform positioned as "the open source DocuSign alternative." Built on a modern TypeScript stack (React Router v7, Hono, tRPC, Prisma/PostgreSQL, Tailwind, shadcn/ui), it is distributed under the AGPL-3.0 license with ~13.6k GitHub stars, and offers both a managed cloud at documenso.com and full self-hosting (Docker, Docker Compose, Railway, Kubernetes, manual). Its core appeal is developer ownership: you can run the entire signing system yourself with unlimited documents at no software cost, produce standards-based tamper-proof (PAdES) signatures, embed signing into your own app, and avoid the per-signature/per-envelope pricing that characterizes incumbents. It is best suited to engineering-led teams, SaaS builders who want white-label embedded signing, and privacy/compliance-sensitive orgs that need to host their own signing infrastructure.

On the API side, Documenso ships an official type-safe TypeScript SDK (@documenso/sdk-typescript) targeting the v2 API, plus React embedding packages (@documenso/embed-react) for direct-template and signing-token flows; the SDK also doubles as an MCP server exposing its methods as tools for AI agents. The v2 API and SDKs are explicitly in beta with potential breaking changes, and TypeScript is currently the only first-class official SDK language, there is no official Python or Go client, so non-JS consumers must call the REST API directly. API access is gated behind paid cloud tiers (Individual and up) or self-hosting.

Where Documenso loses ground is workflow depth and identity assurance. It lacks sequential/ordered signing, conditional routing, approval workflows, payment collection, and document generation that mature commercial suites offer, and it has no SMS OTP, knowledge-based authentication, or government-ID verification, email-based verification is legally sufficient for standard business documents but a real gap for regulated or high-value contracts. The AGPL-3.0 license is also a strategic consideration: any commercial product embedding Documenso without the Platform plan must open-source its own code. Self-hosters face a known gotcha where signing silently fails unless they generate their own signing certificate. Community sentiment is strongly positive (4.8/5 on both G2 and Capterra, 5.0 on Product Hunt) but review counts and third-party performance/uptime benchmarks are thin, reflecting its earlier-stage status versus DocuSign.

How this score is derived

The APIbenchmarks Index is a weighted sum of four dimensions, each scored on an absolute 0–100 reference scale. See the methodology for every mapping.

DimensionScoreWeightContribution
Documentation & DXSolid developer docs at docs.documenso.com cover embedding, self-hosting and a TypeScript SDK with examples, but the v2 API/SDK are flagged beta with possible breaking changes.
66
30%19.8
ReliabilityCloud runs on an Openstatus status page and signatures are PAdES tamper-proof, but no published SLA or uptime numbers exist and self-hosters must supply their own signing certificate or signing silently fails.
55
25%13.8
Ecosystem & SDKsHealthy open-source community (~13.6k GitHub stars, AGPL-3.0, active blog/releases) with embedding + MCP support, though the integration/SDK surface is narrower than incumbents and TypeScript-centric.
58
25%14.5
AccessibilityGenerous entry path, free self-hosting with unlimited documents and a free cloud tier (5 docs/month), no per-signature pricing, but API access requires a paid plan and AGPL imposes copyleft obligations on commercial embedders.
72
20%14.4
APIbenchmarks Index (ABI)62.5

Table 1. Derivation of the ABI for Documenso. Contribution = score × weight; the index is their sum.

At a glance

Vendor
Documenso
Pricing model
Open-source / per-seat cloud
Free tier
Self-host free (AGPL); cloud free plan 5 docs/mo
Official SDKs
4 languages

Pricing

Free$0/mo5 documents per month, up to 10 recipients per document, no API access or embedded signing, no credit card.
Individual$25/mo ($300/yr)1 user, unlimited documents, API access for personal use, email support.
Teams$40/mo ($480/yr)5 users included then $8/mo per extra user, unlimited documents, embedded signing, API access for automation.
Platform$250/mo ($3,000/yr)Unlimited users and documents, unlimited API access, white-label embedded signing, Slack support.
EnterpriseCustomCloud or self-hosted, advanced compliance, tailored support, SSO.

Key features

  • Tamper-proof PAdES-standard digital signatures with audit trail
  • Embedded signing via direct-link templates and signing tokens
  • Document templates and reusable fields
  • Team management and fine-grained permissions
  • Custom branding / white-label (Platform plan)
  • Single sign-on (SSO) support
  • Self-hosting via Docker, Docker Compose, Railway, Kubernetes, or manual deploy
  • REST/v2 API with tRPC internals
  • MCP server mode for AI-agent integration
  • Folders, attachments, and direct-link management via SDK

Official SDKs

TypeScript / JavaScript (@documenso/sdk-typescript, v2 API)React embedding (@documenso/embed-react)REST API (language-agnostic)MCP server (via TypeScript SDK)

Strengths & trade-offs

Strengths
  • +Fully open source (AGPL-3.0) and self-hostable with unlimited documents at zero software cost
  • +No per-signature or per-envelope pricing on paid cloud tiers
  • +Standards-based tamper-proof PAdES signatures with audit trail
  • +First-class TypeScript SDK plus React embedding components for white-label signing
  • +Modern, well-liked UI (4.8/5 on G2 and Capterra) and fast Docker setup (~5 min)
  • +SDK doubles as an MCP server, exposing signing operations as tools for AI agents
Trade-offs
  • No sequential/ordered signing, conditional routing, or approval workflows
  • No SMS OTP, knowledge-based or government-ID signer authentication (email verification only)
  • v2 API and SDKs are in beta with potential breaking changes
  • TypeScript is the only official SDK, no Python or Go client
  • AGPL-3.0 copyleft forces commercial embedders without the Platform plan to open-source their code
  • Self-hosting gotcha: signing silently fails unless you generate your own signing certificate

What developers say

G2 4.8/5 · 585 reviews; Capterra 4.8/5 · 361 reviews; Product Hunt 5.0/5 · 13 reviews

Developers and small teams consistently praise the intuitive, fast UI and open-source/self-host model, with the main criticisms being earlier-version UX rough edges and gaps in advanced workflow and integration features.

The ui is intuitive, fast and just works! for freelancing contracts.

Key figures

Free plan document limit5 documents/month (up to 10 recipients each)Documenso pricing page
Individual plan price$25/mo ($300/yr)Documenso pricing page
Platform plan price$250/mo ($3,000/yr)Documenso pricing page
GitHub stars~13.6kDocumenso GitHub repository
Self-host setup time~5 minutes via DockerDocumenso self-hosting docs

Compare Documenso head to head

Sources

  1. https://documenso.com/pricing
  2. https://github.com/documenso/documenso
  3. https://github.com/documenso/sdk-typescript
  4. https://docs.documenso.com/developers/embedding
  5. https://docs.documenso.com/developers/embedding/react
  6. https://docs.documenso.com/developers/self-hosting/how-to
  7. https://www.producthunt.com/products/documenso/reviews
  8. https://www.esign.ai/blog/top-rated-docusign-alternatives-g2-capterra-2026-rankings
  9. https://documenso.com/features/signing

Figures last verified 2026-06-27. Spotted an error? corrections@apibenchmarks.com