Glowing Stat

Single large stat with neon glow effect on dark background

Surfaces
webgoogle-apps-script-webmcp-apps
Live preview
1
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": [
    "web",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "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
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 →