<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sam Kütt</title>
    <description>The latest articles on DEV Community by Sam Kütt (@samukbg).</description>
    <link>https://dev.to/samukbg</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1419417%2F8062d2cb-b159-4d06-9548-78ddf81a3a5d.jpg</url>
      <title>DEV Community: Sam Kütt</title>
      <link>https://dev.to/samukbg</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/samukbg"/>
    <language>en</language>
    <item>
      <title>I Built a Plugin That Turns Blog Posts Into Podcasts</title>
      <dc:creator>Sam Kütt</dc:creator>
      <pubDate>Thu, 19 Jun 2025 12:40:28 +0000</pubDate>
      <link>https://dev.to/samukbg/i-built-a-plugin-that-turns-blog-posts-into-podcasts-hn2</link>
      <guid>https://dev.to/samukbg/i-built-a-plugin-that-turns-blog-posts-into-podcasts-hn2</guid>
      <description>&lt;p&gt;So here's the thing... I've been running WordPress blogs for years, and recently I started wondering: "What if I could give my readers the option to listen to my content as a natural conversation instead of just reading it?" &lt;/p&gt;

&lt;p&gt;You know how your readers are always multitasking? Commuting, working out, doing chores? I wanted to give them a way to consume my content during those times when they can't stare at a screen.&lt;/p&gt;

&lt;h2&gt;
  
  
  The "Aha!" Moment
&lt;/h2&gt;

&lt;p&gt;I was listening to a podcast (ironically, while doing dishes) when it hit me: most of the podcasts I enjoy are basically just people having conversations about ideas that could easily be written articles. So why not flip it around? What if I could take my blog content and automatically turn it into a natural conversation between two AI voices that sound completely human?&lt;/p&gt;

&lt;p&gt;As a WordPress site owner, I wanted to offer my audience more ways to engage with my content without having to completely change my writing workflow.&lt;/p&gt;

&lt;p&gt;But before diving into building anything, I wanted to make sure this wasn't just my weird idea. So I did some digging around Facebook groups, Twitter, and various online communities. Turns out, tons of bloggers and content creators were asking for exactly this... how to repurpose their written content into audio format without the hassle of recording actual podcasts.&lt;/p&gt;

&lt;p&gt;That validation gave me the push I needed. &lt;strong&gt;Post2Podcast&lt;/strong&gt; was born.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Actually Happens Behind the Scenes
&lt;/h2&gt;

&lt;p&gt;The plugin is pretty straightforward in concept but surprisingly tricky in execution. Here's the basic flow:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;You write your WordPress post like normal&lt;/li&gt;
&lt;li&gt;Hit a button (literally just one button)&lt;/li&gt;
&lt;li&gt;The plugin grabs your content, does some AI magic&lt;/li&gt;
&lt;li&gt;Two human sounding AI voices have a natural conversation about your content&lt;/li&gt;
&lt;li&gt;Spits out an MP3 file and embeds a player right in your post&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwsqfze6orb5792mlg0t0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwsqfze6orb5792mlg0t0.png" alt="Post2Podcast plugin demo" width="800" height="769"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The hardest part wasn't the WordPress integration... that's pretty well documented territory. The real challenge was making two AI voices sound like they're having a genuine conversation about your content, not just reading it out loud like robots.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Technical Bits (For Those Who Care)
&lt;/h2&gt;

&lt;p&gt;I won't bore you with every implementation detail, but here are the interesting challenges I ran into:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Text preprocessing&lt;/strong&gt;: Blog posts aren't written for conversation. URLs, code snippets, weird formatting... all of that needs to be handled gracefully so the AI voices can discuss it naturally. I spent way too much time figuring out how to make blog articles to sound natural in a conversation.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Conversation flow&lt;/strong&gt;: This was the big one. Making two AI voices sound like they're genuinely discussing your content rather than just taking turns reading paragraphs. They need to ask each other questions, build on points, and sound like real people who actually care about the topic.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;WordPress integration&lt;/strong&gt;: Making sure it plays nice with different themes, doesn't break existing functionality, and handles edge cases. You know, the usual WordPress plugin headaches.&lt;/p&gt;

&lt;h2&gt;
  
  
  Who's Actually Using This?
&lt;/h2&gt;

&lt;p&gt;I've been testing it with fellow WordPress site owners running different types of content:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Long form blog posts&lt;/strong&gt;: Perfect for giving readers an alternative way to consume in-depth articles during their commute, and the conversation format makes complex topics more digestible&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tutorial content&lt;/strong&gt;: Surprisingly effective when two voices walk through instructions together, giving your readers an audio companion to your written guides&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;News/update posts&lt;/strong&gt;: The back and forth discussion format makes even dry updates more engaging for your audience&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The feedback has been interesting. Some bloggers love how it increases their content's accessibility and time on page metrics. Others appreciate having an easy way to repurpose their written content into audio format without recording anything themselves.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Accessibility Angle I Didn't Expect
&lt;/h2&gt;

&lt;p&gt;One thing I didn't anticipate was how useful this would be for accessibility. I've heard from people with dyslexia and visual impairments who find the audio version much easier to consume than text. It wasn't my primary motivation, but it's honestly become one of the most rewarding aspects of the project.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where It's Going
&lt;/h2&gt;

&lt;p&gt;Right now I'm in beta mode, trying to iron out the weird edge cases and see how the AI conversation system performs with different types of content. The goal isn't to replace reading... it's just to give people options and make content more engaging through natural dialogue.&lt;/p&gt;

