Documentation

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.

01Create a workspace

Start with a team workspace, invite collaborators, and choose whether you are using Zoro Cloud or self-hosting.

02Connect a server

Add an SSH target, confirm authentication, and let Zoro validate the machine before it becomes a deploy target.

03Link a repository

Connect GitHub, choose the branch to deploy, and let Zoro detect the runtime and deployment shape.

04Review and deploy

Approve the generated configuration, watch logs in real time, and keep monitoring active after the rollout.

How Zoro organizes your infrastructure.

Projects

A project combines repository, environments, deployment settings, env vars, domains, and activity history.

Servers

Servers are reusable deploy targets with live preview, firewall rules, SSL, security audit data, and terminal access.

Repositories

Repositories provide the source of truth for branch mapping, auto-deploy triggers, and runtime detection.

Monitoring

Monitoring tracks uptime checks, deployment events, alerts, and server health from the same operator surface.

What happens during a typical rollout.

CloneInstallBuildMigrateDeployHealth check

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-cli

$ 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

Use AI-first flows when the config is still fuzzy.

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.

SurfacePurposeRoute
Project OverviewInspect services, deployments, server health, and alerts./projects/console-web
Server DetailInspect runtime state, firewall rules, SSL, security, and settings./servers/prod-eu-west
MonitoringReview uptime checks, alerts, and deployment activity across the workspace./monitoring