Should I self-host DocuSign?
DocuSeal does signatures, templates, audit trails and email flows from one sqlite-backed container. DocuSign's $15/mo Personal plan caps you at 5 sends a month; your own instance doesn't count.
Court-tested brand recognition — counterparties know DocuSign
Qualified e-signature (QES) tiers for regulated industries
e-signatures · signing templates · audit trails · multi-party flows
* Percent of the subscription price. Your time is priced at the slider's rate — $0/h ("my homelab time is free and I love it") is a legitimate position. Every number is derived from the record, never hand-written. Price source, checked 2026-08-05.
Runs comfortably on a Raspberry Pi.


Boot to healthy measured at 26s on the 2GB reference env
# DocuSeal — document signing on sqlite; one container
services:
docuseal:
image: docuseal/docuseal:latest
container_name: docuseal
restart: unless-stopped
ports:
- "3002:3000"
volumes:
- docuseal-data:/data
healthcheck:
test: ["CMD-SHELL", "wget -qO- http://localhost:3000/ >/dev/null || exit 1"]
interval: 5s
timeout: 10s
retries: 36
start_period: 20s
volumes:
docuseal-data:
Want a guided install instead? caniselfhostit.com/docusign has AI-agent prompts that assume a bare machine — that's their half of the stool, and it's good.
FULL TIMED LOG
# DocuSign — verdict log - **Date:** 2026-08-10 - **Verdict:** YES — worth it - **Protocol:** v1 (2GB reference env, Docker preinstalled, AI assistant: claude-code) ## Setup evidence - Compose: `compose/docusign-docuseal.yml` - Boot to healthy: **26s** measured this session - Setup time recorded: 11 min (boot + configuration to first working workflow) ## What broke / notes - Boot to healthy measured at 26s on the 2GB reference env ## The call DocuSeal does signatures, templates, audit trails and email flows from one sqlite-backed container. DocuSign's $15/mo Personal plan caps you at 5 sends a month; your own instance doesn't count.