&lt;p&gt;I'm also working on some features that could be pretty cool:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Different conversation styles (casual vs professional discussion)&lt;/li&gt;
&lt;li&gt;Better handling of technical content with the AI voices explaining complex concepts&lt;/li&gt;
&lt;li&gt;Pro tier with our own dedicated servers for faster processing&lt;/li&gt;
&lt;li&gt;Self-hosting option from our GitHub repo once the plugin gets approved by WordPress&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The hosting thing is interesting because AI processing isn't cheap. The free tier works great for testing, but for heavy usage, having dedicated servers makes a huge difference in speed and reliability.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try It Out
&lt;/h2&gt;

&lt;p&gt;If you're a WordPress site owner and this sounds like something that could benefit your readers, I've got a beta program running. Fair warning: it's still rough around the edges, but it works and your readers will have that embedded MP3 player right at the top of your posts.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Signup for Beta access&lt;/strong&gt;: &lt;a href="https://post2podcast.xyz/" rel="noopener noreferrer"&gt;https://post2podcast.xyz/&lt;/a&gt;&lt;br&gt;&lt;br&gt;
&lt;strong&gt;Demo video&lt;/strong&gt;: &lt;a href="https://www.youtube.com/watch?v=jJvivUrKDrc&amp;amp;ab_channel=SpreadOutAI" rel="noopener noreferrer"&gt;https://www.youtube.com/watch?v=jJvivUrKDrc&amp;amp;ab_channel=SpreadOutAI&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The whole thing started as a "wouldn't it be cool if my readers could..." project and turned into something that might actually help other WordPress site owners engage their audiences in a new way.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;What do you think? Would you use something like this on your WordPress site? Or am I just overthinking the whole "readers want audio versions of blog posts" thing?&lt;/em&gt;&lt;/p&gt;

</description>
      <category>wordpress</category>
      <category>ai</category>
      <category>podcast</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Unveiling Spread Out AI: Automating Social Media Audience Targeting for Your Ads</title>
      <dc:creator>Sam Kütt</dc:creator>
      <pubDate>Wed, 30 Oct 2024 07:01:00 +0000</pubDate>
      <link>https://dev.to/samukbg/unveiling-spread-out-ai-automating-social-media-audience-targeting-for-your-ads-5e3d</link>
      <guid>https://dev.to/samukbg/unveiling-spread-out-ai-automating-social-media-audience-targeting-for-your-ads-5e3d</guid>
      <description>&lt;p&gt;Hi everyone,&lt;/p&gt;

&lt;p&gt;I want to share something I've been working on: Spread Out AI. If you are anything like me, you understand the pain of searching through every single social media group for that perfect audience who would engage in your ads, events, or new projects. It's extremely time-consuming and honestly exhausting, so I wanted to make it easier. That's how Spread Out AI was born!&lt;/p&gt;

&lt;p&gt;We are launching officially in beta today on Product Hunt and I'd love if you check it out. &lt;/p&gt;

&lt;p&gt;Here's what it does: Spread Out AI takes the hassle out of reaching the right communities by using our AI to scour through platforms like Facebook, Telegram, and WhatsApp to automatically match your ad with the best groups for your audience. No more wasting hours trying to connect with people who are actually interested in what you're talking about. Now, with a couple of clicks, you're in front of people who care.&lt;/p&gt;

&lt;p&gt;How it works:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Enter your Ad: Just provide the details about your ad and choose a location, in case you want it.&lt;/li&gt;
&lt;li&gt;Find Relevant Communities: Now, using AI, it starts finding and matching your ad to the most relevant groups.&lt;/li&gt;
&lt;li&gt;Optimize for Impact: Our text enhancer gives you fine-tuned tweaks to your ad, tailored for each group, to make it convert even better.&lt;/li&gt;
&lt;li&gt;Review and Post: Make sure everything is as it should be, then publish it as a post or comment—whichever seems to fit best with the group.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Plans for all types of users&lt;/p&gt;

&lt;p&gt;Here's how we're set up to help, whatever stage you're at:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Free Plan: 3 credits, up to 10 results per search in any language. Perfect for giving it a go.
• Premium Plan: $20/month, 50 credits, up to 30 results per search, access to all platforms, location targeting to ensure better reach.
• Pro Plan: $60/month for 150 credits, enhanced AI with 3x iterations, tailored ad generation, priority support, and new beta features.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What's coming next?&lt;/p&gt;

&lt;p&gt;We are actively testing Spread Out AI in beta and are keenly listening to feedback. Here are two powerful features we are working on to make this even better:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Adding more social media sources&lt;/strong&gt;: To get more results for each selected social media.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI Training through Selectable Results&lt;/strong&gt;: Users will be allowed to choose the best result for every search. This way, the AI learns about the kind of results that the users prefer and will yield more accurate results in each subsequent search.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Advanced Ad Text Customization&lt;/strong&gt;: An additional "Prompt" field will be added in the ad text enhancer for providing more control over how your ad will be worded, helping you refine and evoke the perfect message for your target audience.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Here's How You Can Help: This is a huge step for getting Spread Out AI out there on Product Hunt, and your support would mean the world to me. If this sounds like it's going to save you more time or get better results, I'd highly appreciate it if you could check it out and vote on launch day. That will give us more visibility on Product Hunt and, consequently, more feedback to grow this tool even quicker. And to celebrate the launch we give a &lt;strong&gt;20% off for product hunt voters&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The launch &lt;a href="https://www.producthunt.com/posts/spread-out-ai" rel="noopener noreferrer"&gt;on Product Hunt&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The app &lt;a href="https://spreadout.ai" rel="noopener noreferrer"&gt;Spread Out AI&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thank you very much for reading! Feel free to reach out with questions, feedback, or ideas. Let's make the path to the right audience easier together!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>socialmedia</category>
      <category>ads</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
