Open Source LaunchNotes Alternatives
A curated collection of the 2 best open source alternatives to LaunchNotes.
The best open source alternative to LaunchNotes is Changes.Page. If that doesn't suit you, we've compiled a ranked list of other open source LaunchNotes alternatives to help you find a suitable replacement. Other interesting open source alternative to LaunchNotes is ShipShipShip.
LaunchNotes alternatives are mainly Publishing but may also be Documentation & Knowledge Base or Project & Work Management. Browse these if you want a narrower list of alternatives or looking for a specific functionality of LaunchNotes.
Changelog platform where product updates are written in an editor or pushed from CI, with public roadmaps and voting.

Release notes only get written when someone remembers to write them. Changes.Page is a changelog platform where updates are composed in a markdown editor with live preview and image uploads, or pushed straight from a CI pipeline through its command line tool, which takes the remembering out of it.
The application is built on Next.js and Tailwind CSS with Supabase for data, Inngest for background work and Postmark for mail. Self-hosting is documented in the repository, and a local run needs Node 18 or newer with pnpm, environment files for the web and page apps, and your own Supabase instance.
Around the changelog itself sit the features a public update page needs.
- Roadmap boards: a public board collects ideas and lets your audience vote on them.
- Publishing controls: posts can be scheduled, pinned and reacted to by readers.
- Custom domains: a changelog runs on your own domain with a certificate included.
- Embedding: a React SDK and a widget put updates inside your product, with a JSON API and an RSS feed for everything else.
- Integrations: GitHub and Zapier connect the changelog to the tools already in your release process.
- Analytics: visitor numbers show which updates people are actually reading.
Email notifications are an add-on rather than part of the base, and team members can be invited into a page. The hosted service is priced per page with a free trial, which leaves the repository as the route for anyone who would rather run the whole thing themselves.
A self-hostable changelog and roadmap platform with voting, reactions and newsletters, for teams publishing product updates on their own domain.

ShipShipShip publishes a changelog and a public roadmap from one small self-hosted service. The updates, the reactions and votes readers leave on them, and the newsletter announcing a release all belong to the same instance, which is a lot less to run than a hosted changelog plus a feedback board.
The backend is Go with Gin, GORM and SQLite, and the admin panel is a SvelteKit application using Svelte 5, TailwindCSS, shadcn-svelte and the TipTap editor. One Docker image covers AMD64 and ARM64, configuration is environment variables, and the data directory holds the database, uploads and themes.
The admin side covers the work around an update.
- Rich entries: entries are written in a TipTap editor with markdown support, tags and media uploads.
- Kanban board: a drag and drop board moves entries between statuses you define yourself.
- Voting: readers vote on proposed features before anyone builds them.
- Reactions: eight emoji reactions give readers a lighter way to respond.
- Newsletter automation: emails send themselves when an entry reaches a chosen status.
- Themes: the public changelog is an installed theme with its own settings and status mapping.
A REST API exposes public events, reactions and newsletter signups, with admin routes behind a JWT. The project is Apache 2.0, and a demo instance with published credentials is open for anyone who wants to click through the admin panel before installing it.