The problem: Git history contains everything about what your team shipped, but it's buried under cryptic messages like "feat: impl oauth w/ refresh tokens" that stakeholders can't understand.
What I made: A tool that monitors repos and generates readable summaries automatically.
Instead of:
fix: rm deprecated api calls
feat: impl oauth2 flow w/ refresh tokens
You get:
"We launched a new authentication system that lets users sign in with Google and GitHub. Sessions refresh automatically so users stay logged in."
Features:
Connects to GitHub, GitLab, or Bitbucket
Sends weekly/monthly summaries to email or Slack
AI agents you can ask questions ("What did the team ship last week?")
Auto-generated changelogs for customers
Stack: Next.js, MongoDB, Claude AI, Slack API
Happy to share the link in comments if anyone's interested. Would love feedback from anyone else who hates writing status reports.
slmslm•1h ago