Docs · Distribution

Public page & feeds

Every workspace gets a public changelog page and four subscribable feeds — automatic, no config. You can link to them directly or let the embed do it for you.

The public page

Your changelog lives at showkit.dev/c/<slug>. It's ISR-rendered, SEO-indexable, and dark/light aware. The bell popover's "View all" link points here by default.

# example
https://showkit.dev/c/acme

On the Bundle and White-label tiers you can swap this for a custom domain (e.g. changelog.acme.com).

Feed URLs

FormatURLUse case
RSS 2.0/api/widget/v1/<slug>/changelog.rssFeedly, NetNewsWire, classic readers
Atom 1.0/api/widget/v1/<slug>/changelog.atomStricter parsers, some CI hooks
JSON Feed 1.1/api/widget/v1/<slug>/changelog.jsonProgrammatic consumers, custom integrations

All three are cached at the edge with a 60-second TTL. They auto-discover from your public page via <link rel="alternate"> tags, so feed readers find them automatically.

Email subscribers

The bell popover and public page both include a "Subscribe" affordance. Subscribers receive a digest each time you publish a new entry — sent via Resend, with one-click unsubscribe.

You can also import existing subscribers from CSV via the dashboard's Subscribers tab.

On the Free tier, every surface (popover, public page, email digest) ships with a small Powered by showkit.dev footer link. Upgrading to any paid plan removes it immediately — no redeploy needed.