Spotlight Card

A content card where a radial gradient spotlight follows the cursor. Child blocks or content field.

Surfaces
gaswebmeet-stageapps-script-web
Fields
FieldType
blocksarray of child atoms inside the cardrequired
contentmarkdown string (if no blocks)required
accentspotlight tint colour (default var(--a2ui-accent))required
Example payload
{
  "type": "spotlight_card",
  "blocks": [
    {
      "type": "body",
      "text": "Example content."
    }
  ],
  "content": "A concise description of the content."
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:spotlight_card",
  "displayName": "Spotlight Card",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/spotlight_card",
  "capabilities": [
    "gas",
    "web",
    "meet-stage",
    "apps-script-web"
  ],
  "description": "",
  "representativeQueries": [
    "show a A content card where a radial gradient spotlight follows the cursor. Child blocks or content field",
    "render a spotlight card"
  ]
}
← 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 →