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 │
└─────────────────────────────────────────────────────────────────┘