Glitch Text

Cyan glitch-effect headline — periodic RGB-split animation

Surfaces
apps-script-web
Fields
FieldType
textstring (alias: title, label)required
sizestring (optional, CSS font-size, default 2rem)optional
Example payload
{
  "type": "glitch_text",
  "text": "A concise description of the content."
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:glitch_text",
  "displayName": "Glitch Text",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/glitch_text",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Cyan glitch-effect headline \u2014 periodic RGB-split animation",
  "representativeQueries": [
    "show a RGB-split glitch-effect headline",
    "cyan glitch-effect headline \u2014 periodic rgb-split animation",
    "render a glitch 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 →