I made a simple web tool called SonicFlow (https://voice.clevermock.com) for converting text to an MP3.
I've used other TTS tools, but was looking for something with zero friction - no sign-up, no feature-gating, no complicated SSML tags to learn. Just a text box and a download button.
So I built it. It's a clean front-end that pipes text to a TTS model and serves the audio file directly. Useful for quickly listening to articles, comments, or maybe generating placeholder audio for a project.
It's free. Hope it's useful. Feedback is welcome.