For مجموعة أدوات لتطوير Bluesky, the strongest matches are bluesky-social/atproto (bluesky-social/atproto is the official reference implementation of the AT), bluesky-social/social-app (The official Bluesky social app is built directly on) and bluesky-social/pds (This repository provides the official Bluesky Personal Data Server). bluesky-social/feed-generator and bluesky-social/indigo round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.
استكشف مكتبات وعملاء وأدوات مفتوحة المصدر مبنية لبروتوكول AT ونظام Bluesky الاجتماعي.
atproto is a decentralized social networking protocol implementation and a schema-driven API framework. It provides the networking and data standards required to build interoperable social networks where users control their own identity and data through a personal data server specification. The project distinguishes itself through a DID-based identity system for managing cryptographic keys and verifiable profiles, alongside a lexicon-based protocol definition that uses versioned schemas to ensure consistency across network services. It utilizes Merkle Search Trees for verifiable data storage,
bluesky-social/atproto is the official reference implementation of the AT Protocol, providing the core networking, identity, and data standards for building decentralized social applications—exactly the kind of foundational library that powers the Bluesky ecosystem.
This project provides a comprehensive implementation of the AT Protocol, serving as a framework for building decentralized social networking applications. It enables the creation of distributed data repositories where users maintain cryptographic ownership of their identity and content, allowing for portable accounts that can be migrated between independent servers without central authority intervention. The platform distinguishes itself by decoupling content hosting from discovery through modular algorithmic curation. Users can select third-party services to filter and organize their feeds,
The official Bluesky social app is built directly on the AT Protocol and provides a full-featured decentralized social networking client with feeds, posts, timelines, and cross-platform support, making it the flagship answer for this search.
The Personal Data Server is a self-hosted infrastructure component designed to operate as a node within a federated social network. It provides the foundational services required to host personal social data, manage user account lifecycles, and participate in a decentralized ecosystem through standardized network protocols. By utilizing content-addressed, append-only data repositories, the server ensures verifiable state transitions and consistent synchronization across the network. The project distinguishes itself through its focus on portable identity and data sovereignty. It enables users
This repository provides the official Bluesky Personal Data Server (PDS) container image, a core AT Protocol component for self-hosting your own data server, which directly fits your interest in AT Protocol implementation and decentralized social networking, though it is a server rather than a social media client.
The feed generator is a framework for building and deploying custom algorithmic content feeds within the AT Protocol network. It provides the infrastructure to define unique curation logic, register these algorithms to user profiles, and serve personalized content streams to the network. The framework distinguishes itself by integrating real-time network activity indexing with a handler-based routing system. By consuming live event streams, it maintains local datasets that allow developers to apply custom sorting and filtering rules to public content. It manages the lifecycle of these feeds t
The AT Protocol Feed Generator Starter Kit is a ready-made template for building custom feed generators on the AT Protocol, making it a direct fit for developers seeking tools and libraries within the Bluesky ecosystem.
Indigo is a Go-based framework and toolkit designed for building, hosting, and scaling services within the AT Protocol ecosystem. It provides the foundational infrastructure for decentralized social networking, enabling developers to implement relay services, manage cryptographically signed user repositories, and handle identity resolution across federated environments. The project distinguishes itself through a robust architecture that decouples content hosting from discovery, allowing for independent moderation and algorithmic feed generation. It utilizes content-addressed storage and Merkl
bluesky-social/indigo is the official Go implementation of Bluesky’s AT Protocol services, so it is a foundational tool in the ecosystem, but it is primarily backend code rather than a ready-to-use client or app with feed/post/timeline features.