Animated orbiting node diagram — central node with satellite labels on a dashed orbit ring
| Field | Type | |
|---|---|---|
| center | string (label for the central node) | required |
| nodes | array of strings or {label, color} objects | required |
| color | string (optional, hex accent) | optional |
| speed | number (optional, animation speed) | optional |
{
"type": "orbit_diagram",
"center": "Core Concept",
"nodes": [
{
"id": "node-1",
"label": "Node 1"
},
{
"id": "node-2",
"label": "Node 2"
}
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:orbit_diagram",
"displayName": "Orbit Diagram",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/orbit_diagram",
"capabilities": [
"apps-script-web"
],
"description": "Animated orbiting node diagram \u2014 central node with satellite labels on a dashed orbit ring",
"representativeQueries": [
"show a animated orbit diagram with satellite nodes",
"animated orbiting node diagram \u2014 central node with satellite labels on a dashed orbit ring",
"render a orbit diagram"
]
}
The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →