PodLinkFixer
Paste any podcast link, get the same episode on every other platform. Free.
Somebody sends you an Apple Podcasts link. You use Spotify. That's the entire problem, and it happens constantly.
What it is
PodLinkFixer takes any podcast URL and returns the same show or episode on every other platform. Paste, get links, done. No accounts, no preferences, no share-sheet setup.
Free, and small on purpose.
What it does well
One paste, every platform. Resolves across Spotify, YouTube Music, Pocket Casts, Overcast, Castro, Amazon Music, and Audible from an Apple, Spotify, or RSS source link.
Episode-level, not just show-level. It matches the specific episode where the target platform allows it, rather than dumping you on a show page to go hunting.
Fast on repeat. Results cache in Cloudflare KV for 30 days, so a link that has been converted once comes back immediately.
No product surface to maintain. One Cloudflare Worker serves the API and the static front end. There is no database, no session, and nothing to log in to.
Installable. A PWA on Android Chrome and iOS Safari, for a home-screen icon that goes straight to the paste box.
Who it's for
Anyone in a group chat with mixed podcast apps.
People who share episodes and are tired of the recipient replying "wrong app."
What it looks like in practice
Paste a link on the home page. It parses the source platform, resolves the canonical podcast through Podcast Index, matches the episode across every target platform, and renders a results card with one clickable and copyable link per platform. Total interaction: one paste, one tap.
What it's not
It's not a podcast player.
It's not a directory or a discovery tool. You bring the link.
It's not commercial and isn't intended to be.
Status
Working, with offline integration tests backed by mock-HTTP fixtures. Tech: Cloudflare Workers + Hono + KV, using Podcast Index for canonical mapping and the iTunes and Spotify APIs for platform metadata, with a static front end served from the same Worker.