Stat Card

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

Surfaces
webmeet-stageapps-script-web
Degraded on
SurfaceNote
pdfglow animations not rendered — displays as flat card
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",
    "meet-stage",
    "apps-script-web"
  ],
  "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 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 →