Comparison Grid

Renders a grid comparing multiple products or services with features,

Surfaces
webmeet-stagepdfapps-script-web
Degraded on
SurfaceNote
googlechatRenders 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.
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",
    "meet-stage",
    "pdf",
    "apps-script-web"
  ],
  "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 Try it live →
Deploy your own renderer

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 →