One data pool rendered simultaneously across three surface engines: spatial map (desktop), phone frame card list (mobile), circular focus face (IoT/watch)
| Field | Type | |
|---|---|---|
| title | string | optional |
| nodes | array of {id, type, label, temp, value, intensity (0–100, optional), coords: {x, y}} | optional |
{
"type": "multi_surface"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:multi_surface",
"displayName": "Multi Surface",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/multi_surface",
"capabilities": [
"apps-script-web"
],
"description": "One data pool rendered simultaneously across three surface engines: spatial map (desktop), phone frame card list (mobile), circular focus face (IoT/watch)",
"representativeQueries": [
"show a three-engine multi-surface demo atom",
"one data pool rendered simultaneously across three surface engines: spatial map (desktop), phone fra",
"render a multi surface"
]
}
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 →