Surface Unlocked

Game-style "NEW SURFACE UNLOCKED" achievement notification card

Surfaces
apps-script-web
Fields
FieldType
iconstring (optional, emoji, default ⚡)optional
surfacestring (surface/feature name displayed large)required
substring (optional, subtitle, default NEW SURFACE UNLOCKED)optional
accentstring (optional, hex)optional
Example payload
{
  "type": "surface_unlocked",
  "surface": "gas"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:surface_unlocked",
  "displayName": "Surface Unlocked",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/surface_unlocked",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Game-style \"NEW SURFACE UNLOCKED\" achievement notification card",
  "representativeQueries": [
    "show a achievement-style surface unlocked notification",
    "game-style \"new surface unlocked\" achievement notification card",
    "render a surface unlocked"
  ]
}
← 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 →