Tiny static page hosting two Bluesky utilities:
- DID resolver — input a Bluesky handle, get the account's DID
- Post URI resolver — input a Bluesky post URL, get its
at://URI (useful for skyfeed.app single-post feeds)
Live at https://rmdes.github.io/did/.
Listed alongside other projects at https://rmdes.github.io/.
python3 -m http.server 8000
# open http://localhost:8000/
Push to main. The .github/workflows/pages.yml workflow publishes index.html to GitHub Pages.