Back to browse
GitHub Repository

Turn each git push into a product update

2 starsTypeScript

open source, local CLI that turns your commits into product updates

by baetylus·Mar 11, 2026·1 point·0 comments

AI Analysis

●●SolidShip ItNiche Gem

Local git hooks mean zero repo access, unlike GitHub-native commit tools.

Strengths
  • Zero data retention policy — code summarized locally and discarded immediately
  • Local mode lets you plug in custom AI scripts instead of their backend
  • No GitHub OAuth required — runs as a post-commit hook on your machine
Weaknesses
  • AI commit summarization is crowded — GitWit, Commitizen AI, and others exist
  • Only 7 commits in repo history suggests very early stage with limited testing
Target Audience

Engineering teams, solo developers who need to communicate progress

Similar To

GitWit · Commitizen · GitClear

Post Description

Hey HN,

This is a local CLI that translates every push into product updates.

They're logged on Debrief (link is available on repo), but you can ostensibly change it to wherever.

I built this as a first-step to helping engineers communicate work real-time. I'm aware many companies have built-in pipelines, but was hoping that this could bridge the gap between what was planned and what was done (e.g. the trade-offs and granular decisions made).

Hope some folks find it useful! -Will

BTW - you can use `local` mode on this, so that you run a script on every push to summarize with your own AI scripts, in case you need anything bespoke.

Similar Projects