Webhook-based Git analytics across GitHub, GitLab, and Bitbucket

1 point by akhnid 8 hours ago

1 comment

Hey HN, Most Git analytics tools only support GitHub. I needed something that worked across all three major platforms, so I built Gitmore.

It uses webhooks (no polling) to ingest commits and PRs in real-time.

From there:

Query your repo history via AI ("who touched auth module last month?")

Schedule reports to Slack or email

Track contributor stats with a leaderboard

Privacy: metadata only, never reads source code.

https://gitmore.io Feedback welcome.

What analytics do you wish you had for your repos?