Run locallyΒΆ
The fastest way to experience Visualli is to run the canonical demo on your own machine.
Viewing LocallyΒΆ
Clone the repo, start a static server, and open the example previewer:
git clone https://github.com/visualli-ai/spec.git
cd spec
python3 -m http.server 8000
Then open http://localhost:8000/examples/example.html in your browser.
Modify example.visualli and refresh to see the changes live.
Water Cycle DemoΒΆ
The main example β example.visualli β is a comprehensive water-cycle explanation that demonstrates every major feature:
- β
Metadata header (
Meta) - π§© Extension payloads (
semantic-anchors) - ποΈ 5 hierarchical layers (level 0 β level 4) with
parentLayerId/parentNodeId - π Connections with labels and styling
- π¦ Containers with formations (
linear,circular, etc.) and border styles
It's the perfect place to start when learning the format.