Ship from your terminal.
A small, private deployment platform for your apps and agents.
Checking control plane$
vr apps create my-app --memory 256 --health-path /healthzCreated my-app
$
vr deploy --app my-appLive at https://my-app.apps.supax.org
A deploy path you can inspect.
- 01
Package
Create an immutable artifact with your app and config.
- 02
Build
Build the container image on the control plane.
- 03
Health check
Run the release and verify /healthz until it is healthy.
- 04
Route
Swap traffic only after the new release passes health.
If health fails, traffic stays on the previous release.
One machine.
Clear boundaries.
Supax keeps the control plane small and the deploy path explicit.
- ›Health-gated route swaps
- Previous release stays live on failure
- ›Serialized builds
- One build owns the builder
- ›One-click rollback
- Immutable release targets
- ›Encrypted environment values
- Decrypted only at deploy time
- ›Per-app Docker networks
- Isolated runtime traffic
The whole path stays visible.
Example deploy trace
- artifact uploadedimmutable source bundle
- image build completecontent-addressed image
- health check passed/healthz 200
- route switchednew release is live