1# PDSls - AT Protocol Explorer
2
3Lightweight and client-side web app to navigate [atproto](https://atproto.com/).
4
5## Features
6
7- Browse the public data on PDSes (Personal Data Servers).
8- Login to manage records in your repository.
9- Jetstream and firehose (com.atproto.sync.subscribeRepos) streaming.
10- Backlinks support with [constellation](https://constellation.microcosm.blue/).
11- Query moderation labels.
12
13## Hacking
14
15You will need `node` and `pnpm` to get started:
16
17```
18pnpm i # install deps
19pnpm dev # or pnpm run start, runs vite
20pnpm build # runs vite build
21pnpm serve # runs vite preview
22```
23
24## Credits
25
26[atcute](https://github.com/mary-ext/atcute) - atproto SDK\
27[@skyware/firehose](https://github.com/skyware-js/firehose) - Firehose client