Status & activity
See whether your app is live, and follow each deployment’s progress.
The dashboard is the simplest way to deploy. No command line, no local setup. Connect a GitHub repo (or paste its URL), deploy a Docker image, or start from a template, and Varity takes it live.
This is the path most people use. If you prefer the terminal, see Deploy Your App for the CLI.
Sign in to the dashboard
Go to developer.store.varity.so and sign in. Open Deploy to start a new deployment.
Choose your source
Pick one of:
nginx:latest or ghcr.io/acme/api:1.4). This is also the path for any language Varity doesn’t build from source yet.Name and configure
Give your app a name (this becomes its URL) and add any environment variables your app needs. Varity auto-detects your framework and wires up databases and other services it finds in your project.
Deploy
Press deploy. Varity builds (when needed), provisions services, and brings your app online. You’ll see live progress as it goes.
Open your live app
When it’s ready, you get a live URL:
https://varity.app/<your-app>/https://<your-app>.varity.app/Everything after deploy lives in the dashboard:
Status & activity
See whether your app is live, and follow each deployment’s progress.
Logs
View your app’s output to diagnose issues.
Cost
See your flat monthly cost per app. It doesn’t move with traffic.
Delete
Remove an app from the dashboard. Deleting stops its billing immediately.