Brevet Timeline

Vertical dated timeline of events for study/revision pages.

Surfaces
google-apps-script-webmcp-apps
Fields
FieldType
titlestringoptional
eventsarray (required) of {date, title, desc}required
accentstring (optional, hex, default "#3b82f6")optional
Example payload
{
  "type": "brevet_timeline",
  "events": [
    {
      "date": "2025",
      "title": "Launch",
      "body": "First release."
    },
    {
      "date": "2026",
      "title": "Today",
      "body": "Still growing."
    }
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:brevet_timeline",
  "displayName": "Brevet Timeline",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/brevet_timeline",
  "capabilities": [
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Vertical dated timeline of events for study/revision pages.",
  "representativeQueries": [
    "show a dated vertical revision timeline",
    "vertical dated timeline of events for study/revision pages.",
    "render a brevet timeline"
  ]
}
← 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 apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →