Pulse Dot

Pulsing status or attention indicator dot. Inline or block display.

Surfaces
webgoogle-meet-stagegoogle-apps-script-webgoogle-apps-script-side-panelmcp-apps
Live preview
Fields
FieldType
colordot colour (defaultrequired
sizesm, md (default), lgrequired
labeloptional text beside the dotoptional
speedanimation cycle in seconds (default 1.8)required
inlinerender inline (default true)required
Example payload
{
  "type": "pulse_dot"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:pulse_dot",
  "displayName": "Pulse Dot",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/pulse_dot",
  "capabilities": [
    "web",
    "google-meet-stage",
    "google-apps-script-web",
    "google-apps-script-side-panel",
    "mcp-apps"
  ],
  "description": "Pulsing status or attention indicator dot. Inline or block display.",
  "representativeQueries": [
    "show a pulsing status indicator dot",
    "pulsing status or attention indicator dot. inline or block display.",
    "render a pulse dot"
  ]
}
← 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 →