Pulsing neon-glow text on a near-black background
| Field | Type | |
|---|---|---|
| text | string (alias: title, label) | required |
| color | string (optional, hex, default #22d3ee) | optional |
| size | string (optional, CSS font-size) | optional |
{
"type": "neon_glow",
"text": "A concise description of the content."
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:neon_glow",
"displayName": "Neon Glow",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/neon_glow",
"capabilities": [
"apps-script-web"
],
"description": "Pulsing neon-glow text on a near-black background",
"representativeQueries": [
"show a pulsing neon-glow text on dark card",
"pulsing neon-glow text on a near-black background",
"render a neon glow"
]
}
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 →