Getting started
Quickstart: deploy your first app
Go from a GitHub repo to a live URL in four steps.
1. Create a project
From your dashboard, go to Projects and click New Project. Spluur walks you through four steps: Basics, GitHub, Environment Variables, and Deploy.
2. Connect a repository
Connect your GitHub account (one-time), then pick the repository and branch you want to deploy. If your app lives in a subdirectory of the repo — a monorepo — you can set a root directory here too.
3. Add environment variables (optional)
Add any environment variables your app needs at this step. You can skip this and add them later from your project's settings — values are encrypted at rest either way.
4. Deploy
Click Deploy. Spluur clones your repo, detects your stack automatically (Node.js, Python, Go, Rust, static sites, or a Dockerfile if you have one), builds it, and starts your app behind a generated subdomain with HTTPS already configured.
You can watch build progress in real time on the deployment page.
Didn't find what you needed? Email support