RELEASE NOTES, REINVENTED

Ship in public.

Beautiful changelogs and release notes for product teams. Embeddable anywhere. Up in five minutes.

Free for up to 3 changelogs · No credit card required

app.cadence.dev
A
Acme Inc

Changelog

v2.8.0Apr 4, 2026
Feature

GraphQL API

Cadence now ships with a full GraphQL endpoint alongside the existing REST API. Query changelogs, entries, and subscribers with a single request.

MC
Mara Chen
v2.7.2Mar 28, 2026
Fix

Embed widget z-index conflicts resolved

Fixed an issue where the floating embed widget would render behind modal dialogs in host applications using high z-index values.

JA
Jordan Ali
v2.7.1Mar 21, 2026
Improvement

Editor performance on long entries

Entries with more than 50 blocks were experiencing noticeable input lag. We refactored the editor's reconciliation layer.

MC
Mara Chen
v2.7.0Mar 14, 2026
Feature

Scheduled publishing

You can now schedule entries to publish at a specific date and time. Write your release notes ahead of time.

SO
Sam Okafor
v2.6.3Mar 7, 2026
FixImprovement

Email digest formatting improvements

Fixed a rendering issue in Outlook where code blocks would collapse to a single line.

JA
Jordan Ali

USED BY TEAMS AT

ATLASNORTHPRISMKILTEROUTLINEGROVE
WHY CADENCE

Your users do not read your blog. They might read your changelog.

Most teams ship constantly and tell no one. The ones that do tell someone end up writing release notes in Notion, embedding them in a Notion-shaped iframe, and calling it a day. Cadence is the in-between: a real changelog tool that takes five minutes to set up and looks like you spent five months on it.

Write fast.

A markdown editor with version tags, dates, and authors built in. Keyboard shortcuts for everything. Publish in one click.

Learn more →

Embed anywhere.

Drop your changelog into your app, your docs site, or your marketing page with a single line of code. Themable to match your brand.

Learn more →

Tell the right people.

Webhooks, RSS, email digests, and a public API. Your users find out the way they want to.

Learn more →
THE EDITOR

A writing experience built for shipping notes, not novels.

Markdown shortcuts. Version tags. Inline images. Custom labels. Drafts. Scheduled publishing. Cadence's editor is built around the way product teams actually write — fast, in fragments, often at 11pm before a release.

  • Markdown + slash commands
  • Inline images and video
  • Custom labels and categories
  • Drafts and scheduling
  • Multi-author support
app.cadence.dev
A
Acme Inc
v2.8.0Draft
Feature

GraphQL API

Cadence now ships with a full GraphQL endpoint alongside the existing REST API. Query changelogs, entries, and subscribers with a single request.

The schema is auto-documented and available at your workspace's /graphql path.

app.yourcompany.com
YourApp
What's newPowered by Cadence
v2.8.0Apr 4, 2026

GraphQL API

Cadence now ships with a full GraphQL endpoint alongside the existing REST API. Query changelogs, entries, and subscribers with a single request.

v2.7.2Mar 28, 2026

Embed widget z-index conflicts resolved

Fixed an issue where the floating embed widget would render behind modal dialogs in host applications using high z-index values.

v2.7.1Mar 21, 2026

Editor performance on long entries

Entries with more than 50 blocks were experiencing noticeable input lag. We refactored the editor's reconciliation layer.

EMBEDS

Your changelog, in your app, in one line of code.

Drop a single script tag and Cadence renders your changelog inside your product. Floating widget, inline component, modal, full page — pick one. Themed to match your design system. Updates in real time when you publish.

HTML
API & WEBHOOKS

Programmable from end to end.

Cadence ships with a REST API, GraphQL endpoint, and webhooks for every event. Plug into Slack, Discord, Linear, GitHub Actions — or your own systems.

Request
curl -X POST https://api.cadence.dev/v1/entries \
  -H class="text-success">"Authorization: Bearer cd_live_abc123" \
  -H class="text-success">"Content-Type: application/json" \
  -d '{
    class="text-success">"version": class="text-success">"v2.8.0",
    class="text-success">"title": class="text-success">"GraphQL API",
    class="text-success">"body": class="text-success">"Full GraphQL endpoint alongside REST.",
    class="text-success">"tags": [class="text-success">"feature"],
    class="text-success">"status": class="text-success">"published"
  }'
Response
{
  class="text-success">"id": class="text-success">"entry_9x8k2m",
  class="text-success">"version": class="text-success">"v2.8.0",
  class="text-success">"title": class="text-success">"GraphQL API",
  class="text-success">"status": class="text-success">"published",
  class="text-success">"published_at": class="text-success">"2026-04-04T14:30:00Z",
  class="text-success">"url": class="text-success">"https://acme.cadence.dev/v2.8.0"
}

TEAMS THAT SHIP WITH CADENCE

ATLASNORTHPRISMKILTEROUTLINEGROVEMERIDIANHALCYONSTRATUSVERGECINDERLATTICE
“We replaced a 400-line custom changelog component with three lines of Cadence. Our users started reading it for the first time in three years.”

JORDAN ALI, HEAD OF PRODUCT @ ATLAS

PRICING

Simple. Three tiers. No surprises.

Free

$0/mo

For side projects and small teams.

  • Up to 3 changelogs
  • 100 entries per changelog
  • Cadence-branded embed
  • Community support
Most popular

Team

$19/mo

For growing product teams.

  • Unlimited changelogs
  • Unlimited entries
  • Custom branding
  • Custom domain
  • Webhooks + API
  • Email digests
  • Email support

Business

$79/mo

For teams that need more control.

  • Everything in Team
  • SSO (SAML)
  • Audit logs
  • 99.99% SLA
  • Priority support
  • Custom contract

Your next release is on Friday.

Get Cadence set up before then.

No credit card required · Free forever for up to 3 changelogs

CONCEPT PROJECT