Version Badge

Displays a small visual tag showing software release or dependency version numbers.

Surfaces
webgoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
google-chatRenders as unstyled plain text in brackets instead of a colored badge.
emailCustom border radius and background colors may fail to render.
Live preview
version1
Fields
FieldType
versionstring. The semantic version number or release label to display.required
statusstring: stable | beta | alpha | rc. The lifecycle stage.required
Example payload
{
  "type": "version_badge",
  "version": 1,
  "status": "Active"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:version_badge",
  "displayName": "Version Badge",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/version_badge",
  "capabilities": [
    "web",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Displays a small visual tag showing software release or dependency version numbers.",
  "representativeQueries": [
    "show a software release or dependency version number tag",
    "displays a small visual tag showing software release or dependency version numbers.",
    "render a version badge"
  ]
}
← 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 →