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/acmeOn the Bundle and White-label tiers you can swap this for a custom domain (e.g. changelog.acme.com).
Feed URLs
| Format | URL | Use case |
|---|---|---|
| RSS 2.0 | /api/widget/v1/<slug>/changelog.rss | Feedly, NetNewsWire, classic readers |
| Atom 1.0 | /api/widget/v1/<slug>/changelog.atom | Stricter parsers, some CI hooks |
| JSON Feed 1.1 | /api/widget/v1/<slug>/changelog.json | Programmatic 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.
"Powered by ShowKit" footer
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.