Customer Logo Grid

Renders a grid or row of logos from featured customers or partners.

Surfaces
webgoogle-meet-stagepdfgoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
google-chatRenders as a limited number of stacked images or a text list of names; grid layout is not supported.
emailRenders as a limited number of stacked images or a text list of names; grid layout is not reliably supported across clients.
Live preview
Customer Logo Grid
Company A
Company B
Fields
FieldType
logoslistrequired
titlestringrequired
Example payload
{
  "type": "customer_logo_grid",
  "logos": [
    {
      "src": "https://example.com/image.png",
      "alt": "Company A"
    },
    {
      "src": "https://example.com/image.png",
      "alt": "Company B"
    }
  ],
  "title": "Customer Logo Grid"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:customer_logo_grid",
  "displayName": "Customer Logo Grid",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/customer_logo_grid",
  "capabilities": [
    "web",
    "google-meet-stage",
    "pdf",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Renders a grid or row of logos from featured customers or partners.",
  "representativeQueries": [
    "show a grid of customer or partner logos",
    "renders a grid or row of logos from featured customers or partners.",
    "render a customer logo grid"
  ]
}
← 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 →