# Better PDS Dash ![screenshot](screenshot.png) A comic-style Bluesky PDS dashboard with full support for Bluesky's embeds and media. ## Setup Install dependencies: ```bash bun i ``` Copy and add environment variables: ```bash cp .env.example .env ``` Add your PDS URL to the `.env` file: ```bash NEXT_PUBLIC_PDS_URL=https://pds.scanash.com ``` Add your PDS API Password to the `.env`: ```bash PDS_PASSWORD=bleblebleble ``` If wanted, change the BSKY_APP_URL to your preferred Bluesky app fork: ```bash NEXT_PUBLIC_BSKY_APP_URL=https://witchsky.app ``` Build: ```bash bun run build ``` Run: ```bash bun run start ``` # How do i use this with my PDS Uh, you will figure it out, just use Traefik/Caddy to serve this on / Here's a guide that might be helpful: [Setting a custom homepage on a PDS](https://willdot.leaflet.pub/3m25uvnuwnk2t) # License Licensed under the MIT License