Webhook-based Git analytics across GitHub, GitLab, and Bitbucket1 points·by akhnid·7 mesi fa·1 commentsHey 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 emailTrack contributor stats with a leaderboardPrivacy: metadata only, never reads source code.https://gitmore.io Feedback welcome.What analytics do you wish you had for your repos?1 commentsPost comment[–]akhnid·7 mesi fareplysee what it became: https://gitmore.io
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?