Deploy Clerk-authenticated applications to various hosting platforms.
For full implementation details and code examples, load:
Read(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)
| Error | Cause | Solution |
|---|---|---|
| 500 on sign-in | Missing secret key | Add CLERK_SECRET_KEY to platform |
| Webhook fails | Wrong endpoint URL | Update URL in Clerk Dashboard |
| CORS error | Domain not allowed | Add domain to Clerk allowed origins |
| Redirect loop | Wrong sign-in URL | Check CLERK_SIGN_IN_URL config |
Proceed to clerk-webhooks-events for webhook configuration.
Basic usage: Apply clerk deploy integration to a standard project setup with default configuration options.
Advanced scenario: Customize clerk deploy integration for production environments with multiple constraints and team-specific requirements.