







now that it has been posted, I'm working on something: proboscidean.jbcrn.dev basically point your mastodon client on it and log in with your atproto account still very early and buggy so yea
Sep 21, 2026 at 3:27 PM
Welcome to the new atproto.com - AT Protocol
We've updated just about everything about atproto.com to make it easier for developers to just build things.

ATProto User Intents Demo
This is a demo tool which allows atproto accounts to configure a reuse declaration for their public data. You can read more about this atproo mechanism in the "User Intents for Data Reuse" proposal from March 2025. Any account in the atproto network (including Bluesky accounts) can use this tool via OAuth. The source code for this demo is linked above.
jcsalterego/duckdb-atproto
Contribute to jcsalterego/duckdb-atproto development by creating an account on GitHub.
Setting up my own ATProtocol PDS - Blooym
Details of my adventures self-hosting my own ATProtocol Personal Data Server (PDS), including the painful debugging process.

corkiejp.github.io/ATProtocolHandler at well-known · corkiejp/corkiejp.github.io
My github.io domain. Contribute to corkiejp/corkiejp.github.io development by creating an account on GitHub.
@thisismissem.social @divy.zone and I recently went through an exploration of how the browser can help you login to websites with atproto accounts. We recently presented to the FedID CG and here is a sneak peek in case you couldn't join! This is early but we'd love your input before we go too far!
so uhh... I needed a thing and it is here - tangled.org/sparrowtek.com/atproto-auth-p…
sparrowtek.com/atproto-auth-proxy
tangled.orgReposting my attempt at trying to give developers a working knowledge of atproto's OAuth that I wrote up earlier this year.
Bailey Townsend 🦀
First leaflet of 2026! Have you been putting off implementing OAuth or the brand new scopes in your atproto application because you're not sure how to do that? Learn how to - Basics of atproto OAuth - The new scopes and stop scaring away users - The new permission sets to make scopes easy
I saw requests for a new way to find atproto alternatives, so I made alternativeproto.net - an atproto spin on AlternativeTo. It itself is on atproto, so you can log in and make submissions, votes, and reviews that are stored on your PDS. Give it a try and go easy, it's my first public atproto app.
AlternativeProto - Decentralized Web Catalog
alternativeproto.netMy recollection of this is that even if you just pop a new ATProto account into existence and start spitting out `app.bsky.feed.post` records, they don't show up unless you actually go through a Bluesky onboarding & agreeing to ToS, so they should have an email for you through that process.
I’ve just released @passport, a new tool designed to make logging into the atproto a breeze! Say goodbye to the hassle of typing out long handle names every single time. Once you register your handle, you can complete your login with just one tap through integrated apps or browser extensions.(1/4)
Another OIDC gateway approach for using your atproto account to login to many different things tangled.org/bkb.arcnode.xyz/atauth Nice work @bkb.arcnode.xyz!
bkb
Giving @tangled.org a try. Updates to the atauth OIDC gateway are live. Passkey login for all apps -- Sign in with biometrics or a security key on every app 8 security fixes enforced session expiry Multi-arch Docker on GHCR One docker pull for amd64 and arm64 (Pi, Apple Silicon)
atpmcp is a local MCP server that is part of the atproto-crates project. It supports the same authentication as the atpxrpc tool and is using the latest MCP features. Install with homebrew: brew tap ngerakines/tap && brew install atpmcp Read more at ngerakines.me/atpmcp.html
atpmcp
ngerakines.meI think there might be a need for a javascript library that implements the atproto repo minus the DID authentication and minus the PDS. Use case: being able to start a local-first app offline and cold without login and start creating records, then saturate with identity to sign+sync when online.