Skip to main content
SuperDoc Solutions are production-ready components that handle specific document workflows. They’re built on SuperDoc but abstract away the complexity for common use cases.

Available Solutions

SuperDoc eSign

Complete document signing workflows with audit trails, field management, and compliance tracking. Perfect for terms of service, employment agreements, and consent forms. Get started with eSign →

SuperDoc Template Builder

Coming soon
Create and manage document templates with structured fields using Word’s SDT system.

When to Use Solutions vs Core SuperDoc

Use CaseRecommendedWhy
Document signing workfloweSign SolutionHandles audit trails and compliance automatically
Custom editor with unique featuresCore SuperDocNeed full control over functionality
Simple document viewerCore SuperDocSolutions add unnecessary overhead
Template creation systemTemplate BuilderSDT field management built-in

Installation

Solutions are published as separate npm packages:
# For eSign
npm install @superdoc-dev/esign superdoc

# For Template Builder (coming soon)
npm install @superdoc-dev/template-builder superdoc
Each solution requires SuperDoc as a peer dependency but handles the integration automatically.
I