Next Step Strip

Horizontal strip of numbered next steps with optional links

Surfaces
webgoogle-apps-script-webmcp-apps
Live preview
Fields
FieldType
stepsarray of {number, label, detail (optional, alias: action), url}optional
accentstring (optional, hex)optional
Example payload
{
  "type": "next_step_strip"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:next_step_strip",
  "displayName": "Next Step Strip",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/next_step_strip",
  "capabilities": [
    "web",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Horizontal strip of numbered next steps with optional links",
  "representativeQueries": [
    "show a horizontal numbered next-steps strip",
    "horizontal strip of numbered next steps with optional links",
    "render a next step strip"
  ]
}
← 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 →