In your product
A What's new feed with an unread badge, as a ready-made widget or your own UI. Show an announcement to everyone, or only to the customers it concerns.
rollout puts your release notes where people already are: a What's new feed inside your product, a public changelog on your site, and an email to your list. Write it once, publish it everywhere.
The example feed needs JavaScript.
A What's new feed with an unread badge, as a ready-made widget or your own UI. Show an announcement to everyone, or only to the customers it concerns.
A public changelog as an API you render in your own design, plus RSS and JSON Feed for people who follow along.
rollout writes the campaign draft in Loops and keeps it up to date as you edit. You review it and press send; opens and clicks come back to rollout.
Each change gets a short snippet, tagged new, improved or fixed. Snippets wait in a backlog until you're ready.
Pick snippets for an announcement, put them in order and add an intro and a cover image. Paste Markdown if that's where your notes live.
It goes live everywhere at once, or at the time you set. Fixing a typo later doesn't mark it unread again, unless you want it to.
The widget is a custom element that works with any framework and fits your design: colours, fonts, radius and every part can be restyled. Or build your own feed on the headless client.
npm i @rollout/js
import { defineFeedElement } from '@rollout/js/ui'
defineFeedElement()
// <rollout-feed project-key="pk_live_…"></rollout-feed>
const feed = document.querySelector('rollout-feed')
// A signed token for the signed-in user, from your server:
feed.token = () =>
fetch('/api/rollout-token').then((r) => r.text())rollout's MCP server lets Claude Code, Codex and Claude.ai work in your project: turn merged pull requests into snippets, draft the announcement, and publish it once you've agreed, if you allow that.
Set up the MCP server →claude mcp add --transport http rollout https://api-staging.rollout.so/mcp \
--header "Authorization: Bearer $ROLLOUT_API_KEY"
> Add backlog snippets for the pull requests I merged this week