An API you can curl, or open in a browser, to receive Bluesky data as markdown!
10
fork

Configure Feed

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

Use new OG card image for Open Graph and Twitter metadata

j4ck.xyz 5f82a2c1 6fee90b2

+2 -2
+2 -2
app/layout.tsx
··· 18 18 siteName: 'bsky.md', 19 19 images: [ 20 20 { 21 - url: `${BASE}/og.png`, 21 + url: `${BASE}/og-card.png`, 22 22 width: 1200, 23 23 height: 630, 24 24 alt: 'bsky.md — Bluesky as Markdown', ··· 30 30 card: 'summary_large_image', 31 31 title: 'bsky.md — Bluesky as Markdown', 32 32 description: 'Fetch any public Bluesky content as clean, portable Markdown. No auth, no API key.', 33 - images: [`${BASE}/og.png`], 33 + images: [`${BASE}/og-card.png`], 34 34 }, 35 35 } 36 36
public/og-card.png

This is a binary file and will not be displayed.