Single large stat with neon glow effect on dark background
| Field | Type | |
|---|---|---|
| value | string or number | required |
| label | string | optional |
| colour | string (optional, hex, default #22d3ee) | optional |
| size | string (optional, CSS font-size) | optional |
| prefix | string | optional |
| suffix | string | optional |
| glow | boolean | optional |
{
"type": "glowing_stat",
"value": 1
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:glowing_stat",
"displayName": "Glowing Stat",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/glowing_stat",
"capabilities": [
"apps-script-web"
],
"description": "Single large stat with neon glow effect on dark background",
"representativeQueries": [
"show a neon-glow stat number on dark card",
"single large stat with neon glow effect on dark background",
"render a glowing stat"
]
}
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 →