Should I self-host PandaDoc?
Same jobs as DocuSign at $35/mo — proposals, sign-offs, templates. DocuSeal (or Documenso) covers the signing core; you assemble proposals in your own docs stack instead of theirs.
PandaDoc's proposal builder and CPQ features beyond plain signing
Payment collection embedded in documents
proposals & quotes · e-signatures · document templates · approval 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-06.
Runs comfortably on a Raspberry Pi.



# 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/pandadoc has AI-agent prompts that assume a bare machine — that's their half of the stool, and it's good.
FULL TIMED LOG
# PandaDoc — verdict log - **Date:** 2026-08-10 - **Verdict:** YES — worth it - **Protocol:** v1 (2GB reference env, Docker preinstalled, AI assistant: claude-code) ## Setup evidence (shared) - This verdict rides on the same replacement verified for `docusign-docuseal` — see `compose/docusign-docuseal.yml` and its log. ## The call Same jobs as DocuSign at $35/mo — proposals, sign-offs, templates. DocuSeal (or Documenso) covers the signing core; you assemble proposals in your own docs stack instead of theirs.