Glowing neon stat card — large value with label and optional delta
| Surface | Note |
|---|---|
| glow animations not rendered — displays as flat card |
| Field | Type | |
|---|---|---|
| value | string | required |
| label | string | required |
| delta | string | optional |
| is_up | bool | optional |
| accent | string | optional |
{
"type": "stat_card",
"value": "1,234",
"label": "Stat Card"
}
{
"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"
]
}
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 →