1npx sigillo self-host
npx sigillo self-host │ ├──> 1. Log in to Cloudflare (reuses wrangler login when present) ├──> 2. Download the latest prebuilt Sigillo release bundle ├──> 3. Create a D1 database ──> apply migrations ├──> 4. Upload the Worker with static assets and bindings ├──> 5. Enable your workers.dev URL └──> 6. Optionally attach a custom domain
CLOUDFLARE_API_TOKEN environment variable (or --api-token)wrangler login (refreshed automatically if expired)self-host run1npx sigillo self-host
| Option | Description |
--name <name> | Worker name (default: sigillo) |
--account <id> | Cloudflare account id (skips the account prompt) |
--api-token <token> | Cloudflare API token |
--domain <hostname> | Attach a custom domain (the zone must be on your account) |
--skip-domain | Skip the custom domain prompt |
--yes | Accept all defaults, non-interactive |
1CLOUDFLARE_API_TOKEN=xxx npx sigillo self-host --yes
--api-url:1sigillo login --api-url https://sigillo.<your-subdomain>.workers.dev
12sigillo setup sigillo run -- next dev