Github Activity Grid

Renders a high-fidelity SVG representation of a GitHub-style contribution activity calendar with colored commitment density blocks, total contributions, and streak statistics.

Surfaces
webmeet-stageapps-script-web
Fields
FieldType
titlestring (optional, e.g., 'GitHub Repository Activity')optional
usernamestring (optional, e.g., 'curtiskrygier')optional
total_contributionsinteger (optional, e.g., 342)optional
streak_daysinteger (optional, e.g., 18)optional
activitylist of integers (0-4) or dictionary of weeks/days for rendering grid squaresrequired
Example payload
{
  "type": "github_activity_grid",
  "activity": 1
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:github_activity_grid",
  "displayName": "Github Activity Grid",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/github_activity_grid",
  "capabilities": [
    "web",
    "meet-stage",
    "apps-script-web"
  ],
  "description": "Renders a high-fidelity SVG representation of a GitHub-style contribution activity calendar with colored commitment density blocks, total contributions, and streak statistics.",
  "representativeQueries": [
    "show a SVG GitHub-style contribution grid and activity tracker",
    "renders a high-fidelity svg representation of a github-style contribution activity calendar with col",
    "render a github activity grid"
  ]
}
← 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 →