Neon Glow

Pulsing neon-glow text on a near-black background

Surfaces
apps-script-web
Fields
FieldType
textstring (alias: title, label)required
colorstring (optional, hex, default #22d3ee)optional
sizestring (optional, CSS font-size)optional
Example payload
{
  "type": "neon_glow",
  "text": "A concise description of the content."
}
ARD catalog entry
{
  "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"
  ]
}
← 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 →