Feature Matrix

Renders a table comparing features across multiple products or versions.

Surfaces
webmeet-stagepdfapps-script-web
Degraded on
SurfaceNote
googlechatRenders as a series of lists or key-value pairs due to lack of table support.
Fields
FieldType
product_namesarrayrequired
featuresarrayrequired
Example payload
{
  "type": "feature_matrix",
  "product_names": [
    "Starter",
    "Pro",
    "Enterprise"
  ],
  "features": [
    "Core feature",
    "Advanced analytics",
    "API access"
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:feature_matrix",
  "displayName": "Feature Matrix",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/feature_matrix",
  "capabilities": [
    "web",
    "meet-stage",
    "pdf",
    "apps-script-web"
  ],
  "description": "Renders a table comparing features across multiple products or versions.",
  "representativeQueries": [
    "show a features versus plans comparison matrix",
    "renders a table comparing features across multiple products or versions.",
    "render a feature matrix"
  ]
}
← 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 →