Comparison Grid

Renders a grid comparing multiple products or services with features,

Surfaces
webgoogle-meet-stagepdfgoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
google-chatRenders as a simplified list of products with their features, losing grid layout and icons.
emailRenders as stacked blocks without complex grid layouts, potentially losing icons.
Live preview
[ comparison_grid ]
Fields
FieldType
productsarrayrequired
featuresarrayrequired
Example payload
{
  "type": "comparison_grid",
  "products": [
    {
      "name": "Product A"
    },
    {
      "name": "Product B"
    }
  ],
  "features": [
    "Core feature",
    "Advanced analytics",
    "API access"
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:comparison_grid",
  "displayName": "Comparison Grid",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/comparison_grid",
  "capabilities": [
    "web",
    "google-meet-stage",
    "pdf",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Renders a grid comparing multiple products or services with features,",
  "representativeQueries": [
    "show a multi-item attribute comparison grid often using icons or checkmarks to indicate presence",
    "renders a grid comparing multiple products or services with features,",
    "render a comparison 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 →