Separate update pages get ignored
A public changelog is important, but many users only notice updates inside the product.
Changelog widget
ChangeCrab widgets bring your latest release notes into your app, docs, marketing site, or dashboard while keeping the public changelog as the source of truth.
One hosted changelog can power widgets, RSS, badges, and subscriber emails.
A compact launcher opens recent updates without sending users away from your app.
Show release notes in docs, account pages, onboarding flows, or customer portals.
Signal that your product is actively maintained from your README, site footer, or pricing page.
The problem
A public changelog is important, but many users only notice updates inside the product.
One-off announcements vanish. A widget keeps recent updates accessible.
A small indicator can bring users back to improvements they would otherwise miss.
Workflow
Create a clear release note in ChangeCrab.
Add the script where users naturally check for product changes.
New posts appear in the widget and remain available on the public changelog.
Implementation
Add the widget once, then keep publishing through ChangeCrab while the embedded surface stays up to date.
<button class="changebubble">Product updates</button>
<script>
window.changecrab_config = {
projectid: "your-project-id",
type: "sidebar",
selector: ".changebubble",
activecolor: "#16a34a"
};
</script>
<script src="https://changecrab.com/embed/embed.js"></script>
<div id="product-updates"></div>
<script>
window.changecrab_config = {
projectid: "your-project-id",
type: "inline",
selector: "#product-updates"
};
</script>
<script src="https://changecrab.com/embed/embed.js"></script>
[](https://changecrab.com/changelog/your-slug)
What you get
Widget details
Buyers need to see that the widget is a surface for the changelog, not an interruptive announcement layer.
Header, help menu, settings area, docs, dashboard, and footer placements are easier to find repeatedly.
Recent updates should be scannable, with full context on the permanent changelog entry.
The widget, public page, RSS feed, and subscriber email should all reference the same approved update.
Buyer questions
No. Use ChangeCrab as the hosted source and embed the widget where you want updates to appear.
Yes. ChangeCrab is designed for branded changelog experiences, including custom domains and visual controls.
Yes. The widget is for visibility inside your product; the public page is the permanent, shareable archive.
Create a ChangeCrab changelog and add a widget where your users already work.