interactive intro to open social
at-me.zzstoatzz.io
1# at-me
2
3ATProto PDS visualization tool - shows your identity, apps, and data collections.
4
5## Tech Stack
6
7- Pure client-side JavaScript (no backend)
8- Vite for development and building
9- Direct ATProto API calls (PDS, PLC directory, Bluesky AppView)
10- Jetstream WebSocket for firehose streaming
11- Client-side MST (Merkle Search Tree) visualization
12
13## Development
14
15- Use `bun run dev` for local development with hot reloading
16- `bun run build` to build for production
17- `bun run preview` to preview the production build
18
19## Key files
20
21- `index.html` - Landing page with handle search and atmosphere visualization
22- `view.html` - Main visualization page showing PDS data, MST visualization
23- `public/` - Static assets (favicon, OG image, OAuth metadata)
24- `public/oauth-client-metadata.json` - OAuth client configuration for public clients
25
26## Critical reminders
27
28- Never deploy without explicit user request