Simple, Scalable
Container Deployment
Run your containers without the headache. Fast, reliable, and you’re in control.Architecture
Learn how peers, proxy nodes, worker nodes, and private networking fit together.
Agent
See how the agent reconciles state, builds images, and keeps deployments running.
Built for Real Infrastructure
Machines are Peers
No master nodes, no single points of failure. Every machine pulls its weight equally. One goes down? The others pick up the slack.
Proxy & Worker Nodes
Separate concerns with node types. Proxy nodes handle public traffic and TLS. Worker nodes just run containers.
Your Infrastructure, Your Way
If it runs in a container, it runs here, on your metal, cloud VMs, or that Raspberry Pi. Scale as you grow. Your data, your rules, no lock-in.
Stateless or Stateful
Containers come and go, that’s the point. But when you need data to stick around, volumes have you covered.
Storage & Data Safety
Persistent Volumes
Named volumes that survive container restarts. Your data stays put.
Scheduled Backups
Automatic and manual backups to S3-compatible storage. Set it and forget it.
Networking & Routing
WireGuard Mesh
All server-to-server traffic is encrypted via WireGuard. Your containers communicate over a private mesh network.
Service Discovery
Services find each other via
.internal domains. No hardcoded IPs, no service mesh complexity. Just DNS that works.Automatic HTTPS
TLS certificates are handled automatically. Point your domain and get HTTPS without manual certificate management.
TCP/UDP Proxy
Not everything speaks HTTP. Expose databases, game servers, or whatever else you need.
GeoDNS
Route users to the nearest proxy with automatic failover when things go wrong.
Deployments & Automation
GitHub Auto-Deploy
Push to your branch, watch it deploy. Connect your GitHub repo and get automatic builds and deployments on every commit.
Build from Source
Push code, we build it. Use Railpack or bring your own Dockerfile.
Scheduled Deployments
Cron-based deployments let you redeploy on a schedule without lifting a finger.
Multi-Environment
Production, staging, and dev all live in one project. Deploy the same service differently across environments.
Operations & Security
Private by Default
Your services talk to each other privately. Nothing gets exposed unless you say so. Public traffic only goes through proxy nodes.
Environment Secrets
Inject secrets at runtime. Never bake credentials into your images.
Logs & Monitoring
Stream logs from containers, builds, and requests in one place.
