Show HN: Zyg – Stop Writing Status Updates

5 flyingsky 4 9/2/2025, 12:42:57 PM zyg.sh ↗
Hi HN, I’m Tobi. For a couple of hours over the past few days I’ve been hacking on something to fix a pain point in my dev workflow: writing status updates.

Progress is invisible by default. GitHub, Linear, Jira all track tickets and code, but they don’t do a good job of capturing the narrative between “ticket started” and “ticket done.”

You start working on a feature, your PM asks “how’s it going?”, and even though you know exactly how it’s going - because you’ve been committing and making progress - you still struggle to answer. That usually means breaking your flow to piece together an update, or just saying “it’s going fine.” You could point them to the commits, but tbj they probably don’t want to wade through diffs.

To solve this I built Zyg [pronounced zeig]. It tries to turn commits into human-readable progress updates. It’s a lightweight CLI + dashboard that wraps `git commit`. Running `zyg` will generate a detailed commit message from your changes, produce a project update from that commit or a set of commits you choose, and notify any stakeholders who are subscribed. If you’d rather not share updates automatically, you can just copy the generated summary and drop it in Slack or email.

Zyg is free for September thanks to an API credit grant from Anthropic. After that I’ll figure out pricing, but you can also plug in your own key and keep using it for free. It’s still rough around the edges, but I’d appreciate you giving it a spin.

Comments (4)

attogram · 10h ago
How is this different from the many open source projects that auto write commit messages?
flyingsky · 9h ago
Fair question. Most of the open-source tools I’ve seen focus on generating a single commit message from a diff. Zyg does that too, but the main idea is different: it treats your commits as raw material for project updates.

Instead of just producing “better commit messages,” it can take a series of commits on a branch and turn them into a narrative of progress - the kind of thing you’d actually paste in Slack, send to a PM, or have emailed to stakeholders automatically.

attogram · 8h ago
If you gotta pay for it, then I'd want full slack and jira integration
flyingsky · 7h ago
Yep, Linear + Slack are top of the list for integrations. For now it’s free this month, and you can keep using it free if you bring your own key.