Glowing Stat

Single large stat with neon glow effect on dark background

Surfaces
apps-script-web
Fields
FieldType
valuestring or numberrequired
labelstringoptional
colourstring (optional, hex, default #22d3ee)optional
sizestring (optional, CSS font-size)optional
prefixstringoptional
suffixstringoptional
glowbooleanoptional
Example payload
{
  "type": "glowing_stat",
  "value": 1
}
ARD catalog entry
{
  "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"
  ]
}
← 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 →