Pricing Tier Group

Renders a collection of pricing tier cards, typically for comparing

Surfaces
webmeet-stagepdfapps-script-web
Degraded on
SurfaceNote
googlechatRenders as stacked individual cards or sections within a single card.
emailRenders as stacked blocks without complex column layouts.
Fields
FieldType
tiersarrayrequired
Example payload
{
  "type": "pricing_tier_group",
  "tiers": [
    {
      "name": "Starter",
      "price": "$9/mo",
      "features": []
    },
    {
      "name": "Pro",
      "price": "$29/mo",
      "features": []
    }
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:pricing_tier_group",
  "displayName": "Pricing Tier Group",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/pricing_tier_group",
  "capabilities": [
    "web",
    "meet-stage",
    "pdf",
    "apps-script-web"
  ],
  "description": "Renders a collection of pricing tier cards, typically for comparing",
  "representativeQueries": [
    "show a side-by-side pricing plan comparison different subscription plans",
    "renders a collection of pricing tier cards, typically for comparing",
    "render a pricing tier group"
  ]
}
← 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 →