Quick Start Deploy your first app in minutes. 1. Add a Provider Go to Providers → Add your cloud API credentials (Hetzner, DigitalOcean, etc.) 2. Create or Connect a Server Option A: Provision a new server from your provider Option B: BYOS - Connect an existing server via SSH 3. Deploy an App POST /api/v1/apps { "name": "my-api", "server_id": "uuid", "repository_url": "https://github.com/user/repo", "branch": "main", "port": 3000 } 4. Add a Database Create PostgreSQL, MySQL, Redis, or MongoDB. Connection credentials are auto-generated. 5. Configure Domain & SSL Add a custom domain, verify DNS, and SSL certificates are provisioned automatically via ACME.