Back to browse
GitHub Repository

GitHub Action that generates a beautiful weekly activity report on GitHub Pages.

24 starsTypeScript

Turn your GitHub activity into a weekly dev blog on GitHub Pages

by unhappychoice·Apr 7, 2026·2 points·0 comments

AI Analysis

●●SolidSlickCozy

CLI turns git commits into narrative blogs with a live SVG news ticker.

Strengths
  • Interactive CLI handles secrets, workflows, and Pages setup without manual config.
  • News ticker SVG adds a unique visual flair to profile READMEs.
  • Supports multiple free LLM tiers (Groq, Gemini) to keep costs at zero.
Weaknesses
  • LLM summaries often hallucinate significance for trivial dependency bumps and minor fixes.
  • Another AI wrapper in a crowded space of git activity trackers.
Target Audience

Open source maintainers, freelancers, devs building personal brands

Similar To

GitHub Readme Stats · WakaTime · Star History

Post Description

"32 commits, 5 PRs merged" tells you nothing. This takes your GitHub activity and has an LLM write it up as a narrative you'd actually want to read. Published to GitHub Pages every Monday as static HTML.

There's also a news ticker SVG for your profile README. Mine reported a dependency bump last week like it was a geopolitical crisis.

npx github-weekly-reporter setup and you're done.

Demo: https://deariary.github.io/github-weekly-reporter/

Similar Projects