Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 876 Bytes

File metadata and controls

27 lines (22 loc) · 876 Bytes

TurboClaw Docs

  1. Environment Reference
  2. Billing Configuration (Stripe)
  3. VPS Setup and Deployment
  4. Google Cloud Deployment
  5. Local Development Setup
  6. Operations Runbook
  7. Architecture Overview

What's inside?

  • Web dashboard to deploy and manage per-user OpenClaw instances
  • API layer for deployment, status, logs, pairing, and CLI actions
  • VPS deployment automation over SSH
  • GCP deployment automation via Compute Engine SDK + instance templates
  • Caddy route generation per instance host
  • Dockerized OpenClaw runtime per user

Core Stack (brief)

  • Next.js (web app)
  • Hono (API)
  • Better Auth (auth/session)
  • Postgres + Drizzle (data layer)
  • Docker (instance runtime)
  • Caddy (HTTPS + routing)