Decorative blurred colour orbs that float in a dark background area
| Field | Type | |
|---|---|---|
| orbs | array of {colour, size, x, y} | optional |
| blur | number (optional, blur px) | optional |
| opacity | number (optional, 0–1) | optional |
| animate | boolean | optional |
{
"type": "floating_orbs"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:floating_orbs",
"displayName": "Floating Orbs",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/floating_orbs",
"capabilities": [
"apps-script-web"
],
"description": "Decorative blurred colour orbs that float in a dark background area",
"representativeQueries": [
"show a decorative blurred colour orbs background",
"decorative blurred colour orbs that float in a dark background area",
"render a floating orbs"
]
}
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 →