Renders a high-fidelity SVG representation of a GitHub-style contribution activity calendar with colored commitment density blocks, total contributions, and streak statistics.
| Field | Type | |
|---|---|---|
| title | string (optional, e.g., 'GitHub Repository Activity') | optional |
| username | string (optional, e.g., 'curtiskrygier') | optional |
| total_contributions | integer (optional, e.g., 342) | optional |
| streak_days | integer (optional, e.g., 18) | optional |
| activity | list of integers (0-4) or dictionary of weeks/days for rendering grid squares | required |
{
"type": "github_activity_grid",
"activity": 1
}
{
"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"
]
}
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 →