Launch
OpenClaw Assistant with
Launch a new OpenClaw Assistant project and you will instantly have access to a development environment. No sign-up required.
Launch a new OpenClaw Assistant project and you will instantly have access to a development environment. No sign-up required.
Diploi
Choose some optional add-ons to launch with OpenClaw Assistant
OpenClaw Starter Kit for running a self-hosted OpenClaw in Diploi Development Environment with:
server/) that initializes config, manages the OpenClaw gateway, and exposes control APIsweb/)On startup, the wrapper:
/app/openclaw.json (if missing) via openclaw onboard127.0.0.1:18789/dashboard to OpenClaw gateway UIopenclaw on PATH, or/lib/openclaw/dist/index.js (provided in this repo’s Docker images)Common variables used by the wrapper:
PORT (default: 3000)HOSTNAME (default: 0.0.0.0)VITE_HOST (default: 127.0.0.1)VITE_PORT (default: 5173)OPENCLAW_CONFIG_PATH (default: /app/openclaw.json)OPENCLAW_STATE_DIR (default: /app)OPENCLAW_WORKSPACE_DIR (default: /app/workspace)OPENCLAW_GATEWAY_TOKEN (optional; generated if missing)DIPLOI_AI_GATEWAY_URL / DIPLOI_AI_GATEWAY_TOKEN (optional model proxy wiring)DIPLOI_LOGIN_SECRET (required to validate diploi-jwt-login cookie)DIPLOI_LOGIN_USERNAME / DIPLOI_LOGIN_PASSWORD (credential login)Install dependencies:
npm install
Run dev mode (process manager + wrapper API + Vite UI):
npm run dev
This starts:
server/processManager.tsserver/index.ts (Hono wrapper API)web Vite dev serverWrapper endpoints:
GET /healthzGET /api/dashboard-tokenGET /api/gateway/statusPOST /api/gateway/startPOST /api/gateway/stopPOST /api/gateway/restartPOST /api/full-resetPOST /api/logoutWS /api/terminal-ws (browser terminal)server/
index.ts # wrapper server + proxy
processManager.ts # gateway lifecycle manager
initOpenclaw.ts # OpenClaw config bootstrap + patching
api.ts # API routes
terminalWs.ts # PTY websocket bridge
web/
src/ # React UI
Dockerfile.dev # full dev image including OpenClaw build
Dockerfile # production runtime image
diploi.yaml # Diploi starter metadata
Diploi is the single SaaS service for managing, developing and hosting your full application.