Stat Card

Glowing neon stat card — large value with label and optional delta

Surfaces
webgoogle-meet-stagegoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
pdfglow animations not rendered — displays as flat card
Live preview
Stat Card
1,234
Fields
FieldType
valuestringrequired
labelstringrequired
deltastringoptional
is_upbooloptional
accentstringoptional
Example payload
{
  "type": "stat_card",
  "value": "1,234",
  "label": "Stat Card"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:stat_card",
  "displayName": "Stat Card",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/stat_card",
  "capabilities": [
    "web",
    "google-meet-stage",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Glowing neon stat card \u2014 large value with label and optional delta",
  "representativeQueries": [
    "show a single KPI value with label delta and accent colour indicator",
    "glowing neon stat card \u2014 large value with label and optional delta",
    "render a stat card"
  ]
}
← 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 →