# Fediverse
The Fediverse (a portmanteau of "federation" and "universe") is a network of interconnected, independently operated social media servers that communicate using open protocols, primarily [[ActivityPub]]. Unlike centralized platforms where one company controls everything, the Fediverse allows anyone to run their own server while remaining connected to the broader network.
The concept emerged from early federated platforms like StatusNet (2008) and GNU Social, but gained mainstream attention with [[Mastodon]]'s launch in 2016. Today the Fediverse includes millions of users across diverse platforms—microblogging, photo sharing, video hosting, and more—all able to interact across platform boundaries. This architecture resists corporate control, censorship, and single points of failure.
## How Federation Works
```
┌──────────────┐ ┌──────────────┐ ┌──────────────┐
│ Mastodon │◄──►│ PeerTube │◄──►│ Pixelfed │
│ (microblog) │ │ (video) │ │ (photos) │
└──────────────┘ └──────────────┘ └──────────────┘
▲ ▲ ▲
│ │ │
└──────────ActivityPub─────────────────┘
```
- Servers (instances) run independently
- Users on different platforms can follow each other
- Content federates across the network
- Each instance sets its own rules
## Fediverse Platforms
| Platform | Type | Similar To |
|----------|------|------------|
| **Mastodon** | Microblogging | Twitter/X |
| **PeerTube** | Video hosting | YouTube |
| **Pixelfed** | Photo sharing | Instagram |
| **Lemmy** | Link aggregation | Reddit |
| **Misskey/Calckey** | Microblogging | Twitter with reactions |
| **WriteFreely** | Blogging | Medium |
| **Funkwhale** | Music streaming | SoundCloud |
| **BookWyrm** | Book tracking | Goodreads |
## Key Concepts
- **Instance**: A server running Fediverse software
- **Federation**: Servers sharing content via ActivityPub
- **Defederation**: Blocking communication with another instance
- **Local Timeline**: Posts from your instance only
- **Federated Timeline**: Posts from all connected instances
## Benefits
- **No single owner**: Decentralized control
- **Data portability**: Move between instances
- **Interoperability**: Different apps, same network
- **Community moderation**: Instance-level rules
- **No ads**: Most instances are donation-funded
- **Open source**: Transparent, auditable code
## Challenges
- **Discovery**: Finding content across instances
- **Onboarding**: Choosing an instance can confuse newcomers
- **Moderation**: Varies widely between instances
- **Reliability**: Small instances may disappear
- **Network effects**: Smaller user base than corporate platforms
## References
- https://fediverse.info
- https://en.wikipedia.org/wiki/Fediverse
- https://fediverse.party
## Related
- [[ActivityPub]]
- [[Mastodon]]
- [[Eugen Rochko]]
- [[Open Source]]
- [[Decentralized Systems]]
- [[PeerTube]]
- [[Pixelfed]]