<?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: Nancy Kayode</title>
    <description>The latest articles on Forem by Nancy Kayode (@nancy_kayode_0fcca679b3f6).</description>
    <link>https://forem.com/nancy_kayode_0fcca679b3f6</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%2F3813627%2F79aa9367-d0eb-4d5d-89bc-ef7a4a653ede.png</url>
      <title>Forem: Nancy Kayode</title>
      <link>https://forem.com/nancy_kayode_0fcca679b3f6</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/nancy_kayode_0fcca679b3f6"/>
    <language>en</language>
    <item>
      <title>🚀 Built a Voice AI SaaS Platform — Selling the Codebase ($2,500)</title>
      <dc:creator>Nancy Kayode</dc:creator>
      <pubDate>Thu, 12 Mar 2026 04:09:38 +0000</pubDate>
      <link>https://forem.com/nancy_kayode_0fcca679b3f6/built-a-voice-ai-saas-platform-selling-the-codebase-2500-33ol</link>
      <guid>https://forem.com/nancy_kayode_0fcca679b3f6/built-a-voice-ai-saas-platform-selling-the-codebase-2500-33ol</guid>
      <description>&lt;p&gt;🚀 Built a Voice AI SaaS Platform — Selling the Codebase ($2,500)&lt;/p&gt;

&lt;p&gt;Over the past weeks I built a &lt;strong&gt;Voice AI SaaS platform&lt;/strong&gt; that can answer phone calls, book appointments, and track call analytics through a dashboard.&lt;/p&gt;

&lt;p&gt;I’m selling the &lt;strong&gt;entire codebase for $2,500&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Live demo:&lt;br&gt;
&lt;a href="https://talkflowai-taupe.vercel.app/" rel="noopener noreferrer"&gt;https://talkflowai-taupe.vercel.app/&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;🧠 &lt;strong&gt;What it does&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;• AI answers phone calls&lt;br&gt;
• Appointment booking automation&lt;br&gt;
• SMS follow-ups&lt;br&gt;
• Call analytics dashboard&lt;br&gt;
• Usage tracking &amp;amp; billing&lt;/p&gt;




&lt;p&gt;⚙️ &lt;strong&gt;Tech Stack&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;• Next.js dashboard (App Router)&lt;br&gt;
• Node.js backend API&lt;br&gt;
• Python AI voice agents&lt;br&gt;
• LiveKit telephony&lt;br&gt;
• Stripe subscriptions&lt;br&gt;
• Docker deployment&lt;br&gt;
• Kubernetes manifests&lt;br&gt;
• Prometheus + Grafana monitoring&lt;/p&gt;




&lt;p&gt;📦 &lt;strong&gt;Project structure&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This is a &lt;strong&gt;138-file production codebase&lt;/strong&gt; organized as a Turborepo monorepo:&lt;/p&gt;

&lt;p&gt;• &lt;code&gt;apps/dashboard&lt;/code&gt; → Next.js SaaS dashboard&lt;br&gt;
• &lt;code&gt;apps/api&lt;/code&gt; → backend services&lt;br&gt;
• &lt;code&gt;agents/&lt;/code&gt; → Python voice AI pipeline&lt;br&gt;
• &lt;code&gt;packages/ui&lt;/code&gt; → shared UI components&lt;br&gt;
• &lt;code&gt;infra/&lt;/code&gt; → deployment + monitoring configs&lt;/p&gt;




&lt;p&gt;💡 &lt;strong&gt;Good for&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;• AI automation agencies&lt;br&gt;
• developers launching voice startups&lt;br&gt;
• SaaS founders who want a fast start&lt;br&gt;
• builders experimenting with AI agents&lt;/p&gt;




&lt;p&gt;💰 &lt;strong&gt;Price:&lt;/strong&gt; $2,500&lt;/p&gt;

&lt;p&gt;Includes full codebase + deployment setup.&lt;/p&gt;

&lt;p&gt;DM if interested or if you want more technical details.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>node</category>
      <category>devops</category>
    </item>
    <item>
      <title>Launch Your Own AI Resume Optimizer SaaS (Next.js + Supabase + Stripe)</title>
      <dc:creator>Nancy Kayode</dc:creator>
      <pubDate>Mon, 09 Mar 2026 17:33:42 +0000</pubDate>
      <link>https://forem.com/nancy_kayode_0fcca679b3f6/launch-your-own-ai-resume-optimizer-saas-nextjs-supabase-stripe-39i7</link>
      <guid>https://forem.com/nancy_kayode_0fcca679b3f6/launch-your-own-ai-resume-optimizer-saas-nextjs-supabase-stripe-39i7</guid>
      <description>&lt;p&gt;Just finished building a &lt;strong&gt;full AI Resume Optimizer SaaS kit&lt;/strong&gt; and decided to make it available for developers who want to launch quickly.&lt;/p&gt;

&lt;p&gt;The idea is simple:&lt;/p&gt;

