EZKeel
Your coding agent can build the app. EZKeel gives it a real VPS to ship to: one command from repo to live URL, with Docker, Postgres, TLS, logs, and rollback wired in.
- ✓ Run
ezkeel upagainst any repo and deploy to your own server. - ✓ Auto-detects frameworks, generates Dockerfiles, provisions Postgres, and configures Caddy TLS.
- ✓ Open-source CLI now; hosted dashboard beta for teams that want chat, logs, terminal, and database views.
Built for agent-built apps
Give Claude Code, Codex, Cursor, or your own workflow a production target that is cheaper and more persistent than a managed preview sandbox.
vps-ams-01
10:14:11 GET /healthz 200
10:14:10 GET /api/users 200
10:14:10 POST /deploys 201
10:14:09 Starting server...
$ ezkeel server add --hetzner Server created. Bootstrapping Docker + agent... $ ezkeel up github.com/acme/api Detected Next.js + PostgreSQL Building image... Pushing image... Deploying to production... ✓ Deployment successful Live at https://api.apps.example.com
One command to deploy
Push code or run the CLI. EZKeel detects the stack, builds, deploys, and verifies.
Agent-native workflow
Let coding agents scaffold, deploy, inspect logs, review code, and operate apps through scoped EZKeel tools.
Previews for every PR
Ephemeral environments, real URLs, shared parent databases, and cleanup caps.
Secrets done right
Encrypted credentials, scoped API keys, signed webhooks, and safe defaults.
A sharper lane than generic PaaS
EZKeel is CLI-first and VPS-first. Use it when you want ownership, predictable infrastructure, and an agent-friendly deploy loop instead of another hosted black box.
Agent-first CLI
- Repo to URL
- Scriptable workflows
- API keys for tools
Your VPS
- Any provider
- SSH bootstrap
- No lock-in
Production basics
- Auto-TLS
- Postgres
- Rollback
Dashboard beta
- Agent chat
- Logs and terminal
- DB viewer
CLI now. Dashboard beta.
The CLI is the launch product and does not require a credit card. Hosted dashboard access is invite-based while we learn from active users.
- Install locally
- Add your own VPS over SSH
- Deploy any supported repo
- Logs, rollback, domains, backups
- Agent chat for app-builder, reviewer, and devops
- Project overview, live logs, terminal, database view
- Team control plane on top of your servers
- No credit card during beta
- Deploy the full platform yourself
- Forgejo, Infisical, Caddy, and EZKeel services
- Keep code, secrets, and data on your machines
- Useful for agencies and internal tooling
Try the CLI today.
Install EZKeel, point it at a VPS, and ship a repo. Request hosted dashboard beta access when you want the team surface with agent chat, logs, terminal, and database views.
By requesting beta access, you agree to our Terms and Privacy Policy. We email you, nothing else.
$ curl -fsSL https://ezkeel.com/install.sh | sh $ ezkeel server add \ user@203.0.113.10 \ --domain apps.example.com $ ezkeel up github.com/acme/notes ✓ Deployed successfully