This explainer starts with a very simple diagram, and then progressively adds details.
*(Sidenote Intro: This page explores an idea I had on how to explain Bluesky and ATProtocol to non-specialists. If this idea works, it will be republished and further developed into one of the Explainers on the ATProtocol community wiki.
*Unfortunately I am one of those non-specialists, so - as explained on Discord - I will need help, and am sharing this proof-of-concept version here on my experimental wiki to see if it will work. This is therefore version 1 (more version control in the footer).
If people think it has potential and want to help me get it right, I'll move it to the wiki for further development by a larger community. If you'd like to help me before then, ping me on Discord and I'll give you access via github to this file and atproto1.drawio, from which all .pngs are currently derived).
Looking at Bluesky from orbit, you can only distinguish three elements:
!
They are: * PDS: Personal Data Servers - this is where your content lives. When you write something on Bluesky, or even Like someone else's post, that content goes on your PDS. * Relay: this grabs content from the PDSs to create a "firehose" of all of the content in all of the PDSs they've looked at (or "crawled", like a search engine) * Appviews: these are the apps with which you view the content of the Relay. Different apps therefore show different views of the same firehose. Bluesky is an appview.
2 More Things about: * Your PDS is essentially some storage space on a computer somewhere connected to the internet. The 2 things you need to know: * if you sign up for Bluesky using the Bluesky app, the Bluesky company gives you a PDS, but you can move it elsewhere and you'll keep all your content, and all links to it will still work * Everything on your PDS is public! (Bluesky's DMs are not handled in the above way) * learn more about PDSs. * Relays: in Bluesky's early days there was only one Relay, run by the Bluesky company, leading some people to believe that Bluesky "wasn't really centralised". The 2 things you need to know: * in 2025 other people started setting up Relays, because there's nothing stopping them and everything's open-source. * not all Relays are global - you can create a Relay just for you and your friends if you like - and any user can grab content from multiple Relays. * learn more about Relays and firehoses * Appviews: * The first two appviews launched were Bluesky and Whitewind, a blogging platform. * Each appview uses a Lexicon to define what content it displays, and how it displays it. Bluesky therefore only looks for content structured using the Bluesky Lexicon, and so doesn't show its users Whitewind blog posts, and vice versa. * learn more about Appviews and Lexicons.
If you come a little closer, you'll see:
!
* A user typing a post into an appview and hitting Publish. This stores the content in his/her PDS, from which it will be scooped up by the relay and shared with the world
* DID: the user's account is a Decentralised Identifier (DID) - a file which in this case is stored on the user's PDS.
2 More Things about: * DIDs are central to keeping the user in control of their digital life in ATproto. You can use the same account in all appviews, move it wherever you want, and change your handle (your user-friendly name) - you won't lose your friends * ATproto supports two methods for creating DIDs: "DID:PLC" (for Public Ledger of Credentials - see below) and "DID:web". Both are official standards, but the PLC method is more widely used * learn more about DID
(sidenote PLC Directory: I am now at the very edge of my understanding. Please be tolerant and correct my mistakes gently :) )
The view from the stratosphere also shows us Search in action:
!
2 More Things about PLC Directory: * The PLC Directory may be simple and low-cost tech, but it's absolutely central to allowing Bluesky and all other appviews to create a global conversation. * I use the word "central" deliberately - it is currently (May 2025) run by Bluesky Social PBC (the Bluesky company), and so is frequently cited as evidence that Bluesky is not completely decentralised. Plans are therefore afoot to spin it off as a separate entity, perhaps managed by multiple organisations. * learn more about PLC Directory
(sidenote Next: in this section I bullet-point the other concepts and terms which (I currently think) need to be introduced at higher and higher resolutions. I'm still reading the documentation - ie, I'm on a learning curve as I write - so currently I haven't proposed an order of treatment. Please let me know if I missed something and/or how they should be ordered)
This is one of this wiki's pages managed with the permanent versions pattern described in Two wiki authors and a blogger walk into a bar…