documenso-reference-architecture

Featured

Implement Documenso reference architecture with best-practice project layout. Use when designing new Documenso integrations, reviewing project structure, or establishing architecture standards for document signing applications. Trigger with phrases like "documenso architecture", "documenso best practices", "documenso project structure", "how to organize documenso".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Documenso Reference Architecture ## Overview Production-ready architecture for Documenso document signing integrations. Covers project layout, layered service architecture, webhook processing, and data flow. ## Prerequisites - Understanding of layered architecture principles - Documenso SDK knowledge (see `documenso-sdk-patterns`) - TypeScript project with Node.js 18+ ## Recommended Project Structure ``` my-signing-app/ ├── src/ │ ├── documenso/ │ │ ├── client.ts # Singleton SDK client │ │ ├── errors.ts # Custom error classes │ │ ├── retry.ts # Retry/backoff logic │ │ └── types.ts # Shared types │ ├── services/ │ │ ├── document-service.ts # Document CRUD operations │ │ ├── template-service.ts # Template-based workflows │ │ └── signing-service.ts # Orchestrates signing flows │ ├── webhooks/ │ │ ├── handler.ts # Express webhook router │ │ ├── verify.ts # Secret verification │ │ └── processors/ │ │ ├── document-completed.ts │ │ ├── document-signed.ts │ │ └── document-rejected.ts │ ├── api/ │ │ ├── health.ts # Health check endpoint │ │ └── routes.ts # API routes │ └── config/ │ └── index.ts # Environment configuration ├── scripts/ │ ├── verify-connection.ts # Quick health check │ ├── create-test-doc.ts # Test document generator │ └── clean...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

adobe-reference-architecture

Implement Adobe reference architecture for production integrations covering Firefly Services, PDF Services, I/O Events, and App Builder with layered project layout, error boundaries, and health monitoring. Trigger with phrases like "adobe architecture", "adobe project structure", "how to organize adobe", "adobe layout", "adobe best practices".

2,266 Updated today
jeremylongshore
AI & Automation Featured

klaviyo-reference-architecture

Implement Klaviyo reference architecture with best-practice project layout. Use when designing new Klaviyo integrations, reviewing project structure, or establishing architecture standards for email/SMS marketing applications. Trigger with phrases like "klaviyo architecture", "klaviyo project structure", "klaviyo design", "how to organize klaviyo", "klaviyo layout".

2,266 Updated today
jeremylongshore
AI & Automation Featured

documenso-sdk-patterns

Apply production-ready Documenso SDK patterns for TypeScript and Python. Use when implementing Documenso integrations, refactoring SDK usage, or establishing team coding standards for Documenso. Trigger with phrases like "documenso SDK patterns", "documenso best practices", "documenso code patterns", "idiomatic documenso".

2,266 Updated today
jeremylongshore
AI & Automation Featured

documenso-hello-world

Create a minimal working Documenso example. Use when starting a new Documenso integration, testing your setup, or learning basic document signing patterns. Trigger with phrases like "documenso hello world", "documenso example", "documenso quick start", "simple documenso code", "first document".

2,266 Updated today
jeremylongshore
AI & Automation Solid

webflow-reference-architecture

Implement Webflow reference architecture — layered project structure, client wrapper, CMS sync service, webhook handlers, and caching layer for production integrations. Trigger with phrases like "webflow architecture", "webflow project structure", "how to organize webflow", "webflow integration design", "webflow best practices".

2,266 Updated today
jeremylongshore