







interesting: reference pds hard-codes express' compression middleware, so bluesky must be explicitly stripping `Accept-Encoding` request header in HAProxy? ...costing them >2x egress bandwidth, but potentially saving CPU. many indie hosts really struggle with it. cc @calabro.io any insight?
fig (aka:[phil])
a few million straggler repos left but rougly: ~4.5TB as uncompressed CARs, also what has to be sent over the wire. hosts that apply *any* negotiated compression (`Accept-Encoding`) find great effect: >50% reduction in bytes transferred. Bluesky doesn't so it's moot. @bsky.app you should do this.
May 21, 2026 at 5:19 PM
Bluesky HTTP API Reference
Bluesky HTTP API Reference
Bluesky Is an App. The AT Protocol Is the Internet Beneath It. - Ewan’s Blog
There is a confusion that keeps recurring, and it is understandable enough that it is worth addressing directly.
Bluesky Is an App. The AT Protocol Is the Internet Beneath It. - Ewan’s Blog
There is a confusion that keeps recurring, and it is understandable enough that it is worth addressing directly.
Bluesky Protocol Services
High scale open social, unlocked for every builder. Bluesky operates public infrastructure for the AT Protocol — Jetstream, Relay, and the Bluesky API — as open services anyone can build on.

Why isn't Bluesky a peer-to-peer network?
Today in "our novel form of NIH," why did Bluesky choose not to use a peer-to-peer network when designing the AT Protocol?

Why isn't Bluesky a peer-to-peer network?
Today in "our novel form of NIH," why did Bluesky choose not to use a peer-to-peer network when designing the AT Protocol?

Self-hosting - AT Protocol
Self-hosting a Bluesky PDS means running your own Personal Data Server that is capable of federating with the wider ATProto network.

Appendix:Xanadu - AT Protocol Paper Errata and Details
A description of known problems in Bluesky PBC's paper, "Bluesky and the AT Protocol: Usable Decentralized Social Media", as well as notes on terminology changes and how Bluesky's implementation differs from that described in the paper.
PDS Entryway | Bluesky
Bluesky runs many PDSs. Each PDS runs as a completely separate service in the network with its own identity. They federate with the rest of the network in the exact same manner that a non-Bluesky PDS does. These PDSs have hostnames such as morel.us-east.host.bsky.network.

Bluesky PDS | brad.quest
Bluesky is built on the open ATProto “atmosphere” network. The Personal Data Server is the network unit that serves as a repository for user data, identity, and media on the network.
bluesky has always offered protocol services for devs— the relay, jetstream, and the bluesky api are the main ones. but until today those haven't really had a proper home. the crew as been working hard, and there's (even) more here than meets the eye, let's break this down!!
Bluesky Protocol Services
bsky.networkThe frustrating thing about this is that when you "Login with Bluesky", you're not even actually logging in with Bluesky The App. You may be using a Bluesky PBC-hosted PDS, but it has nothing to do with @bsky.app, other than it's the PDS you're assigned when you create an account on their client.
An unordered / non-exhaustive list of things that helped scale Bluesky's infra efficiently: + Exiting the cloud (colocation) + HAProxy w/many Node backends + Go w/clever code + ScyllaDB + SQLite w/per user databases + Redis w/many instances + AMD servers w/many cores + Purchasing bandwidth directly
Attention PDS devs! We merged a lexicon change last week increasing the max image upload for Bluesky posts from 1 MB to 2 MB. This rolled out to our PDSs instances last Friday. We'll begin enabling this in the Bluesky app soon. If your PDS implementation is still validating at 1 MB, plz update! ✌️
Eric
Related to this, we've been slowly rolling out a higher resolution limit for our image uploads, from 2000px^2 to 4000px^2. Until the below image size increase rolls out (soon), image sizes are still capped at 1 MB, so FYI you won't see immediate quality increase in all cases just yet.
It's really cool that people are now using Bluesky not only from servers they host themselves, but servers they *wrote* themselves (or someone else here did), adding features the standard one doesn't have ❤️ Like, I now have 2FA again on my PDS because @baileytownsend.dev just went and built it
Matt Kane
Cirrus PDS now support passkey auth. It was a bit of a puzzle adding it to a tool where where the admin is all CLI, but I'm really pleased with the flow I came up with. Give it a go! github.com/ascorbic/cirrus If you don't know what Cirrus is, it's a really easy way to host your own Bluesky data