I was looking for a service that would convert any article into audio form (plain text-to-speech, not some AI “summary”) and publish as a new episode of a private podcast, so that I can listen to it in my regular podcast client. Didn’t find anything I like, so I made this very rough prototype using OpenAI TTS API and Cloudflare Workers; it took about 2 hours, and I made a <a href=“https://www.youtube.com/watch?v=LwnPqUBLDYY” rel=“ugc”>video live-coding it</a>. The code is on Github, and you only need an account on Cloudflare and an OpenAI API token. There’s no auth or anything, it’s just the minimum example. I might improve it later. Comments