Floating Orbs

Decorative blurred colour orbs that float in a dark background area

Surfaces
webgoogle-apps-script-webmcp-apps
Live preview
Fields
FieldType
orbsarray of {colour, size, x, y}optional
blurnumber (optional, blur px)optional
opacitynumber (optional, 0–1)optional
animatebooleanoptional
Example payload
{
  "type": "floating_orbs"
}
ARD catalog entry
{
  "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": [
    "web",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "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"
  ]
}
← Full ARD catalog
Deploy your own Google Apps Script renderer

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 →