Status Timeline

Vertical timeline with status dots (done/active/pending/error/warning)

Surfaces
google-apps-script-webmcp-apps
Degraded on
SurfaceNote
webtimeline reads, dots do not pulse
Live preview
Fields
FieldType
eventsarray of {title, date, text, status (done|active|pending|error|warning)}optional
titlestringoptional
Example payload
{
  "type": "status_timeline"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:status_timeline",
  "displayName": "Status Timeline",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/status_timeline",
  "capabilities": [
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Vertical timeline with status dots (done/active/pending/error/warning)",
  "representativeQueries": [
    "show a status-dot vertical timeline",
    "vertical timeline with status dots (done/active/pending/error/warning)",
    "render a status timeline"
  ]
}
← 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 →