Counter Group

Row of animated counting stats separated by dividers

Surfaces
google-apps-script-webmcp-apps
Degraded on
SurfaceNote
webfinal figures shown, not counted up
Live preview
Fields
FieldType
statsarray of {value, label, color, prefix, suffix, decimals} (alias: items)optional
Example payload
{
  "type": "counter_group"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:counter_group",
  "displayName": "Counter Group",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/counter_group",
  "capabilities": [
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Row of animated counting stats separated by dividers",
  "representativeQueries": [
    "show a row of animated stat counters",
    "row of animated counting stats separated by dividers",
    "render a counter group"
  ]
}
← 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 →