Skip to content

Deploying VClaw@chatek

For the current requirements, Cloudflare Pages is the best default choice for VClaw@chatek.

  • Astro + Starlight can be deployed as static output.
  • The site is primarily a landing page and docs hub.
  • The project constraints prefer clarity, maintainability, and static generation.
  • Public integrations are external, so the landing frontend does not require backend runtime coupling.
  • Project root: landing
  • Install command: pnpm install
  • Build command: pnpm build
  • Output directory: dist

Move to Workers only if the landing site later needs:

  • request-time personalization
  • edge session handling
  • a protected backend proxy for MailClaw or Matrix APIs
  • SSR that cannot be replaced with static generation

Until then, Pages keeps the deployment model simplest.