Alternatives
Products that do what GitHub Wrapped – analyzing every file change in every commit does
hey all! Vaibhav and Ethan here. We asked a silly question, "what if you attempted to look into every commit of every repo?" and over the holidays ended up building something kind of fun. Here's some interesting stats: Charlie Marsh has put a crazy amount of work in on UV... so far #1 with over 149k minutes of work this year. (103 days of non-stop coding ).. #2 is me with 85k (just over 59 days...) on BAML #3 - Jérémy M. with 82k (57 days) working on Twenty #4 - Alexander Belanger with 79k (54 days) working on Hatchet Some fun repos:…
- 1

- 2

- 3

Your GitHub journey with a personalized year in code
2024
- 4

- 5GA
2019 · github.com
- 6IS
Everything that would be here is in the README. I hope this gets big, it has tons of potential.
2013 · github.com
- 7
- 8PT
I've been trying to figure out how long feature development takes, for years. I'm not a fan of (a priori) estimations of work, which just seem like the wrong measure. I think I've got a better way. Genuinely interested if some git gurus can improve this. Particularly around the pre-push hook, which is dependent on retained squash commit text. Or if there's an entirely better way to achieve the same thing.
2025 · doocot.sh
- 9ES
Hi everybody, I personally found the best way to motivate yourself to program everyday is by creating a practice repo and by uploading anything you code up that day into this repo. This is a great way to stay consistent seeing the bright green light up every time you push your code. It's very addicting and satisfying, and has definitely made me a better programmer over the past few months.
2022 · github.com
- 10GC
I built a tool which you can use to visualise your git commits at an org or repository level. It shows just how much work an engineering team, or even an individual does, that often goes unseen by non-dev teams. You can read about the build here: https://ably.com/blog/visualize-your-commits-in-realtime-wit... Repo is here: https://github.com/ably-labs/github-commit-visualizer You can deploy your own to netlify (or provider of your choice) and start visualising your own project's commits in realtime.
2022 · github-vis.ably.dev
- 11GR
I started an experiment to let a WASM-powered webapp interact with a local git repo and see how well this works. It turns out, it works pretty well! I made it into a "git wrapped" tool that shows you when you committed the most, and what languages and files you most touched. Despite the scary prompt when you use the filesystem API everything happens locally and your code stays private. (You can of course also just try it on cloned public github repos). Let me know what you think!
Dec 2025 · gitrewind.dev
- 12AL
Feb 2026 · claude-commits.vercel.app
- 13IM
2011 · commitsearch.com
- 14BP
I put together a small prototype that might help folks like me who struggle with keeping their website’s blog active just for SEO. It’s a basic tool: you enter your Git repo details (owner, name, branch), pick a date range, and it generates a short blog post from the commits in that period. The idea is to give small businesses and solo devs a way to keep their blog up-to-date with actual product updates without needing to write new content. Right now, it’s still pretty minimal but I’d really appreciate any feedback, especially if you think this could be useful, or if you have ideas on how it…
2024 · git2blog.streamlit.app
- 15AS
Hi HN, I built a simple tool that summarizes your team’s git logs into a weekly update that teams can send to leaders, other teams, etc. I hated writing the same update multiple times a week to everyone asking “what’s the status of X” Copy your repo’s commit logs with git log —all —since=“1 week ago”, paste them, and get a well-formatted update. Planning to add Github integration to further automate. Curious what folks think.
2024 · syncup.ai
- 16MS
I have finally convinced my son to take a step forward to publish something in public domain. As he is learning Python these days, he made a scraper to download Cambridge past papers (GCSE / IGCSE). If you like it, encourage the kid by pressing the Star button :) https://github.com/UsamaKashif/CambridgePastPapersDownloader
2019
- 17MU
2019 · usedby.dev
- 18VW
I just want to share this little weekend experiment. I used gource (usually intended to show git repo changes over time) with web server logs. Video is at: https://www.youtube.com/watch?v=NqV8wqy0v7w It's showing the web server activity for a non profit, requesting and receiving payments, accepting new members, as well as having the two admins making changes around. This is actually surprisingly easy to do with gource by just providing a log file in a pretty simple format instead of providing the git repo. This is a low traffic server but I find it quite interesting as a way…
2025
- 19IC
Hey HN, I built ShadowGit a while back to automatically commit code every minute to a hidden git repo (.shadowgit.git). Original goal was to easily rollback when AI tools break things. But I discovered something interesting: this minute-by-minute history is perfect context for AI assistants. So I built an MCP server that lets Claude/Cursor query this history using native git commands. The results surprised me: Before: Claude would read my entire codebase repeatedly, burning 15,000+ tokens to debug issues. After: Claude runs `git log --grep="drag"` finds when drag-and-drop worked,…
2025 · shadowgit.com
- 20IB
I finally got fed up with making work + personal Git repos work on my machine. Ever clone a work repository and accidentally make commits using your personal email? Or forget how to make your work repos use your work SSH key? Yeah... same. So I built the tool I've always wanted. GitPersona - a CLI tool for managing many git profiles on a single machine. Shoutout to my boy Codex for helping me finally ship this.
Mar 2026 · github.com
- 21IB
After years of struggling with onboarding to new projects, I got tired of spending weeks just trying to grasp the basics of a codebase. The README rarely tells the whole story, and "just read the code" isn't practical for large repos. I built RepoIQ to create personalized learning paths through any GitHub repository. It analyzes the codebase structure, identifies key components, and creates a step-by-step guide tailored to your learning needs.
2025 · repoiq.be
- 22SG
Just wanted to clone a repo from my gh account and visualize it. Pretty easy with gitact. You can check any gh account. It’s called { gitact } quickly navigate through a user’s repos instantly grab the right git clone URL Feedback, stars and PRs are welcome
2025 · github.com
- 23IB
Hi HN, A lot of the dev teams I have worked with had a lot of issues with their documentation. In fact, some of my easiest clients to get were from clients that had "black box" solutions that devs no longer at the company had created. Personally, writing documentation is like grinding nails on a chalkboard. I have been having a lot of fun with building solutions that can run in a distributed way, not something a dev needs to run themselves. And after a significant amount of testing and building out several different solutions, I finally have a solution that is easy to set up and runs in the…
Dec 2025 · codesummary.io
- 24

Ranked by how close each launch is in meaning, then by votes. Refine with a description →