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
google-apps-script-webmcp-apps
Live preview
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": [
    "google-apps-script-web",
    "mcp-apps"
  ],
  "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
Deploy your own Google Apps Script renderer

The renderer is an open-source Google Apps Script web app. 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 a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →