Embeddable widget
About 4 KB gzipped. Shadow DOM. Drop one script tag on any site.
See the live demoChangelogs are the chore everyone skips, so users never hear what shipped. DeployLog turns the commits you already wrote into a published changelog, straight from your pipeline, no dashboard detour.
Ship the changelog the same way you ship code, from the CLI or a GitHub Action.
CLI
$ deploylog push --from-git --ai-summarize --publish
Reading 7 commits since v1.3.2
✓ Drafted "v1.4.0: Dark mode and faster search"
✓ Published to page, widget, RSS, emailGitHub Action
- uses: deploylogdev/action@v1
with:
api-key: ${{ secrets.DEPLOYLOG_API_KEY }}
project: my-app
ai-summarize: truewidget
It's running on this page, pointed at DeployLog's own changelog. Embed it on your site with one script tag.
<script
src="https://cdn.deploylog.dev/widget.js"
data-project="your-project-id"
defer
></script>workflow
Draft in the dashboard, push from the CLI, or let the GitHub Action run on every release tag.
One click to publish. Write the Markdown yourself, or take an AI draft from your commits.
Public page, embeddable widget, RSS + JSON feeds. Email digest to subscribers on Pro.
features
About 4 KB gzipped. Shadow DOM. Drop one script tag on any site.
See the live demoYour users can subscribe in their reader. JSON for anything programmatic.
Why changelogs matter`deploylog push --from-git` drafts entries from your recent commits.
deploylog on npmRuns on release tags. Files a draft unless you set `notify-subscribers: true`.
Action on the MarketplaceYour subscribers get the changelog in their inbox when you publish.
How digests workPaste commits. Get a changelog entry. Claude Haiku, under the hood.
See it in the pipelineA manual is your product's set of numbered chapters, and a chapter is one page whose factual sentences are anchored to your code. A recorded value that moved is drift. The `manual` check annotates findings on a pull request, and with `fail-on: drift` it fails when a cited value moved.
Read DeployLog's own manualStart free. Upgrade when you outgrow it.
Everything you need to publish a public changelog.
For individuals and teams that publish often.
On the roadmap
Need team features like SSO, roles, or private changelogs? Email the DeployLog team.