Roadmap Card

Quarter-based product roadmap showing milestones across Q1–Q4 or custom periods. Each period contains a list of items with a status indicator (done, in-progress, planned). Useful for product announcements and release planning slides.

Surfaces
webmeet-stagegooglechatemailpdfapps-script-web
Fields
FieldType
titlestring. Heading above the roadmap.optional
periods{'type': 'array', 'description': 'List of {label, items} where each item is {text, status}. status is one of done | in-progress | planned.'}required
Example payload
{
  "type": "roadmap_card",
  "periods": [
    "Week 1",
    "Week 2",
    "Week 3",
    "Week 4"
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:roadmap_card",
  "displayName": "Roadmap Card",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/roadmap_card",
  "capabilities": [
    "web",
    "meet-stage",
    "googlechat",
    "email",
    "pdf",
    "apps-script-web"
  ],
  "description": "Quarter-based product roadmap showing milestones across Q1\u2013Q4 or custom periods. Each period contains a list of items with a status indicator (done, in-progress, planned). Useful for product announcements and release planning slides.",
  "representativeQueries": [
    "show a quarter-based product roadmap with status-tagged milestones",
    "quarter-based product roadmap showing milestones across q1\u2013q4 or custom periods. each period contain",
    "render a roadmap card"
  ]
}
← 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 →