A curated list of libraries & SDKs for the Bluesky API and AT Protocol

some updates to the description in the readme

+8 -4
+8 -4
README.md
··· 12 12 13 13 * full SDKs for building things on ATProto in a given language 14 14 * targetted libraries for things like streaming from the firehose, making XRPC calls, building feeds, labellers etc. 15 - * independent implementations of things like PDS or Relay 16 15 * template repos for making e.g. labeller or feed projects using your library 17 - * some tools and apps that include pieces of useful code that could be reused easily, but wasn't extracted to a library yet 16 + * tools and helper services that can be used as part of a larger app 18 17 19 18 So generally repos that contain code that you could use to build your thing. 20 19 21 - What I'm not looking for: 20 + Additionally, I'm also including: 22 21 23 - * clients, user-facing tools, webapps, command-line tools etc. 22 + * independent implementations of things like PDS, relay, or Bluesky AppView 23 + * example full non-Bluesky ATProto apps like Tangled or Leaflet 24 + 25 + What I'm *not* looking for: 26 + 27 + * client apps, user-facing tools, webapps, command-line tools etc. 24 28 * specific examples of bots, labellers, feeds etc. 25 29 26 30