Focus Lens

Blurred background with a clear focused panel in the centre — spotlight effect

Surfaces
webgoogle-apps-script-webmcp-apps
Live preview
Fields
FieldType
titlestringoptional
textstring (optional, alias: content)optional
Example payload
{
  "type": "focus_lens"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:focus_lens",
  "displayName": "Focus Lens",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/focus_lens",
  "capabilities": [
    "web",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Blurred background with a clear focused panel in the centre \u2014 spotlight effect",
  "representativeQueries": [
    "show a spotlight focus lens on blurred background",
    "blurred background with a clear focused panel in the centre \u2014 spotlight effect",
    "render a focus lens"
  ]
}
← 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 →