<?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>Forem: Peretz Yam</title>
    <description>The latest articles on Forem by Peretz Yam (@ptzyam).</description>
    <link>https://forem.com/ptzyam</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%2F3824341%2F4fe6f252-0f9a-44a1-9eb5-001d78c874f0.png</url>
      <title>Forem: Peretz Yam</title>
      <link>https://forem.com/ptzyam</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/ptzyam"/>
    <language>en</language>
    <item>
      <title>12 days after launching my SaaS. No customers. Here's what I got wrong.</title>
      <dc:creator>Peretz Yam</dc:creator>
      <pubDate>Thu, 26 Mar 2026 16:53:26 +0000</pubDate>
      <link>https://forem.com/ptzyam/12-days-after-launching-my-saas-no-customers-heres-what-i-got-wrong-24if</link>
      <guid>https://forem.com/ptzyam/12-days-after-launching-my-saas-no-customers-heres-what-i-got-wrong-24if</guid>
      <description>&lt;p&gt;I have some basic understanding of code structure — learned BASIC as a kid, touched HTML and PHP years ago — but I'm not a developer in any practical sense. I built Pulso Bot — AI support bots for Telegram businesses — by writing specs and letting Claude Code do the actual coding. Took about two weeks of real work to get something live.&lt;/p&gt;

&lt;p&gt;Then I spent the next 12 days doing "distribution." That's the part nobody warns you about properly.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The listing grind&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I submitted everywhere. Product Hunt, AlternativeTo, SaaSHub, Indie Hackers, TopTelegramBots, FutureTools — probably 15 sites total. Some approved in a day, some took a week, some are still pending. AlternativeTo took 7 days to approve. No traffic came from it yet.&lt;/p&gt;

&lt;p&gt;Product Hunt launched March 24. A few upvotes from people I don't know. Zero signups. I'm not complaining — I had no existing audience, no hunter with followers, nothing. The result makes sense in retrospect.&lt;/p&gt;

&lt;p&gt;The dev.to article got maybe 30 views. This one included.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What I got wrong&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I was targeting the right directories for the wrong people. Everyone who found Pulso Bot through these channels was a developer or another founder. Not a single small business owner.&lt;/p&gt;

&lt;p&gt;And here's the thing — small business owners who already use Telegram bots know how to get one built. The ones who don't, don't know they need one yet. I'm trying to reach people at exactly the moment they're frustrated enough to look for a solution. That moment doesn't happen on Product Hunt.&lt;/p&gt;

&lt;p&gt;I don't have a fix for this. Still figuring it out.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Where things stand&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Building Reddit karma in non-related subreddits so I can eventually answer questions organically without getting banned. Waiting for SEO from the listings to do something. Reaching out through personal network to find one human who runs a business on Telegram and will actually try it.&lt;/p&gt;

&lt;p&gt;Twelve days in. Zero paying customers. Product works fine. Distribution is the actual job and I underestimated it completely.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;One question&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;How did you find your first 10 customers when you had no audience and no budget? Not a growth hack. Just what actually worked for you specifically.&lt;/p&gt;

</description>
      <category>saas</category>
      <category>indiehacker</category>
      <category>distribution</category>
      <category>showdev</category>
    </item>
    <item>
      <title>I built a multi-tenant Telegram support bot SaaS in 4 working days (the other 10 were waiting for API credits to refill)</title>
      <dc:creator>Peretz Yam</dc:creator>
      <pubDate>Sat, 14 Mar 2026 17:59:40 +0000</pubDate>
      <link>https://forem.com/ptzyam/i-built-a-multi-tenant-telegram-support-bot-saas-in-4-working-days-the-other-10-were-waiting-for-5na</link>
      <guid>https://forem.com/ptzyam/i-built-a-multi-tenant-telegram-support-bot-saas-in-4-working-days-the-other-10-were-waiting-for-5na</guid>
      <description>&lt;p&gt;Kept seeing the same problem: small businesses on Telegram drowning in repetitive customer questions, but no clean solution that doesn't require a developer.&lt;/p&gt;

&lt;p&gt;So I built Pulso Bot. The twist: each client gets their &lt;strong&gt;own named bot&lt;/strong&gt; via BotFather — not a shared widget. Their customers see "ShopBot", not "Pulso Bot."&lt;/p&gt;

&lt;h2&gt;
  
  
  How it works technically
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;My server manages multiple client bot tokens simultaneously&lt;/li&gt;
&lt;li&gt;Each bot is isolated — FAQ, analytics, subscription, handoff state all per-token in Supabase&lt;/li&gt;
&lt;li&gt;Claude Haiku reads the FAQ and answers in the customer's detected language (Unicode-priority for Hebrew/Arabic — langdetect alone fails on short phrases)&lt;/li&gt;
&lt;li&gt;After 2 failed answers → human handoff with full conversation history sent to the owner&lt;/li&gt;
&lt;li&gt;Voice messages transcribed via Whisper before hitting the same pipeline&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Stack
&lt;/h2&gt;

&lt;p&gt;Python, python-telegram-bot, Claude Haiku, Whisper, Supabase, Railway&lt;/p&gt;

&lt;h2&gt;
  
  
  Monetization
&lt;/h2&gt;

&lt;p&gt;Telegram Stars subscriptions (auto-renewing) — no Stripe, no credit cards, everything inside Telegram. 250⭐/mo for 300 replies up to 1000⭐ for unlimited.&lt;/p&gt;

&lt;p&gt;Still figuring out distribution. Product is live at &lt;a href="https://pulso.tools" rel="noopener noreferrer"&gt;pulso.tools&lt;/a&gt;, 14-day trial.&lt;/p&gt;




</description>
      <category>telegram</category>
      <category>python</category>
      <category>saas</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
