RSC — Really Simple Conversations — is a social timeline built natively on open feeds. People who post through the instance and people who post from their own website's feed are equal citizens of the same live timeline, and following, replies, and whole conversations travel as plain RSS instead of a proprietary API.
Pre-release, but deep — real end to end today, no release cut yet.
Social platforms lock your posts, your graph, and your conversations inside an API only they control. Open feeds have carried writing across the web for two decades — but they were treated as a read-only broadcast channel, never as the place a conversation actually lives.
RSC's bet is that a conversation can travel over nothing but RSS. A reply is a post; a thread is reconstructed from feeds; a conversation can federate from one instance to another and back again with no extra protocol. If it works over feeds, no single service owns it — and anyone who already publishes a feed is already halfway in.
Next, not yet built: IndieAuth sign-in and Micropub posting-in, Webmention, and optional ActivityPub reach into the fediverse.
Under the hood there are two parts: a headless core service that owns the feeds, federation, threading, and the timeline, and a web app that is the only thing your browser talks to. The core speaks open standards the rest of the web already understands — RSS, OPML, JSON Feed, WebSub, and rssCloud — so it federates with other sites and instances directly, without anyone adopting an RSC-specific protocol.
The page you're reading, and every post, is rendered and sanitized through a single trusted path on the server before it ever reaches a browser. Nothing else is a browser-facing surface.
RSC is built by Ricardo (rmdes). It stands on ideas and standards it did not invent:
It's open source under the MIT license and made to be self-hosted. The source, the README, and the founding design are all public.