the statusphere demo reworked into a vite/react app in a monorepo
TypeScript 88.2%
CSS 10.3%
Other 1.5%
94 2 0

Clone this repository

https://tangled.org/danabra.mov/statusphere-react https://tangled.org/did:plc:fpruhuo22xkm5o7ttr2ktxdo/statusphere-react
git@tangled.org:danabra.mov/statusphere-react git@tangled.org:did:plc:fpruhuo22xkm5o7ttr2ktxdo/statusphere-react

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

AT Protocol "Statusphere" Example App#

An example application covering:

  • Signin via OAuth
  • Fetch information about users (profiles)
  • Listen to the network firehose for new data
  • Publish data on the user's account using a custom schema

See https://atproto.com/guides/applications for a guide through the codebase.

Getting Started#

git clone https://github.com/bluesky-social/statusphere-example-app.git
cd statusphere-example-app
cp .env.template .env
npm install
npm run dev
# Navigate to http://localhost:8080