Show HN: Ask your repos what shipped in plain English
3 comments
Posting the same site every day, will make people flag your posts, and write angry email to dang/tomhow that may ban your account and site. Try a different angle.
Some ideas: Sometimes it's better to write a blog post about your project or better about an interesting problem you solved with your project, or an interesting problem you have to solve to advance your project. Sometimes it work, but it must be interesting.
Is there a sample project to read a sample without registering? Some popular project like Linux, but perhaps it's too big or perhaps only report the last day activity.
> Webhooks only. We never clone repos or access source code.
I expected this to work only in public repos. What permission is it asking?
Some ideas: Sometimes it's better to write a blog post about your project or better about an interesting problem you solved with your project, or an interesting problem you have to solve to advance your project. Sometimes it work, but it must be interesting.
Is there a sample project to read a sample without registering? Some popular project like Linux, but perhaps it's too big or perhaps only report the last day activity.
> Webhooks only. We never clone repos or access source code.
I expected this to work only in public repos. What permission is it asking?
- 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?