&lt;p&gt;Upload a resume → paste a job description → AI analyzes the match and generates an optimized resume to improve ATS compatibility.&lt;/p&gt;

&lt;p&gt;Built with a modern SaaS stack:&lt;/p&gt;

&lt;p&gt;• Next.js (App Router)&lt;br&gt;
• Supabase (Auth + Database)&lt;br&gt;
• Stripe checkout integration&lt;br&gt;
• AI resume analysis API&lt;br&gt;
• Vercel deployment ready&lt;/p&gt;

&lt;p&gt;It’s not just a UI template — it includes:&lt;/p&gt;

&lt;p&gt;• working API routes&lt;br&gt;
• Supabase schema&lt;br&gt;
• Stripe checkout flow&lt;br&gt;
• environment setup&lt;br&gt;
• deployment guide&lt;/p&gt;

&lt;p&gt;Live demo 👇&lt;br&gt;
&lt;a href="https://resume-ai-demo.vercel.app/" rel="noopener noreferrer"&gt;https://resume-ai-demo.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you're a developer who wants to &lt;strong&gt;launch a resume AI SaaS quickly&lt;/strong&gt;, this kit saves a lot of setup time.&lt;/p&gt;

&lt;p&gt;DM me if you're interested in the &lt;strong&gt;full SaaS kit&lt;/strong&gt;.&lt;/p&gt;

&lt;h1&gt;
  
  
  buildinpublic #indiehackers #saas #nextjs #ai #webdev
&lt;/h1&gt;

</description>
      <category>webdev</category>
      <category>microservices</category>
      <category>saas</category>
      <category>ai</category>
    </item>
    <item>
      <title>I Built a Crypto Tax SaaS Prototype — Now I'm Deciding What to Do With It #buildinpublic #saas #webdev #crypto #indiehackers</title>
      <dc:creator>Nancy Kayode</dc:creator>
      <pubDate>Mon, 09 Mar 2026 01:18:05 +0000</pubDate>
      <link>https://forem.com/nancy_kayode_0fcca679b3f6/i-built-a-crypto-tax-saas-prototype-now-im-deciding-what-to-do-with-it-buildinpublic-saas-4clo</link>
      <guid>https://forem.com/nancy_kayode_0fcca679b3f6/i-built-a-crypto-tax-saas-prototype-now-im-deciding-what-to-do-with-it-buildinpublic-saas-4clo</guid>
      <description>&lt;p&gt;I Built a Crypto Tax SaaS Prototype — Now Deciding What to Do With It&lt;/p&gt;

&lt;p&gt;Over the last few months, I worked on a small side project: a crypto tax reporting SaaS for traders.&lt;/p&gt;

&lt;p&gt;The original idea came from seeing how messy it can be to calculate gains and losses when trades are spread across multiple exchanges.&lt;/p&gt;

&lt;p&gt;So I built a simple prototype that can:&lt;/p&gt;

&lt;p&gt;• Import trade history from 9 exchanges&lt;br&gt;
• Process CSV transaction data&lt;br&gt;
• Automatically classify short and long-term gains&lt;br&gt;
• Generate accountant-ready reports&lt;br&gt;
• Provide a minimal dashboard to review transactions&lt;/p&gt;

&lt;p&gt;The focus was mostly on building a clean data pipeline and a simple interface for reviewing transactions.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Learned Building It
&lt;/h2&gt;

&lt;p&gt;A few interesting challenges came up during development:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Exchange data formats are inconsistent**&lt;br&gt;
Every platform exports different CSV structures, which required normalization before processing.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Transaction classification logic matters**&lt;br&gt;
Handling gains/losses correctly requires careful handling of timestamps and asset conversions.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Simplicity is underrated**&lt;br&gt;
A basic dashboard with clear summaries turned out to be more useful than complex analytics.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The Current Situation&lt;/p&gt;

&lt;p&gt;The prototype works and processes trade history correctly.&lt;/p&gt;

&lt;p&gt;But like many side projects, I'm at the classic crossroads:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Continue developing it into a full SaaS product&lt;/li&gt;
&lt;li&gt;Open source parts of it&lt;/li&gt;
&lt;li&gt;Or pass the project to another builder interested in the space&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Curious About Other Builders’ Experiences
&lt;/h2&gt;

&lt;p&gt;For developers who have built fintech or crypto tools:&lt;/p&gt;

&lt;p&gt;Would you keep building a niche SaaS like this, or move on to the next project?&lt;/p&gt;

&lt;p&gt;I'm always interested in hearing how other builders decide which projects to double down on.&lt;/p&gt;

&lt;h1&gt;
  
  
  buildinpublic #saas #webdev #crypto #indiehackers
&lt;/h1&gt;

</description>
      <category>buildinpublic</category>
      <category>cryptocurrency</category>
      <category>saas</category>
      <category>sideprojects</category>
    </item>
  </channel>
</rss>
