Visivo capability
Build it visually. It saves back to version-controlled YAML.
Compose dashboards on a live drag-and-drop canvas, flip the same dashboard to its lineage DAG, and review every edit as a YAML diff.
CanvasLineage
drop here
dashboards: rows: items:chart: revenue-by-month chart: orders-by-regionreviewable in Git
How it works
What you get with Visual builder
- Live canvas
Drag tiles, render instantly
Drop tiles into nested-row layouts and watch them render as you build.
- Canvas ⇄ Lineage
Flip to the dependency DAG
One click swaps the dashboard for its lineage so you see what depends on what.
- Saves to Git
Every edit is a YAML diff
Visual edits land as reviewable changes in your version-controlled project.
In the project
A canvas edit, saved back to the project.
Drop a chart on the canvas and it writes a reviewable line of YAML.
# an edit made on the canvas, saved to the projectdashboards:- name: Revenue Overviewrows:- height: mediumitems:- chart: ${ref(revenue-by-month)} # added on the canvas- chart: ${ref(orders-by-region)}
One source of truth the whole company can build on.
Start free in the cloud, or install the open-source CLI and spin up a local dashboard with hot-reload.