self-hosted · agent-native PaaS
Connect a repo. Deploy.
kuso runs on your own Kubernetes cluster. Push to main and it builds + rolls a new image. Open a PR and you get a preview URL. Add a Postgres with one click and DATABASE_URL shows up as an env var in every service.
One-screen deploy
Pick a repo, kuso detects services + suggests addons, click Deploy. No multi-step wizards.
PR previews
Every PR gets its own URL, auto-torn down on merge. TTL keeps stragglers off the cluster.
Shared addons
One Postgres for the whole project. Connection env vars wired into every service automatically.
Sleeps when idle
Scale-to-zero on idle, autoscale on traffic. Wake on first request, no cold-start drama.