Minimal working example demonstrating core Documenso document signing functionality.
documenso-install-auth setupCreate a new file documenso-hello.ts (or .py for Python).
TypeScript:
For detailed implementation code and configurations, load the reference guide:
Read(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)
TypeScript (Complete Example):
| Type | Description |
|---|---|
SIGNATURE |
Electronic signature |
INITIALS |
Initials field |
NAME |
Full name |
EMAIL |
Email address |
DATE |
Date field |
TEXT |
Free text input |
NUMBER |
Number input |
CHECKBOX |
Checkbox/Boolean |
DROPDOWN |
Dropdown selection |
RADIO |
Radio button group |
| Error | Cause | Solution |
|---|---|---|
| Import Error | SDK not installed | Verify with npm list @documenso/sdk-typescript |
| Auth Error | Invalid credentials | Check environment variable is set |
| File Not Found | PDF path incorrect | Verify PDF file exists |
| Invalid Field Position | Coordinates off page | Check page dimensions |
| Recipient Exists | Duplicate email | Use existing recipient or update |
Proceed to documenso-local-dev-loop for development workflow setup.
Basic usage: Apply documenso hello world to a standard project setup with default configuration options.
Advanced scenario: Customize documenso hello world for production environments with multiple constraints and team-specific requirements.