atmosphere explorer pds.ls
tool typescript atproto
421
fork

Configure Feed

Select the types of activity you want to include in your feed.

TypeScript 94.5%
JavaScript 5.1%
HTML 0.3%
Other 0.1%
1756 1 22

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.