Pro and above projects can embed a small floating announcement bubble on their own site, so your users see new releases without visiting your changelog page. Copy the snippet from your dashboard — it looks like this:
<script src="https://buoylog.com/widget.js" data-project="your-slug" async></script>
Drop it anywhere in your site's HTML. It fetches your latest published releases, shows an unread dot when there's something new, and links out to your full changelog page when clicked. Only Public-visibility entries ever appear in the widget.
Current limitation: the widget is English-only for now — it doesn't yet respect multi-language translations.
If you don't want a floating bubble, use badge.js instead. It drops an inline "What's new" link wherever you place the script (or into an element you name with data-target), with an unread dot when there's a new release. Available on every plan.
<script src="https://buoylog.com/badge.js" data-project="your-slug" async></script> <!-- optional: data-label="Changelog" data-target="#nav-updates" -->