Ambient Gradient

Full-screen animated aurora background — alias for aurora_background

Surfaces
apps-script-web
Fields
FieldType
titlestringoptional
textstringoptional
Example payload
{
  "type": "ambient_gradient"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:ambient_gradient",
  "displayName": "Ambient Gradient",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/ambient_gradient",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Full-screen animated aurora background \u2014 alias for aurora_background",
  "representativeQueries": [
    "show a animated aurora/ambient gradient background",
    "full-screen animated aurora background \u2014 alias for aurora_background",
    "render a ambient gradient"
  ]
}
← 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 →