A content card where a radial gradient spotlight follows the cursor. Child blocks or content field.
| Field | Type | |
|---|---|---|
| blocks | array of child atoms inside the card | required |
| content | markdown string (if no blocks) | required |
| accent | spotlight tint colour (default var(--a2ui-accent)) | required |
{
"type": "spotlight_card",
"blocks": [
{
"type": "body",
"text": "Example content."
}
],
"content": "A concise description of the content."
}
{
"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"
]
}
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 →