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 dev for local development with hot reloading
  • bun run build to build for production
  • bun run preview to preview the production build

Key files#

  • index.html - Landing page with handle search and atmosphere visualization
  • view.html - Main visualization page showing PDS data, MST visualization
  • public/ - 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