Post Metadata Bar

Displays article metadata — author, publish date, read time, and optional tags — in a compact bar.

Surfaces
webapps-script-web
Degraded on
SurfaceNote
meet-stageRenders as plain text line.
emailSimplified to plain text.
Fields
FieldType
authorstring. Author display name.required
datestring. Publish date (YYYY-MM-DD).required
readTimeinteger. Estimated read time in minutes.required
Example payload
{
  "type": "post_metadata_bar",
  "author": "Author Name",
  "date": "2026-06-28",
  "readTime": 75
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:post_metadata_bar",
  "displayName": "Post Metadata Bar",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/post_metadata_bar",
  "capabilities": [
    "web",
    "apps-script-web"
  ],
  "description": "Displays article metadata \u2014 author, publish date, read time, and optional tags \u2014 in a compact bar.",
  "representativeQueries": [
    "show a article metadata bar with author date read time",
    "displays article metadata \u2014 author, publish date, read time, and optional tags \u2014 in a compact bar.",
    "render a post metadata bar"
  ]
}
← 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 →