Quickstart
Deploy your first project in under five minutes. You need a GitHub account and a repository containing a web app — nothing else. No Dockerfiles, no CI config, no YAML.
1. Create your account
Sign up at servano.io/register with email and password, or click Continue with GitHub to do steps 1 and 2 at once. Every new account starts a 7-day free trial — no credit card required.
2. Connect GitHub
Servano uses a read-scoped GitHub authorisation to list your repositories and pull your code at build time. If you signed up with email, you'll connect GitHub the first time you create a project. We never get write access to your code.
3. Create a project
Click New Project in the dashboard:
- Repository — pick the repo and branch to deploy (default:
main). - Configure — Servano auto-detects your framework, build command, and output directory. Override them if your setup is unusual. Add any environment variables your app needs — values are encrypted before they are stored.
- Region — Helsinki 🇫🇮 (
eu-north) is the default. More EU regions are coming soon. - Deploy — watch the live build log until your site is live.
4. You're live
Your app is served at https://<project>.servano.io with a valid SSL
certificate, HTTP/2, and gzip/brotli compression out of the box.
✓ Deployment live: https://web-app.servano.io
From now on, every push to your tracked branch triggers a fresh build and a zero-downtime deployment. Roll back any time from the Deployments page.