Introduction
Welcome to the Unisrv.io documentation.
Unisrv is an infrastructure platform for serving containerized applications inside isolated Firecracker microVMs. The entire platform is written in Rust.
It supports hybrid hosting — run compute on our infrastructure, or bring your own hardware. The edge proxy tunnels requests to your nodes over private mTLS 1.3 through a single TCP/SSL port.
Unisrv is in closed private alpha. Access is currently by invite only.
Quick start
Everything is managed through the unisrv CLI. The general workflow is:
- Push an image — use Docker to push to the built-in Harbor registry, or use any registry you like
- Claim a host — reserve a domain and provision TLS
- Create a service — wire the host to your instances
- Roll out — deploy with a single command
See Instances and Services for the object model, or jump straight to the full deploy example for a step-by-step walkthrough.