AT protocol

A protocol for building decentralized social media platforms. Most well known for powering the Bluesky microblogging network.

The protocol is designed such that there are several interchangeable parts composed to make up the experience, and each part can be built and operated by different providers.

The main parts:

Pros of the AT protocol

Cons

Currently the data for a user is almost entirely public to the whole world, since a user data repository must be publicly accessible in order to be indexed. This makes social activity like private messaging or tight access controls to different posts or types of data difficult. See this discussion.

There is some serious talk about using Messaging Layer Security (MLS) to enable private data.