top | item 46466285

Git analytics that works across GitHub, GitLab, and Bitbucket

2 points| akhnid | 1 month ago

Gitmore (https://gitmore.io) one dashboard for all your repos. AI answers questions about activity, sends weekly reports to Slack/email, generates changelogs.

Connect your repos. Every week (or month, or day), get a plain English summary:

- Features shipped

- Bugs fixed

- Who contributed what

Forward it to investors. Or let it auto-send.

Other things it does:

- AI chat: Ask "What shipped this quarter?" and get an answer

- Slack bot: Whole team can ask questions without GitHub access

Works across GitHub, GitLab, and Bitbucket from one dashboard.

Security model: webhooks only, metadata only.

We register a webhook when you connect. The Git platform pushes events to us. We store commit messages, PR titles, timestamps, authors, file counts.

We never see your code because we never request it.

Stack: - Token encryption: Fernet (HMAC-SHA256 + AES-128-CBC) - Webhook verification: Timing-safe HMAC-SHA256 - 2FA: TOTP + backup codes - Auth: NextAuth.js + bcrypt

Verify it: After connecting, check your repo's webhook settings. You'll see exactly what events we subscribe to.

Free for 1 repo.

2 comments

order

ramon156|1 month ago

What issue does this solve?

akhnid|1 month ago

Co-founders/ CEO's and specifically non technical individuals are the ones who need this the most:

1- "Did the payments feature ship?" not "Did PR #847 merge?"

2- Non-technical stakeholders are desperate for visibility

3- Want to ask questions, not learn Git syntax

4- AI-powered queries are natural for them, foreign to no one