Closed Private Alpha

First-class DevOps
for fast-moving teams

Declarative infrastructure that just works — on our cloud, yours, or both.

Declarative HCL configFirecracker microVMsAuto TLSPer-PR environmentsBuilt-in observabilityHybrid hosting
How it works

Declarative by default.

Define your infrastructure in a single unisrv.hcl file. Services, deployments, networks — a few simple primitives that compose into anything.

unisrv.hcl
service "api" {
  host = "api.example.com"
}

deployment "api" {
  service = "api"
  port = 8080

  build {
    context = "."
    dockerfile = "Dockerfile"
  }
}
terminal
unisrv deploy
 Building api... pushed
 Rolling out api...
 https://api.example.com

Kubernetes-inspired operator pattern at a fraction of the complexity. A few simple primitives — networks, services, deployments — that's it.

Simple primitives. Any architecture.

A Service routes external traffic. A Deployment orchestrates instances that run your containerized code. Compose them into anything from a single API to a multi-tier application with global scale.

Service
api.example.com
/
deployment: frontend
1vcpu · 512Mb
frontend-0
autoscaling: on · replicas: 1
/api
deployment: backend
1vcpu · 512Mb
backend-0
1vcpu · 512Mb
backend-1
1vcpu · 512Mb
backend-2
autoscaling: on · replicas: 3
internal network
deployment: postgres
2vcpu · 4Gb
primary
2vcpu · 4Gb
replica
deployment: redis
1vcpu · 2Gb
redis-0
Platform

Powerful simplicity.
Batteries included.

Declarative-first

Kubernetes-inspired deployments without the complexity. A few core primitives that reconcile state and react to changes.

Ephemeral environments

Spin up per-PR preview environments with TTL — or per-agent environments for AI development. Every branch gets its own isolated stack that auto-expires and scales to zero.

Built-in observability

Logs, HTTP metrics from the edge (response codes, latency), and instance-level resource usage (CPU, memory) — all collected automatically.

Automatic TLS

HTTPS everywhere, zero config. Point your domain at Unisrv and certificates are provisioned automatically. Or use a .unisrv.dev domain instantly.

Private networking

Seamless private networks with built-in service discovery across deployments. Multi-region support included.

Firecracker microVMs

Every instance runs in an isolated microVM powered by Firecracker. Container convenience with VM-level security isolation.

Unique Hybrid Hosting

Bring your own hardware.

Connect your own compute nodes and they seamlessly integrate into the managed Unisrv control plane. Same DX, same tooling — transparent to users whether you're running on Unisrv infrastructure or your own.

Fall back to the public cloud when you need extra capacity or there's a hardware failure. Unisrv's hybrid architecture keeps your workloads running no matter what.

~

Small scale

Amazing DX for your homelab or startup. Protected networking keeps your IP private, Unisrv handles edge routing and TLS — you just deploy.

>>

Large scale

Full data sovereignty on your own infrastructure. Build multi-region private clouds with an unparalleled experience and insane cost savings.

Ship on your terms.

Unisrv is in private alpha. Sign up to stay in the loop, or sign in if you already have an invite.