Orbit Diagram

Animated orbiting node diagram — central node with satellite labels on a dashed orbit ring

Surfaces
apps-script-web
Fields
FieldType
centerstring (label for the central node)required
nodesarray of strings or {label, color} objectsrequired
colorstring (optional, hex accent)optional
speednumber (optional, animation speed)optional
Example payload
{
  "type": "orbit_diagram",
  "center": "Core Concept",
  "nodes": [
    {
      "id": "node-1",
      "label": "Node 1"
    },
    {
      "id": "node-2",
      "label": "Node 2"
    }
  ]
}
ARD catalog entry
{
  "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"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →