Github Repo Card

GitHub repo card — fetches live star/fork/language/push data from GitHub API at render time and embeds as self-contained HTML

Surfaces
webapps-script-web
Degraded on
SurfaceNote
meet-stageuse repo_links instead — no network fetch at stage render time
googlechatnot supported
emailnot supported
pdfnot supported
Fields
FieldType
repostringrequired
labelstringrequired
descriptionstringrequired
Example payload
{
  "type": "github_repo_card",
  "repo": "a2uicatalog/a2ui",
  "label": "Github Repo Card",
  "description": "A concise description of the content."
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:github_repo_card",
  "displayName": "Github Repo Card",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/github_repo_card",
  "capabilities": [
    "web",
    "apps-script-web"
  ],
  "description": "GitHub repo card \u2014 fetches live star/fork/language/push data from GitHub API at render time and embeds as self-contained HTML",
  "representativeQueries": [
    "show a live GitHub repo card with stars forks and language",
    "github repo card \u2014 fetches live star/fork/language/push data from github api at render time and embe",
    "render a github repo 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 →