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
webmeet-stageemailpdfapps-script-web
Degraded on
SurfaceNote
googlechatRenders as a plain text badge name and description โ€” no icon or visual styling
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",
    "meet-stage",
    "email",
    "pdf",
    "apps-script-web"
  ],
  "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 Try it live โ†’
Deploy your own renderer

The renderer is open source. 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 apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide โ†’