Skip to content

podly

See how it works — internal navigation link

1 post with the tag “podly”

Podly vs ZeroAds: Self-Hosted or Hosted Podcast Ad Removal?

Podcast ads are baked into the audio file, so removing them means processing the audio: transcribe, find the ad segments, cut them, re-serve the episode as a clean RSS feed your podcast app can read.

Podly and ZeroAds both do exactly that. The difference is who runs the machinery.

Full disclosure, and it’s a friendlier story than most versus pages: ZeroAds started as a fork of Podly. It has since grown into its own system (a two-pass classifier we score against hand-labeled test episodes, timestamped cut reports, episodes processed once and shared across all listeners), but the lineage is real: we’ve sent improvements back upstream, and Podly’s own README lists ZeroAds in its cost breakdown as the hosted option. So this isn’t two strangers fighting over a keyword. It’s the same family tree, and ZeroAds is the branch that became a service. Podly is genuinely good, this category more or less starts with it, and for a certain kind of person it’s the right choice. Here’s the honest split.

Podly is open source and self-hosted. You clone it, stand it up on a server (there’s even a one-click Railway deploy template), plug in your API keys for transcription and LLM classification, and point your podcast app at the feeds it generates.

What that gets you:

  • Control. Your server, your models, your data. Swap the LLM, tune the prompts, read the code.
  • No subscription. The software costs nothing.
  • A good project. If you have a homelab and enjoy this, it’s a satisfying one.

What it costs instead:

  • Infrastructure. A VPS or a machine that’s always on, roughly $5-10/mo unless you already run one.
  • API usage. Transcription and classification are real compute, billed per episode by your AI provider.
  • You’re the operator. Updates, breakage after a dependency bump, feeds that stop parsing, episodes that need reprocessing. Nobody’s on call but you.

If you already self-host half your life, none of that scares you, and Podly’s marginal cost is basically API calls. Go with our blessing. (The project also runs a small pay-what-you-want preview server, listed in its README, if you want a taste before deploying anything.)

Choose ZeroAds If You Just Want Clean Feeds

Section titled “Choose ZeroAds If You Just Want Clean Feeds”

ZeroAds is the hosted version of the same idea: paste a show’s RSS URL, get back a private clean feed for the app you already use (Apple Podcasts, Overcast, Pocket Casts; not Spotify, which blocks custom feeds).

What you get for $5.99/mo at the founding rate ($7.99 after the first 500 members):

  • No machinery. No server, no API keys, no maintenance. Setup is pasting one URL, about two minutes.
  • Verified accuracy. A two-pass classifier with 90%+ verified detection; in our accuracy tests against hand-labeled episodes, it catches 97% of ad segments.
  • Receipts. Every cut appears in an episode report with timestamps, so you can check exactly what was removed. Nothing is cut silently.
  • Shared economics. Popular episodes are processed once for everyone, so new episodes of big shows are usually ready within minutes.

And you can hear the result before paying anything: the first 5 cleaned episodes are free in the web player.

Try ZeroAds on your own shows

PodlyZeroAds
PriceFree software; you pay server + API usage$5.99/mo founding rate
SetupServer, API keys, configPaste one URL
MaintenanceYoursOurs
DetectionDepends on the models/keys you configure90%+ verified; 97% in our accuracy tests
Cut transparencyLogs on your serverTimestamped per-episode report
Data locationYour infrastructureOur cloud
Works inAny RSS podcast appAny RSS podcast app (not Spotify/Amazon Music)
Try firstFree (your time is the cost)5 free episodes

Same category, different customers. Podly is a tool you operate; ZeroAds is a service you subscribe to. If the phrase “docker compose up” sounds like a fun Saturday, start with Podly. If you got here because you’re tired of hearing the same three ad reads on your commute and you’d rather not adopt a server to fix it, that’s exactly who we built ZeroAds for.

Every other option (Herd’s player app, creator subscriptions, skip buttons) is covered in the full guide to removing podcast ads.