One-click cloud development environment for Teable developers.
- π Instant Start - Pre-built image, ready in 60 seconds
- πͺ Powerful Config - 8 vCPU, 30GB RAM (c4-standard-8)
- π Secure Auth - GitHub OAuth + repository access verification
- π Auto SSH - Automatically fetches SSH keys from GitHub
- β° Auto Cleanup - Destroys after 12 hours of no SSH connections
- Access to
teableio/teable-eerepository - SSH public key added to your GitHub account
- Visit https://dev.teable.ai
- Click "Sign in with GitHub"
- Click "Create Environment"
- Wait ~60 seconds
- Connect via SSH or VS Code/Cursor
# Install dependencies
pnpm install
# Configure environment variables
cp env.example.txt .env.local
# Edit .env.local with actual values
# Start development server
pnpm devβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β User Flow β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β 1. Visit dev.teable.ai β
β 2. GitHub OAuth login (verify teable-ee access) β
β 3. Click create environment β
β 4. Auto-fetch GitHub SSH public keys β
β 5. Create GCP VM (asia-southeast1, c4-standard-8) β
β 6. Return connection info (SSH / VS Code / Cursor) β
β 7. Auto-destroy after 12 hours of inactivity β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