<?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: Cem Aşkaroğlu</title>
    <description>The latest articles on Forem by Cem Aşkaroğlu (@blyxxa).</description>
    <link>https://forem.com/blyxxa</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%2F3633408%2F66ccac7d-8ed4-4e4f-87d1-b539e4c729e5.png</url>
      <title>Forem: Cem Aşkaroğlu</title>
      <link>https://forem.com/blyxxa</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/blyxxa"/>
    <language>en</language>
    <item>
      <title>I built a "Zero-Cost" AI SaaS Engine on WordPress (BYOK + PWA Architecture)</title>
      <dc:creator>Cem Aşkaroğlu</dc:creator>
      <pubDate>Sat, 29 Nov 2025 04:14:01 +0000</pubDate>
      <link>https://forem.com/blyxxa/i-built-a-zero-cost-ai-saas-engine-on-wordpress-byok-pwa-architecture-j0i</link>
      <guid>https://forem.com/blyxxa/i-built-a-zero-cost-ai-saas-engine-on-wordpress-byok-pwa-architecture-j0i</guid>
      <description>&lt;p&gt;Building an "AI Wrapper" is easy. Building one that doesn't bankrupt you with API costs is hard.&lt;/p&gt;

&lt;p&gt;Most AI SaaS tools follow the same dangerous logic:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;User pays you $20/mo.&lt;/li&gt;
&lt;li&gt;User goes viral or spams requests.&lt;/li&gt;
&lt;li&gt;Your OpenAI bill hits $50.&lt;/li&gt;
&lt;li&gt;You lose money.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  The Architecture Shift: BYOK (Bring Your Own Key)
&lt;/h2&gt;

&lt;p&gt;I realized that the "Middleman" model is broken for Micro-SaaS. So, I spent the last few months building a WordPress-based engine that flips the script.&lt;/p&gt;

&lt;p&gt;Instead of me proxying the requests, I built a secure &lt;strong&gt;BYOK (Bring Your Own Key)&lt;/strong&gt; architecture.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The user inputs their own OpenAI/Gemini/Claude key.&lt;/li&gt;
&lt;li&gt;The request goes directly from their server to the LLM provider.&lt;/li&gt;
&lt;li&gt;I charge for the &lt;strong&gt;"Interface &amp;amp; Tooling"&lt;/strong&gt;, not the intelligence.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This results in &lt;strong&gt;100% Profit Margins&lt;/strong&gt; for the SaaS owner, and wholesale token prices for the power user. Win-win.&lt;/p&gt;

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

&lt;p&gt;I chose &lt;strong&gt;WordPress&lt;/strong&gt; not because it's trendy, but because it powers 43% of the web.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Core:&lt;/strong&gt; PHP 8.3 (for speed).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Frontend:&lt;/strong&gt; React-based UI components injected via Shortcodes.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Mobile:&lt;/strong&gt; TWA (Trusted Web Activity) implementation to wrap the SaaS into a native Android App (.AAB) ready for Google Play.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  From Web to Native (PWA)
&lt;/h2&gt;

&lt;p&gt;The biggest challenge was making it feel like a "Real App" and not just a website.&lt;br&gt;
I implemented a Service Worker that caches the tool logic, allowing offline access. Then, using TWA, I bridged the gap between the WP database and the Android file system.&lt;/p&gt;

&lt;p&gt;Now, the engine generates installable mobile apps directly from the WP Admin panel.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Open Source / Selling the Code?
&lt;/h2&gt;

&lt;p&gt;I believe the "Tools for Makers" market is bigger than the "End User" market right now.&lt;br&gt;
I packaged this entire engine as a plugin. It allows any non-coder to type a prompt (e.g., &lt;em&gt;"Make me a SEO Headline Generator"&lt;/em&gt;) and the engine builds the tool instantly.&lt;/p&gt;

&lt;p&gt;If you are interested in the architecture or want to spin up your own AI SaaS without coding:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;📄 Product Tour &amp;amp; Features:&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://blyxxa.online/blyxxalabs/tanitim/" rel="noopener noreferrer"&gt;https://blyxxa.online/blyxxalabs/tanitim/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🚀 Live App Demo:&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://blyxxa.online/blyxxalabs" rel="noopener noreferrer"&gt;https://blyxxa.online/blyxxalabs&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd love to answer any technical questions about the TWA implementation or the BYOK security logic in the comments!&lt;/p&gt;

</description>
      <category>wordpress</category>
      <category>saas</category>
      <category>ai</category>
      <category>showdev</category>
    </item>
    <item>
      <title>Why I built a "Bring Your Own Key" SaaS Engine on WordPress (100% Margins)</title>
      <dc:creator>Cem Aşkaroğlu</dc:creator>
      <pubDate>Thu, 27 Nov 2025 19:29:41 +0000</pubDate>
      <link>https://forem.com/blyxxa/why-i-built-a-bring-your-own-key-saas-engine-on-wordpress-100-margins-5c3</link>
      <guid>https://forem.com/blyxxa/why-i-built-a-bring-your-own-key-saas-engine-on-wordpress-100-margins-5c3</guid>
      <description>&lt;p&gt;Hi Indie Hackers,&lt;/p&gt;

&lt;p&gt;We all know the "AI Wrapper" boom is happening. But I noticed a fatal flaw in the business model: &lt;strong&gt;API Costs.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you build a wrapper on top of GPT-4 and charge users a flat monthly fee, one viral user can wipe out your profit margins. You are essentially reselling OpenAI's tokens at a markup, which is a race to the bottom.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Pivot: Bring Your Own Key (BYOK)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I decided to flip the model. instead of me paying for the intelligence, why not let the user pay for it directly?&lt;/p&gt;

&lt;p&gt;I spent the last few months building a WordPress engine that allows anyone to launch specialized AI tools where the end-user inputs their own API key.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Math:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Traditional SaaS:&lt;/strong&gt; $20 revenue - $8 API cost = $12 Profit (Risky)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;BYOK SaaS:&lt;/strong&gt; $9 revenue - $0 API cost = $9 Profit (100% Margin, Risk-Free)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Why WordPress?&lt;/strong&gt;&lt;br&gt;
Because it powers 43% of the web. Most "no-code" builders lock you into their ecosystem. WordPress gives you total ownership.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Result: Blyxxa SaaS Engine&lt;/strong&gt;&lt;br&gt;
It's a "Business-in-a-Box" plugin. It handles the prompt logic, the UI, and integrates with Gumroad (as the Merchant of Record) to handle global taxes.&lt;/p&gt;

&lt;p&gt;I'd love to hear your thoughts on the BYOK model. Do you think mass-market users are ready to manage their own API keys, or is this strictly a B2B play?&lt;/p&gt;

&lt;p&gt;Check out the demo here: &lt;a href="https://blyxxa.online/blyxxalabs" rel="noopener noreferrer"&gt;https://blyxxa.online/blyxxalabs&lt;/a&gt;&lt;br&gt;
Product page: &lt;a href="https://blyxxa.gumroad.com/l/BlyxxaSaasEngine" rel="noopener noreferrer"&gt;https://blyxxa.gumroad.com/l/BlyxxaSaasEngine&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Cheers!&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
