Multi Surface

One data pool rendered simultaneously across three surface engines: spatial map (desktop), phone frame card list (mobile), circular focus face (IoT/watch)

Surfaces
apps-script-web
Fields
FieldType
titlestringoptional
nodesarray of {id, type, label, temp, value, intensity (0–100, optional), coords: {x, y}}optional
Example payload
{
  "type": "multi_surface"
}
ARD catalog entry
{
  "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"
  ]
}
← 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 →