···11# 🦋 bsky.md — Bluesky as Markdown
2233-**Live: https://bsky-md.vercel.app**
33+**Live: https://bsky.md**
4455Fetch any public Bluesky content as clean, portable Markdown. No auth, no API key, just a URL.
66···36363737```bash
3838# Profile
3939-curl https://bsky-md.vercel.app/profile/bsky.app
3939+curl https://bsky.md/profile/bsky.app
40404141# Posts
4242-curl https://bsky-md.vercel.app/profile/bsky.app/posts
4242+curl https://bsky.md/profile/bsky.app/posts
43434444# What's Hot feed
4545-curl https://bsky-md.vercel.app/profile/bsky.app/feed/whats-hot
4545+curl https://bsky.md/profile/bsky.app/feed/whats-hot
46464747# Search
4848-curl "https://bsky-md.vercel.app/search?q=atproto"
4848+curl "https://bsky.md/search?q=atproto"
49495050# Trending
5151-curl https://bsky-md.vercel.app/trending
5151+curl https://bsky.md/trending
5252```
53535454## For LLMs
55555656-See [`/llms.txt`](https://bsky-md.vercel.app/llms.txt) for a machine-readable guide to every endpoint.
5656+See [`/llms.txt`](https://bsky.md/llms.txt) for a machine-readable guide to every endpoint.
57575858## Self-hosting with Docker
5959