Neon Text

Neon-coloured glowing text, ideal for dark technical pages

Surfaces
apps-script-web
Fields
FieldType
textstringrequired
colourstring (optional, hex, default #22d3ee)optional
sizestring (optional, CSS font-size)optional
weightstring or numberoptional
alignstring (optional, left|center|right)optional
flickerbooleanoptional
Example payload
{
  "type": "neon_text",
  "text": "A concise description of the content."
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:neon_text",
  "displayName": "Neon Text",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/neon_text",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Neon-coloured glowing text, ideal for dark technical pages",
  "representativeQueries": [
    "show a neon-glow coloured text",
    "neon-coloured glowing text, ideal for dark technical pages",
    "render a neon text"
  ]
}
← 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 →