Educational purposes only.
A GitHub profile embed that generates a contribution heatmap tracking daily nuts. Built with GitHub Actions.
- Edit
data.jsonwith your daily entries - GitHub Actions runs
generate-svg.json push/schedule - The SVG is updated in
output/tracker.svg - Reference the SVG in your profile README
{
"2026-07-26": { "did_it": true, "for_what": "zero_two", "times": 2 },
"2026-07-25": { "did_it": false, "for_what": null, "times": 0 }
}did_it-trueif you nutted,falseif you skippedfor_what- what you nutted to (anysnake_casestring)times- how many times (determines heatmap darkness: 0=gray, 1=light, 2=medium, 3=dark, 4+=darkest)
for_funhentaipornboredomlonelinessyour_waifuanything
node generate-svg.jsThe workflow runs:
- On push to
main - Daily at midnight UTC
- Manually via
workflow_dispatch
MIT - Because why not.