interactive intro to open social
at-me.zzstoatzz.io
at-me#
ATProto PDS visualization tool - shows your identity, apps, and data collections.
Tech Stack#
- Pure client-side JavaScript (no backend)
- Vite for development and building
- Direct ATProto API calls (PDS, PLC directory, Bluesky AppView)
- Jetstream WebSocket for firehose streaming
- Client-side MST (Merkle Search Tree) visualization
Development#
- Use
bun run devfor local development with hot reloading bun run buildto build for productionbun run previewto preview the production build
Key files#
index.html- Landing page with handle search and atmosphere visualizationview.html- Main visualization page showing PDS data, MST visualizationpublic/- Static assets (favicon, OG image, OAuth metadata)public/oauth-client-metadata.json- OAuth client configuration for public clients
Critical reminders#
- Never deploy without explicit user request