Visivo Cloud
Visivo Cloud is the hosted home for your Visivo projects. You build dashboards locally as code, push them with one command, and Cloud hosts the interactive result at a shareable URL — with versioned history, teams, and roles built in.
Cloud is optional: the CLI is fully open source and runs entirely locally. Cloud adds hosting, sharing, and collaboration on top.
What Cloud gives you
-
Deploy & stages
Push a project with
visivo deploy -s <stage>. Named stages let dev, CI, and production versions of a project live side by side. Star the ones you care about; archive the ones you don't. -
Hosted, shareable dashboards
Every deploy is live at a clean
/:account/:stage/:project/:dashboardURL, with auto-generated thumbnails and per-dashboard version history you can travel back through. -
Teams & roles
Invite teammates, assign Viewer or Admin roles, and auto-join everyone on your email domain.
-
Authentication
Log in with Google, authorize the CLI with a device flow, and create API keys for CI/CD.
The typical flow
- Build a Dashboard locally and preview it with
visivo serve. - Authorize the CLI once with
visivo authorize(see Authentication). - Run
visivo runto compute your data, thenvisivo deploy -s productionto push it. - Open the hosted dashboard at
app.visivo.io, share the URL, and invite your team.
You push the data — Visivo doesn't pull it
A key difference from traditional BI tools: you run visivo run and visivo deploy
to push your data and dashboards to Cloud. Cloud never holds credentials to reach back
into your databases. This keeps your warehouse access entirely under your control.
Get started
- New to the CLI? Start with Get Started and Installation.
- Ready to deploy? Head to Deploy & stages.
- Sign in or sign up at app.visivo.io.