Skip to main content

Operations

This section is for operators deploying and maintaining My Clawster in production.

My Clawster supports two primary deployment targets: local Bun for development and staging, and Cloudflare Workers and Pages for production. Most operators run a single-node deployment with a D1 database. Enterprise operators may layer additional surfaces on top.

Deployment paths

PathWhen to use
Local Bun + SQLiteDevelopment and testing
Cloudflare Workers + D1Production (recommended default)
Cloudflare + EnterpriseProduction with operator admin surface

What this section covers

  • Choosing and setting up a topology
  • Deploying to Cloudflare Workers and Pages
  • Environment variable reference
  • Bootstrap and disaster recovery
  • Production readiness checklist

Start here

  1. Deployment topologies
  2. Cloudflare deployment
  3. Environment reference
  4. Bootstrap and recovery
  5. Production checklist