atproto explorer pdsls.dev
atproto tool
TypeScript 98.7%
HTML 0.6%
CSS 0.6%
Other 0.1%
1336 1 9

Clone this repository

https://tangled.org/pdsls.dev/pdsls
git@knot.pdsls.dev:pdsls.dev/pdsls

For self-hosted knots, clone URLs may differ based on your setup.

README.md

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