One flat price.
No bandwidth bills.

Managed full-stack deployment. Every addon, every byte of bandwidth, every team seat: included.

Start 30 days free

Free for 30 days. No credit card.

My favorite project
Command

>usectl Pipeline
https://your-app.com
Successfully Deployed
Runtime: 1.4s • Region: self-hosted

Configure. Connect. Ship.

No Docker knowledge required. No server config. No YAML files.

01

Configure your server

vCPU
RAM
Storage

Pick your size. See the price.

02

Connect your GitHub repo

usectl logo

Any repo with a Dockerfile, or let us detect it.

03

Push to main

rocket
Success: Your app is Live
usectl projects create
$ usectl projects create --repo github.com/you/your-app \
--vcpu 2 --ram 4 --storage 50 --postgres --redis
$ usectl deploy --project your-app
✓ Server provisioned (2 vCPU / 4 GB RAM / 50 GB)
✓ Build complete (32s)
✓ PostgreSQL ready. $DATABASE_URL injected
✓ Redis ready. $REDIS_URL injected
✓ S3 bucket ready. $S3_ENDPOINT injected
✓ TLS certificate issued
✓ Live at https://your-app.usectl.app

The CLI is the product.

Every capability of usectl is a single-binary CLI command. Structured --json output so your tooling can pipe it. Clear error messages so your AI agent can self-correct. Install once and every AI coding agent, whether Claude Code, Cursor, Windsurf, or ChatGPT, can deploy, read logs, and manage infrastructure just by running commands. No special plugin. No MCP connector required. Your agent already knows how to use a terminal.

cli ~/your-saas · usectl-cli v2.0.4
$ usectl auth login
✓ Authenticated as [email protected]
$ usectl projects create \
--repo github.com/you/your-saas --vcpu 2 --ram 4 \
--storage 50 --postgres --redis
✓ Server provisioned (2 vCPU / 4 GB RAM / 50 GB)
✓ PostgreSQL ready. $DATABASE_URL injected
✓ Redis ready. $REDIS_URL injected
$ usectl deploy
Building with Kaniko...
✓ Build complete (28s)
✓ TLS certificate issued
✓ Live at https://your-saas.usectl.app
$ usectl logs --follow
[app] listening on :3000
[app] GET /api/health 200 12ms
[worker] processing queue...
WORKS WITH ANY AGENT Claude Claude ChatGPT ChatGPT Cursor Cursor Windsurf Windsurf
CLI docs

Prefer MCP? The built-in MCP server exposes the same commands as tool calls for tighter integration with Claude Code and Cursor. See the MCP docs →

Your server. Everything included.

Turn on anything. Postgres, Redis, S3, cron, search. It all runs inside the project you configured. One bill. No addon charges.

Push-to-deploy icon

Push-to-Deploy + PR Previews

Connect your GitHub repo and every push builds automatically with Kaniko. Every pull request gets its own preview URL. Previews are torn down when you merge. No extra charge.

PostgreSQL database icon

Managed PostgreSQL

CloudNativePG operator, automatic backups, point-in-time recovery. Connection string injected as an env var. Runs inside your project's compute budget. No separate database bill, ever.

S3-compatible object storage icon

S3-Compatible Object Storage

Private buckets with access keys. Works with any AWS SDK. Egress is unmetered. The storage you configured on the slider is yours. No surprise per-byte charges.

HTTPS lock icon

Custom Domains + HTTPS

Point your domain, get automatic TLS via Traefik and Let's Encrypt. Wildcard subdomains included. Apex domains and multi-level paths just work.

Real-time monitoring icon

Logs, Metrics, Rollback

Real-time logs and metrics per service. One-click rollback to any previous deploy. Redis, Mongo, Meilisearch, NATS, cron jobs, OAuth2 Proxy, and Grafana all available with zero extra cost.

CLI terminal icon

CLI + Dashboard

Single-binary CLI with --json output for scripting. Dashboard for humans. Every AI agent, whether Claude Code, Cursor, Windsurf, or ChatGPT, already knows how to use it. MCP available too, if you want it.

Pick your size. See your price.

Pick your vCPU, RAM, and storage. Everything else is included. Every addon, all bandwidth, all team seats, all PR previews. One bill. No surprises.

2
0.25 16
4 GB
0.25 GB 64 GB
50 GB
1 GB 500 GB
Your monthly bill
$40.50 /month
$10 × 2 vCPU + $5 × 4 GB RAM + $0.01 × 50 GB storage

Free for 30 days on your first project. No credit card.

Every project includes

✓ Managed PostgreSQL + backups
✓ Redis, Mongo, SQL Server
✓ NATS messaging + Meilisearch
✓ Cron jobs + OAuth2 Proxy
✓ Grafana monitoring
✓ PR preview environments
✓ Custom domains + automatic TLS
✓ Unlimited team seats
✓ Unmetered bandwidth
✓ Unmetered builds
✓ Push-to-deploy + instant rollback
✓ CLI + dashboard + MCP

Shared across projects, free. One Postgres, one Redis, one cache, used by as many projects as you want.

Need more than 16 vCPU / 64 GB RAM / 500 GB storage, dedicated hardware, SLAs, or compliance add-ons? Talk to us about custom.

Deploy your first project

First 30 days free, up to 4 vCPU / 8 GB RAM. No credit card. Your full stack live in under five minutes.

No credit card. No commitment. Cancel anytime. 30 days free on first project up to 4 vCPU / 8 GB RAM.

Serious infrastructure.
Zero configuration.

Every project runs in its own Kubernetes namespace. Isolated compute, isolated databases, managed storage. Production-grade infrastructure you don't have to configure.

We swapped MinIO for SeaweedFS to scale object storage better per tenant. S3 API is the same, so your AWS SDK code keeps working.