Rating Comparison

Renders a comparison of multiple items based on star ratings or numerical

Surfaces
webgoogle-meet-stagegoogle-chatemailpdfgoogle-apps-script-webmcp-apps
Live preview
Item 10.0/5
Item 20.0/5
Fields
FieldType
itemsarrayrequired
Example payload
{
  "type": "rating_comparison",
  "items": [
    {
      "label": "Item 1"
    },
    {
      "label": "Item 2"
    }
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:rating_comparison",
  "displayName": "Rating Comparison",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/rating_comparison",
  "capabilities": [
    "web",
    "google-meet-stage",
    "google-chat",
    "email",
    "pdf",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Renders a comparison of multiple items based on star ratings or numerical",
  "representativeQueries": [
    "show a multiple items rated across dimensions scores",
    "renders a comparison of multiple items based on star ratings or numerical",
    "render a rating comparison"
  ]
}
← 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 →