Add Yanib widgets to any website with a single script tag. Each widget fetches data from your public changelog and renders in real time.
slug and user attributes with your own values from the
Yanib dashboard.
A floating bell icon that opens a release popup. Users can see recent updates without leaving your site.
<yanib-notifications slug="your-repo-slug" position="bottom-right" />
A top banner announcing your latest release. Users can dismiss it and it stays dismissed via localStorage.
<yanib-banner slug="your-repo-slug" dismissible="true" />
Embed your full release history as a styled feed component.
<yanib-changelog slug="your-repo-slug" theme="light" limit="3" />
Show what a developer has shipped across all their repos.
<yanib-feed user="your-username" theme="light" limit="3" />
Add one script tag to your site. All components are registered automatically.
<script src="https://yanib.dev/sdk.js"></script>
See the full SDK demo for more examples, or read the API reference for programmatic access.