The web wasn’t supposed to be five apps owned by three companies. Somewhere along the way, we traded open protocols for walled gardens and algorithmic feeds. But a growing movement is working to reverse that — and three concepts sit at the heart of it: the Fediverse, POSSE, and Nostr.
This article is a brief introduction to each. I’ll go deeper on all three in future posts.
POSSE
POSSE stands for Publish (on your) Own Site, Syndicate Elsewhere. It’s a content strategy from the IndieWeb community, and the principle is straightforward: your content should live on a domain you own first, then get copied out to social platforms.
Why does this matter? Because platforms come and go. If you’ve ever lost years of writing when a service shut down, or found your reach throttled by an algorithm change, you already understand the problem. With POSSE, your website is the canonical source. Social media becomes distribution, not storage.
In practice, this might look like publishing a blog post on your own site and then automatically (or manually) sharing it to Mastodon, Bluesky, or X — with links pointing back to the original.
Further reading:
- indieweb.org/POSSE — The definitive explanation from the IndieWeb wiki
- indieweb.org — The broader IndieWeb movement
- Tantek Çelik’s site — One of the original advocates and practitioners
The Fediverse
The Fediverse (a portmanteau of “federation” and “universe”) is a collection of interconnected social platforms that talk to each other using open protocols — primarily ActivityPub, a W3C standard.
The idea is simple: your account on one server can follow, like, and reply to accounts on completely different servers, even ones running different software. A Mastodon user can follow someone on Pixelfed (an image-sharing platform), interact with a PeerTube video (a video platform), or read a Plume blog post — all from the same account.
No single company controls the Fediverse. Anyone can run a server, set their own rules, and still participate in the wider network. It’s how email works, applied to social media.
Further reading:
- fediverse.info — A friendly introduction and overview
- ActivityPub W3C Specification — The protocol that powers it
- joinmastodon.org — The most popular Fediverse platform
Nostr
Nostr (Notes and Other Stuff Transmitted by Relays) takes a radically different approach. There are no servers you sign up to, no accounts to create on someone else’s infrastructure. Instead, your identity is a cryptographic key pair — a public key that identifies you and a private key that proves you’re you.
You publish signed messages (called “events”) to relays — simple servers that store and forward data. Anyone can run a relay. No relay is authoritative. Your client connects to multiple relays, and your followers find your posts wherever they’re stored. If one relay bans you, your content still exists on others.
This design makes Nostr extremely censorship-resistant and portable. It also means there’s no company to go bankrupt, no terms of service to change overnight, and no algorithm between you and your audience. The trade-off is a rougher user experience (for now) and the responsibility of managing your own keys.
Further reading:
- nostr.com — Overview and getting-started guide
- github.com/nostr-protocol/nostr — The protocol specification
- awesome-nostr — A curated list of Nostr clients, tools, and resources
What connects these ideas?
All three reject the same premise: that a handful of corporations should own the infrastructure of public conversation. They approach the problem differently — POSSE through personal ownership plus syndication, the Fediverse through federated servers and Nostr through cryptographic identity and relays — but the underlying impulse is the same. Your words, your relationships, your online identity should belong to you.
In upcoming posts, I’ll explore each of these in more depth — how to get started, the trade-offs involved, and where each approach shines or struggles. Stay tuned.