Renders a grid comparing multiple products or services with features,
| Surface | Note |
|---|---|
| googlechat | Renders as a simplified list of products with their features, losing grid layout and icons. |
| Renders as stacked blocks without complex grid layouts, potentially losing icons. |
| Field | Type | |
|---|---|---|
| products | array | required |
| features | array | required |
{
"type": "comparison_grid",
"products": [
{
"name": "Product A"
},
{
"name": "Product B"
}
],
"features": [
"Core feature",
"Advanced analytics",
"API access"
]
}
{
"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"
]
}
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 →