AnyPost
All guides
3 min read

Convert any post to Markdown

The core idea behind AnyPost is a single, memorable trick: swap the domain.

On X/Twitter? See the full walkthrough: X post or thread → Markdown.

The one-line workflow

  1. Find a post on any supported platform.
  2. Replace its domain with anypost.md and prefix the path with the platform slug.
  3. Read or copy the clean Markdown that comes back.
x.com/user/status/123              →  anypost.md/x/user/status/123
reddit.com/r/sub/comments/abc/…    →  anypost.md/reddit/r/sub/comments/abc/…
bsky.app/profile/handle/post/xyz   →  anypost.md/bluesky/profile/handle/post/xyz

Live today: X, LinkedIn, Reddit, Threads, Bluesky, Mastodon, YouTube, Hacker News, Substack, Medium. Instagram return 422 until adapters ship.

What you get

Every conversion returns a predictable document:

  • An # Author (@handle) heading
  • The full post text, preserving line breaks
  • Media as Markdown links or images
  • A --- footer with the timestamp and original link

Tip: append ?thread=full or ?comments=on (paid + apk_ key) to unroll threads or add replies.

That's the whole product. No browser extension required.