atmosphere explorer pds.ls
tool typescript atproto
TypeScript 98.7%
HTML 0.6%
CSS 0.6%
Other 0.1%
1709 1 21

Clone this repository

https://tangled.org/pds.ls/pdsls https://tangled.org/did:plc:6q5daed5gutiyerimlrnojnz/pdsls
git@knot.pdsls.dev:pds.ls/pdsls git@knot.pdsls.dev:did:plc:6q5daed5gutiyerimlrnojnz/pdsls

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

Download tar.gz
README.md

PDSls - Atmosphere Explorer#

Lightweight web app to navigate atproto.

Hacking#

You will need node and pnpm to get started:

pnpm i                   # install deps
pnpm dev                 # runs local dev server
pnpm build               # bundles the production app
pnpx wrangler pages dev  # runs worker locally

Set APP_DOMAIN (default: pdsls.dev) and APP_PROTOCOL (default: https) to configure the base URL used in the generated OAuth and OpenSearch metadata files.