Every commit has a message. Every PR has a title and description. The status update already exists. It's just locked in GitHub.
*Who this is for:*
- Founders updating investors - PMs writing release notes - CEOs who want visibility without standups - Anyone who asks "what shipped?" and waits for an engineer to respond
*What it does:*
Connect your repos. Ask questions: - "What shipped this month?" - "Who worked on the billing feature?" - "Which PRs are stuck?"
Or schedule automated reports to Slack or email. Weekly, monthly, whatever.
*How it works:*
We register webhooks. Git platforms push event metadata – commit messages, PR titles, descriptions, authors, timestamps, file counts.
Every event gets normalized into a structured schema. The AI queries structure, not raw text.
*What we don't do:*
We don't do code review. We don't analyze diffs. We don't compete with Coderabbit or Greptile. Those are for engineers inside the PR workflow.
This is for people outside that workflow who need visibility.
*Security:*
Webhooks only. We never clone repos or access source code.
- Token encryption: Fernet (HMAC-SHA256 + AES-128-CBC) - Webhook verification: HMAC-SHA256 - 2FA support
Works with GitHub, GitLab, and Bitbucket.
Free for 1 repo: https://gitmore.io
How do non-technical people at your company stay informed on dev progress?