Launchly Docs

Introduction

Launchly is changelog-as-a-service — publish product updates and surface them everywhere your users are.

Launchly is changelog-as-a-service. Write a release once, then publish it to a hosted page, an embeddable widget, your own custom domain, email subscribers, RSS/JSON feeds, and channels like Slack, Discord, X, and LinkedIn.

This documentation covers everything developers need to integrate Launchly into their product.

Ways to surface your changelog

How it works

  1. Create a project — it gets a public page at https://launchly.dev/c/<slug>.
  2. Write entries (releases) in Markdown, tag them with a category and optional version.
  3. Publish — Launchly fans the release out to the widget, feeds, email subscribers, and any connected channels.

New to the data model? Start with Core concepts.

Base URL

All public endpoints are served from:

https://launchly.dev

Self-hosting Launchly? Every SDK and tool accepts a custom base URL (apiBase, LAUNCHLY_API, or apiBase option) so you can point them at your own instance.

On this page