Expose CHANGELOG.md publicly at /changelog #183

Open
opened 2026-05-14 17:32:41 +00:00 by chihlasm · 0 comments
Owner

CHANGELOG.md exists in the repo but isn't exposed publicly. Add a /changelog route that renders the file (or pipes through a static-site generator).

Why

Buyers look for active development signal — a public changelog is one of the cheapest credibility signals we can ship.

Acceptance

  • Public route (no auth) rendering the current CHANGELOG.md
  • Updates automatically when CHANGELOG.md changes (build-time render or runtime fetch)
  • Linked from marketing footer / docs nav
`CHANGELOG.md` exists in the repo but isn't exposed publicly. Add a `/changelog` route that renders the file (or pipes through a static-site generator). ## Why Buyers look for active development signal — a public changelog is one of the cheapest credibility signals we can ship. ## Acceptance - Public route (no auth) rendering the current `CHANGELOG.md` - Updates automatically when `CHANGELOG.md` changes (build-time render or runtime fetch) - Linked from marketing footer / docs nav
Sign in to join this conversation.