Start with a team workspace, invite collaborators, and choose whether you are using Zoro Cloud or self-hosting.
Deploy with AI, keep control of the infrastructure.
Zoro is a DevOps workspace for teams that want AI-assisted setup, transparent deploy pipelines, and live operational visibility without giving up their own servers or runtime rules.
From empty workspace to production deploy.
Add an SSH target, confirm authentication, and let Zoro validate the machine before it becomes a deploy target.
Connect GitHub, choose the branch to deploy, and let Zoro detect the runtime and deployment shape.
Approve the generated configuration, watch logs in real time, and keep monitoring active after the rollout.
How Zoro organizes your infrastructure.
A project combines repository, environments, deployment settings, env vars, domains, and activity history.
Servers are reusable deploy targets with live preview, firewall rules, SSL, security audit data, and terminal access.
Repositories provide the source of truth for branch mapping, auto-deploy triggers, and runtime detection.
Monitoring tracks uptime checks, deployment events, alerts, and server health from the same operator surface.
What happens during a typical rollout.
1. Repository webhook triggers a deployment draft.
2. Zoro checks branch rules, environment variables, and target server readiness.
3. The assistant can explain the plan before execution or run it immediately.
4. Runtime logs, process state, and health checks stream into the deploy view.
5. If checks fail, rollback remains available from the deployment detail page.
Use the terminal when you want direct control.
$ zoro login
$ zoro server add --host 203.0.113.12 --user deploy
$ zoro repo connect zoro/console-web
$ zoro deploy --project console-web --env production
The assistant pages are faster than the manual forms when you are still deciding on stack shape, server choice, or initial deployment settings.
Jump straight into the product.
| Surface | Purpose | Route |
|---|---|---|
| Project Overview | Inspect services, deployments, server health, and alerts. | /projects/console-web |
| Server Detail | Inspect runtime state, firewall rules, SSL, security, and settings. | /servers/prod-eu-west |
| Monitoring | Review uptime checks, alerts, and deployment activity across the workspace. | /monitoring |