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 /healthz

Created my-app

$vr deploy --app my-app

Live at https://my-app.apps.supax.org

A deploy path you can inspect.

  1. 01

    Package

    Create an immutable artifact with your app and config.

  2. 02

    Build

    Build the container image on the control plane.

  3. 03

    Health check

    Run the release and verify /healthz until it is healthy.

  4. 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
  1. artifact uploadedimmutable source bundle
  2. image build completecontent-addressed image
  3. health check passed/healthz 200
  4. route switchednew release is live