Live Metric

Animated counter that counts up from start to a target value — alias for animated_counter

Surfaces
webgoogle-apps-script-webmcp-apps
Live preview
0
Fields
FieldType
valuenumber (alias: end)required
startnumberoptional
durationnumber (optional, seconds)optional
prefixstringoptional
suffixstringoptional
labelstringoptional
decimalsintegeroptional
Example payload
{
  "type": "live_metric",
  "value": 1
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:live_metric",
  "displayName": "Live Metric",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/live_metric",
  "capabilities": [
    "web",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Animated counter that counts up from start to a target value \u2014 alias for animated_counter",
  "representativeQueries": [
    "show a animated counting number (alias for animated_counter)",
    "animated counter that counts up from start to a target value \u2014 alias for animated_counter",
    "render a live metric"
  ]
}
← 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 →