RSS Feeds
RSS feeds let you follow community content in your favorite feed reader without visiting the site directly.
Available Feeds
| Feed | URL Pattern | Content |
|---|---|---|
| New threads | /rss/threads |
New threads across public forums |
| Forum | /rss/forums/{slug} |
New threads in a specific forum |
| Tag | /rss/tag/{slug} |
New threads with a specific tag |
| Member | /rss/user/{username} |
Public threads by a specific member |
| Files | /rss/files |
Newly shared files |
Each feed includes the most recent items by default.
Finding a Feed URL
Look for the RSS icon on a forum listing, tag page, or member profile and copy the link. Most modern feed readers also auto-discover feeds when you paste the page URL, because the relevant pages include RSS <link> tags in the HTML head.
Your Personal Unread Feed
You also have a private feed of your own unread threads at /rss/my/unread. It is tied to a personal token so only you can read it.
- Go to Account → RSS (
/account/rss). - Copy your personal feed URL, which already includes your token.
- Add it to your feed reader.
Keep this URL private. If you think your token has leaked, rotate it from the same page — the old token stops working immediately.
Tips
- Combine tag feeds to build a custom reading list of the topics you care about.
- Any standard feed reader works. Paste a feed URL and the reader does the rest.
- If you run a website, you can embed a community feed to show recent discussions.
# RSS Feeds
RSS feeds let you follow community content in your favorite feed reader without visiting the site directly.
## Available Feeds
| Feed | URL Pattern | Content |
|------|------------|---------|
| **New threads** | `/rss/threads` | New threads across public forums |
| **Forum** | `/rss/forums/{slug}` | New threads in a specific forum |
| **Tag** | `/rss/tag/{slug}` | New threads with a specific tag |
| **Member** | `/rss/user/{username}` | Public threads by a specific member |
| **Files** | `/rss/files` | Newly shared files |
Each feed includes the most recent items by default.
## Finding a Feed URL
Look for the **RSS icon** on a forum listing, tag page, or member profile and copy the link. Most modern feed readers also auto-discover feeds when you paste the page URL, because the relevant pages include RSS `<link>` tags in the HTML head.
## Your Personal Unread Feed
You also have a private feed of your own unread threads at `/rss/my/unread`. It is tied to a personal token so only you can read it.
1. Go to **Account → RSS** (`/account/rss`).
2. Copy your personal feed URL, which already includes your token.
3. Add it to your feed reader.
Keep this URL private. If you think your token has leaked, rotate it from the same page — the old token stops working immediately.
## Tips
- Combine tag feeds to build a custom reading list of the topics you care about.
- Any standard feed reader works. Paste a feed URL and the reader does the rest.
- If you run a website, you can embed a community feed to show recent discussions.