mirror of
https://tangled.org/@pdsls.dev/pdsls
synced 2025-12-01 02:20:22 -03:00
No description
| public | ||
| src | ||
| .gitignore | ||
| .nvmrc | ||
| .prettierrc | ||
| index.html | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
PDSls - AT Protocol Explorer
Lightweight and client-side web app to navigate atproto.
Features
- Browse the public data on PDSes (Personal Data Servers).
- Login to manage records in your repository.
- Jetstream and firehose (com.atproto.sync.subscribeRepos) streaming.
- Backlinks support with constellation.
- Query moderation labels.
Hacking
You will need node and pnpm to get started:
pnpm i # install deps
pnpm dev # or pnpm run start, runs vite
pnpm build # runs vite build
pnpm serve # runs vite preview
Credits
atcute - atproto SDK
@skyware/firehose - Firehose client