Releasd
Release-notes & changelog product with a git-webhook-driven backend and an embeddable changelog widget.
Releasd turns your git history into a polished, public changelog with almost no effort.
A small Go service listens for push / release webhooks, parses conventional-commit style messages, and renders a clean changelog. A lightweight embeddable widget drops the latest notes straight into any product UI with a single script tag.
Why I built it
Most changelog tools are either heavyweight SaaS or a hand-maintained markdown file that goes stale. I wanted something that lived next to the code and updated itself.
Highlights
- Single Go binary, no external services beyond a database.
- Webhook-driven — your changelog updates when you ship.
- Embeddable widget that themes to match the host app.