You can now embed a notification widget directly into your product. Users see a small bell icon that displays the latest changelog entries — without ever leaving your app.
Setup in 3 steps
Go to Project Settings → Widget
Copy the embed snippet
Paste it into your app's HTML
That's it. No build step required.
Embed code
<script
src="https://widget.pushlog.dev/v2.js"
data-project="your-slug"
data-theme="auto"
async
></script>Customization
The widget automatically picks up your brand colors from project settings. It also supports:
Light and dark themes (or
autoto follow system preference)Custom positioning —
bottom-right,bottom-left,top-right,top-leftBadge count showing unread entries
The widget script is just 12KB gzipped and loads asynchronously — zero impact on your app's performance.