An example application covering:
See https://atproto.com/guides/applications for a guide through the codebase.
This project uses Next.js as a server framework and Tap for syncing data from the Atmosphere.
This is a revamp of the original Statusphere example app which can be found on the statusphere-og branch.
git clone https://github.com/bluesky-social/statusphere-example-app.git
cd statusphere-example-app
cp env.template .env.local
pnpm install
pnpm dev
# Navigate to http://127.0.0.1:3000
To read data from the network, you'll need an instance of Tap running. Find instructions for getting set up by checking out the Statusphere tutorial or the Tap repository.
$ claude mcp add statusphere-example-app \
-- python -m otcore.mcp_server <graph>