Feature

Embeddable notification widget

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

  1. Go to Project Settings → Widget

  2. Copy the embed snippet

  3. 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 auto to follow system preference)

  • Custom positioning — bottom-right, bottom-left, top-right, top-left

  • Badge count showing unread entries


The widget script is just 12KB gzipped and loads asynchronously — zero impact on your app's performance.