TechFedd

Your gateway to technical excellence. Curated content from industry experts.

Quick Links

  • Browse Sources
  • Categories
  • Latest Articles

Company

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

Newsletter

Subscribe to get weekly updates on the latest technical content.

© 2025 TechFedd. All rights reserved.

PrivacyTermsSitemap
TechFedd LogoTechFedd
ArticlesSources
Sign InSign Up
  1. Home
  2. /
  3. Articles
  4. /
  5. System Design

Bluesky: The Decentralized Social Media App with 30 Million Users

ByteByteGo

ByteByteGo

Alex Xu • Published 3 months ago • 1 min read

Read Original
Bluesky: The Decentralized Social Media App with 30 Million Users

Bluesky is a decentralized social media platform built on the Authenticated Transfer Protocol (AT Protocol), designed to give users control over their identity, data, and content moderation. Unlike centralized platforms, Bluesky uses a federated architecture with Personal Data Servers (PDS), Relays, and App Views to ensure discoverability, portability, and customizable content feeds. With 30 million users, Bluesky aims to solve issues like platform lock-in, opaque algorithms, and censorship while maintaining usability.


Core Technical Concepts/Technologies

  1. AT Protocol – Federated protocol for decentralized social applications.
  2. Personal Data Servers (PDS) – Host user data and authentication (like Git repositories).
  3. Relays – Global content aggregators/indexers for discoverability.
  4. App Views – Customizable feed generators and moderation layers.
  5. Decentralized Identifiers (DIDs) – Cryptographic IDs for portable user identities.
  6. Separation of Speech & Reach – Content exists but visibility is controlled.

Main Points

  • Decentralization Benefits
    • Avoids single-entity control over data, algorithms, and moderation.
    • Solves migration issues (users retain identity/followers

In this article, we will look at Bluesky’s architecture and its use of the AT protocol to make things possible.

This article was originally published on ByteByteGo

Visit Original Source