documenso-local-dev-loop

Featured

Set up local development environment and testing workflow for Documenso. Use when configuring dev environment, setting up test workflows, or establishing rapid iteration patterns with Documenso. Trigger with phrases like "documenso local dev", "documenso development", "test documenso locally", "documenso dev environment".

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 Local Dev Loop ## Overview Configure a fast local development environment for Documenso integrations. Covers project structure, environment configs, self-hosted Documenso via Docker, test utilities, and cleanup scripts. ## Prerequisites - Completed `documenso-install-auth` setup - Node.js 18+ with TypeScript - Docker (for self-hosted local Documenso) ## Instructions ### Step 1: Project Structure ``` my-signing-app/ ├── src/ │ └── documenso/ │ ├── client.ts # Configured SDK client │ ├── documents.ts # Document operations │ ├── recipients.ts # Recipient management │ └── webhooks.ts # Webhook handlers ├── scripts/ │ ├── verify-connection.ts # Quick health check │ ├── create-test-doc.ts # Generate test documents │ └── cleanup-test-docs.ts # Remove test data ├── tests/ │ └── integration/ │ ├── document.test.ts │ └── template.test.ts ├── .env.development ├── .env.test └── .env.production ``` ### Step 2: Environment Configuration **.env.development:** ```bash DOCUMENSO_API_KEY=api_dev_xxxxxxxxxxxx DOCUMENSO_BASE_URL=https://stg-app.documenso.com/api/v2 DOCUMENSO_WEBHOOK_SECRET=whsec_dev_xxxxxxxxxxxx LOG_LEVEL=debug ``` **.env.test:** ```bash DOCUMENSO_API_KEY=api_test_xxxxxxxxxxxx DOCUMENSO_BASE_URL=https://stg-app.documenso.com/api/v2 DOCUMENSO_WEBHOOK_SECRET=whsec_test_xxxxxxxxxxxx LOG_LEVEL=warn ``` ### Step 3: Client Wrapper with Dev Helpers ```typescript // src/documenso/c...

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

lucidchart-local-dev-loop

Local Dev Loop for Lucidchart. Trigger: "lucidchart local dev loop".

2,266 Updated today
jeremylongshore
AI & Automation Featured

apollo-local-dev-loop

Configure Apollo.io local development workflow. Use when setting up development environment, testing API calls locally, or establishing team development practices. Trigger with phrases like "apollo local dev", "apollo development setup", "apollo dev environment", "apollo testing locally".

2,266 Updated today
jeremylongshore
AI & Automation Featured

customerio-local-dev-loop

Configure Customer.io local development workflow. Use when setting up local testing, dev/staging isolation, or mocking Customer.io for unit tests. Trigger: "customer.io local dev", "test customer.io locally", "customer.io dev environment", "customer.io sandbox", "mock customer.io".

2,266 Updated today
jeremylongshore
AI & Automation Featured

klaviyo-local-dev-loop

Configure Klaviyo local development with hot reload, mocking, and testing. Use when setting up a development environment, configuring test workflows, or establishing a fast iteration cycle with the Klaviyo API. Trigger with phrases like "klaviyo dev setup", "klaviyo local development", "klaviyo dev environment", "develop with klaviyo", "klaviyo testing".

2,266 Updated today
jeremylongshore
AI & Automation Featured

documenso-ci-integration

Configure CI/CD pipelines for Documenso integrations. Use when setting up automated testing, deployment pipelines, or continuous integration for Documenso projects. Trigger with phrases like "documenso CI", "documenso GitHub Actions", "documenso pipeline", "documenso automated testing".

2,266 Updated today
jeremylongshore