{"collection":"posts","slug":"1672682867112-the-sovereign-feed","cid":"bafkreia2lwb2gsbtoblixyloosborpbgdvndt6id47w2aezamrbjqna6hy","title":"The Sovereign Feed","excerpt":"RSS is still a direct, portable feed protocol after social platforms abandoned it for algorithmic distribution.","body":"![](blob://bafkreiaxtlmg74r6jf3x4pco2wx4cgghy4s7gnzi76kngiglcybsbnlddy)\n\n\nRSS is a 1999 standard that still gives readers direct control over their feeds while social platforms route attention through algorithms. The protocol is just XML:\n\n```\n\u003c?xml version=\"1.0\" encoding=\"UTF-8\" ?\u003e\n\u003crss version=\"2.0\"\u003e\n\u003cchannel\u003e\n    \u003ctitle\u003eThe Sovereign Feed\u003c/title\u003e\n    \u003cdescription\u003eThoughts on decentralized content distribution\u003c/description\u003e\n    \u003clink\u003ehttps://example.com/blog\u003c/link\u003e\n    \u003clastBuildDate\u003eMon, 05 Feb 2025 09:30:00 GMT\u003c/lastBuildDate\u003e\n\n    \u003citem\u003e\n        \u003ctitle\u003eTaking Back Control of Your Content\u003c/title\u003e\n        \u003cdescription\u003eIn an era of algorithmic feeds and data harvesting, RSS offers a path to content sovereignty...\u003c/description\u003e\n        \u003clink\u003ehttps://example.com/blog/content-control\u003c/link\u003e\n        \u003cpubDate\u003eMon, 05 Feb 2025 09:00:00 GMT\u003c/pubDate\u003e\n        \u003cguid\u003ehttps://example.com/blog/content-control\u003c/guid\u003e\n    \u003c/item\u003e\n\u003c/channel\u003e\n\u003c/rss\u003e\n```\n\nReaders subscribe and pull updates on their own schedule, without targeting or an engagement loop in the middle. Facebook and Twitter offered RSS in their early days, then removed it as their distribution models changed. RSS kept running underneath podcasts, read-later apps, and the smaller collection of tools that still treat feeds as user-owned infrastructure.\n\nEach feed is decentralized (anyone can publish from any server), standard (the XML is well-documented), portable (subscriptions move between readers), private (no behavior tracking), and direct (publisher to reader, no intermediary).\n\nArweave, IPFS, Mirror, and Farcaster reach for similar properties with newer infrastructure. The protocol was never the missing piece. Readers still need tools that make direct distribution worth choosing.\n\n## Resources\n\n- [Jekyll Starter Kit](https://github.com/thecreation/jekyll-starter-kit) - A boilerplate for creating Jekyll sites with RSS support\n- [Adding RSS to Jekyll](https://vilcins.medium.com/how-to-add-an-rss-feed-to-a-jekyll-blog-5b43a2801123) - Detailed guide for implementing RSS in Jekyll blogs\n- [Gatsby RSS Documentation](https://www.gatsbyjs.com/docs/how-to/adding-common-features/adding-an-rss-feed/) - Official guide for adding RSS feeds to Gatsby sites\n- [RSS in Next.js](https://blog.logrocket.com/adding-rss-feed-next-js-app/) - Tutorial for implementing RSS in Next.js applications\n- [Feed NPM Package](https://www.npmjs.com/package/feed) - Popular Node.js package for generating RSS feeds\n- [RSS on Wikipedia](https://en.wikipedia.org/wiki/RSS) - Comprehensive overview of RSS technology and history","tags":["rss","content-distribution","decentralization","web-development","tech-history","cms","syndication"],"published":true,"createdAt":"2023-01-02T10:07:00Z","updatedAt":"2026-07-16T14:59:43Z"}
