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.

canvas → project.visivo.yml
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

  1. Live canvas

    Drag tiles, render instantly

    Drop tiles into nested-row layouts and watch them render as you build.

  2. Canvas ⇄ Lineage

    Flip to the dependency DAG

    One click swaps the dashboard for its lineage so you see what depends on what.

  3. 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.

project.visivo.yml
# an edit made on the canvas, saved to the project
dashboards:
- name: Revenue Overview
rows:
- height: medium
items:
- chart: ${ref(revenue-by-month)} # added on the canvas
- chart: ${ref(orders-by-region)}
Install command copied