GitRecap

GitRecap

Turn your git logs into a short and fun recap!

7 followers

GitRecap is a web application that helps developers track and summarize their Git activity across multiple platforms in a fun and engaging way.
GitRecap gallery image
GitRecap gallery image
GitRecap gallery image
Free
Launch Team / Built With
Anima - Vibe Coding for Product Teams
Build websites and apps with AI that understands design.
Promoted

What do you think? …

Bruno V.
Maker
📌
I've created a simple web app that lets you connect to any repo and summarizes your commit history in n bullet points, so you can tell your friends what you’ve been up to! It accepts any valid Git URL and works from there, or you can authenticate with GitHub (via OAuth or by passing a PAT if you want to access private repos - don't worry, I’m not logging those). It also lets you generate summaries across multiple repos! The project is fully open source on GitHub, with the React frontend hosted on GitHub Pages and the FastAPI backend running on a HuggingFace Space. This isn’t monetized or anything - just a fun little gimmick I built to showcase how an LLM package I’m working on can be integrated into FastAPI. I had a lot of fun building it, so I decided to share!