The bmannconsulting.com website
1--- 2link: https://atproto.com/guides/applications 3tags: 4 - ATProtocol 5 - docs 6 - app 7github: https://github.com/bluesky-social/statusphere-example-app 8--- 9A sample ATProto application to post “status” updates. Created by the [[Bluesky]] team. Designed to walk you through some of the basics of a custom ATProto app with a custom data type: 10- Signin via OAuth 11- Fetch information about users (profiles) 12- Listen to the network firehose for new data 13- Publish data on the user's account using a custom schema 14 15Three other versions: 16- Samuel’s React version <https://github.com/mozzius/statusphere-react> (this is a much more modern example than the original) 17- Bailey Townsend’s rusty statusphere <https://github.com/fatfingers23/rusty_statusphere_example_app> 18- Recent example on Cloudflare, [Serverless Statusphere](https://blog.cloudflare.com/serverless-atproto/)