Achievement Badge

Unlockable achievement or completion badge displayed as a circular icon with a title, description, and optional unlock date. Locked state shows a greyscale padlock overlay. Suitable for course completion, streak milestones, and skill certifications. Renders as a centred card or inline pill depending on size variant.

Surfaces
webgoogle-meet-stageemailpdfgoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
google-chatRenders as a plain text badge name and description — no icon or visual styling
Live preview
🏆
Fields
FieldType
titlestring. Achievement name.required
descriptionstring. Short achievement description.optional
iconstring. Emoji or single character used as the badge icon. Default "🏆".optional
lockedboolean (optional, default false). Shows greyscale padlock overlay when true.optional
unlocked_atstring. ISO date string shown beneath the badge when unlocked.optional
colorstring. Badge accent colour. Default "#f59e0b".optional
size"card" | "pill" (optional, default "card")optional
Example payload
{
  "type": "achievement_badge",
  "title": "Achievement Badge"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:achievement_badge",
  "displayName": "Achievement Badge",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/achievement_badge",
  "capabilities": [
    "web",
    "google-meet-stage",
    "email",
    "pdf",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Unlockable achievement or completion badge displayed as a circular icon with a title, description, and optional unlock date. Locked state shows a greyscale padlock overlay. Suitable for course completion, streak milestones, and skill certifications. Renders as a centred card or inline pill depending on size variant.",
  "representativeQueries": [
    "show a unlockable achievement badge with locked/unlocked state and optional date",
    "unlockable achievement or completion badge displayed as a circular icon with a title, description, a",
    "render a achievement 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 →