VSCODE.OSS / CODE-SERVER

ONLINE EDITOR (Linux terminal + Preview)

This page provides a VS Code OSS-based IDE (code-server) as a sandbox. You can run commands in a Linux terminal, and preview apps via code-server’s /proxy/<port>/.

Note: this page supports both a static URL (`NEXT_PUBLIC_CODE_SERVER_URL`) and a per-user Cloud Run sandbox (auto-provisioned after sign-in). See the runbook: docs/06-operations/enterprise-online-editor-sandbox.runbook.v1.0.md

SIGN.IN (GOOGLE / GITHUB)
NEXT_PUBLIC_CODE_SERVER_URL is not set
Example: http://localhost:8080
If you are signed in, this page can auto-provision a Cloud Run sandbox (no static URL required).
BACK.TO.ENTERPRISE (DOCK)
LOCAL QUICKSTART
# 1) start editor
docker compose -f docker/docker-compose.code-server.yml up -d

# 2) open
open http://localhost:8080

# 3) preview example (inside code-server terminal)
pnpm dev -- --port 3005

# 4) open preview
http://localhost:8080/proxy/3005/