Full-screen animated aurora background — alias for aurora_background
| Surface | Note |
|---|---|
| web | static gradient, no animation |
| Field | Type | |
|---|---|---|
| title | string | optional |
| text | string | optional |
{
"type": "ambient_gradient"
}
{
"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": [
"google-apps-script-web",
"mcp-apps"
],
"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"
]
}
The renderer is an open-source Google Apps Script web app. 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 a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →