How It Works

1

Post updates in Discord

Use a dedicated announcements channel or forum. Tag with version numbers or release types.

2

DiscoLink syncs in real-time

New announcements appear on your changelog immediately. No manual publishing needed.

3

Users follow via RSS

Auto-generated RSS and Atom feeds let users subscribe in their preferred reader.

Benefits

Single Source of Truth

Post once in Discord, it appears everywhere. No duplicate content to maintain.

Timeline View

Chronological display of all updates. Users can browse history or jump to specific versions.

RSS Feeds

Auto-generated RSS 2.0, Atom, and JSON feeds. Users subscribe however they prefer.

Version Tagging

Use Discord tags for version numbers. Filter changelog by version or release type.

Implementation Options

Changelog Template

Pre-built timeline template with RSS feed, version filtering, and search.

npx create-discolink@latest --template changelog
View Templates →

RSS Feed Endpoint

Use the built-in RSS feed endpoint directly. Embed in existing sites or apps.

GET /feeds/:serverId/rss
GET /feeds/:channelId/rss
API Reference →

Custom Integration

Query the API for announcement channel messages. Build into your existing site.

GET /channels/:id/messages?sort=desc
API Reference →

Ready to build your changelog?

Get Started