Deploying VClaw@chatek
Deploying VClaw@chatek
Section titled “Deploying VClaw@chatek”Recommendation: Cloudflare Pages
Section titled “Recommendation: Cloudflare Pages”For the current requirements, Cloudflare Pages is the best default choice for VClaw@chatek.
Why Pages fits
Section titled “Why Pages fits”- 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.
Suggested Cloudflare setup
Section titled “Suggested Cloudflare setup”- Project root:
landing - Install command:
pnpm install - Build command:
pnpm build - Output directory:
dist
When Workers might be justified later
Section titled “When Workers might be justified later”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.