<?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: Kanika Bhatt</title>
    <description>The latest articles on DEV Community by Kanika Bhatt (@kanikabhatt).</description>
    <link>https://dev.to/kanikabhatt</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%2F3095828%2F31f00d8e-49aa-4854-b922-52f06054bc51.jpg</url>
      <title>DEV Community: Kanika Bhatt</title>
      <link>https://dev.to/kanikabhatt</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kanikabhatt"/>
    <language>en</language>
    <item>
      <title>I built GoStudio.ai solo from a small Indian town — now reaching $1K</title>
      <dc:creator>Kanika Bhatt</dc:creator>
      <pubDate>Sun, 13 Jul 2025 15:33:32 +0000</pubDate>
      <link>https://dev.to/kanikabhatt/i-built-gostudioai-solo-from-a-small-indian-town-now-reaching-1k-442f</link>
      <guid>https://dev.to/kanikabhatt/i-built-gostudioai-solo-from-a-small-indian-town-now-reaching-1k-442f</guid>
      <description>&lt;p&gt;Hey devs 👋&lt;/p&gt;

&lt;p&gt;I'm Kanika, a solo founder from Chandigarh, India (tier-3 city) and I launched &lt;a href="https://www.gostudio.ai" rel="noopener noreferrer"&gt;GoStudio.ai&lt;/a&gt; in Jan’25. It’s an AI-powered platform that lets users generate professional, studio-quality headshots from their own selfies.&lt;/p&gt;

&lt;p&gt;No DSLR. No makeup. No expensive photographers. Just a model trained on your photos.&lt;/p&gt;

&lt;h3&gt;
  
  
  Why I built it
&lt;/h3&gt;

&lt;p&gt;After two unpaid internships, zero job offers, and rejections from dozens of companies, I realized people often get judged by their LinkedIn or resume photos. I couldn’t afford a professional shoot. So, I built one using AI — for myself and then for others like me.&lt;/p&gt;

&lt;p&gt;As of July’25, GoStudio.ai is doing ~\$1000/month in revenue. 100% bootstrapped. All growth is organic (mostly through LinkedIn so far).&lt;/p&gt;




&lt;h3&gt;
  
  
  The Tech Stack
&lt;/h3&gt;

&lt;p&gt;This is how I built and shipped it solo:&lt;/p&gt;

&lt;h4&gt;
  
  
  Hosting / Infra
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Vercel&lt;/strong&gt; – for deploying the frontend and serverless functions.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;BunnyCDN&lt;/strong&gt; – to store and serve image assets fast globally.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Upstash Redis&lt;/strong&gt; – for queuing, caching, and rate-limiting.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Backend
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Supabase&lt;/strong&gt; – for Postgres DB + Auth (email login + token-based flows).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fal &amp;amp; Replicate&lt;/strong&gt; – used both at different times for model training and inference. Some tweaks for getting the best quality - then betterpic or headshotpro&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;FastAPI&lt;/strong&gt; – backend API to manage user uploads, queue training, and serve predictions.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Frontend
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Next.js&lt;/strong&gt; – full-stack React.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tailwind CSS&lt;/strong&gt; – clean UI.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;ShadCN UI&lt;/strong&gt; – for form components, modals, tabs, etc.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Analytics + SEO
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;PostHog&lt;/strong&gt; – for product analytics and funnels.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Google Search Console / Ahrefs&lt;/strong&gt; – for tracking SEO (still early days).&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  Growth &amp;amp; Challenges
&lt;/h3&gt;

&lt;h4&gt;
  
  
  What’s working:
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Cold DMs + daily LinkedIn posts helped me find early users.&lt;/li&gt;
&lt;li&gt;Word of mouth is picking up — especially among freelancers, coaches, and job-seekers.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Still figuring out:
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Scaling to new growth channels (thinking: YouTube shorts, affiliate programs, and maybe Reddit).&lt;/li&gt;
&lt;li&gt;Better model quality at low compute cost.&lt;/li&gt;
&lt;li&gt;Handling feature requests with limited dev time 😅&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  What's next
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Team/couple headshots&lt;/li&gt;
&lt;li&gt;Localised pricing for small countries&lt;/li&gt;
&lt;li&gt;Mobile support (so many people asked!)&lt;/li&gt;
&lt;li&gt;Launch on ProductHunt etc&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  Lessons so far
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;You don’t need a big city or a big team to build something real.&lt;/li&gt;
&lt;li&gt;Customers care more about quality + trust than about your backend stack.&lt;/li&gt;
&lt;li&gt;Consistency on social &amp;gt; waiting for perfect launch&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Thanks for reading. Feel free to check out &lt;a href="https://www.gostudio.ai" rel="noopener noreferrer"&gt;GoStudio.ai&lt;/a&gt; and let me know what you think 🙏&lt;/p&gt;

&lt;p&gt;DMs open on LinkedIn - &lt;a href="https://www.linkedin.com/in/kanika-bhatt-gs/" rel="noopener noreferrer"&gt;Kanika Bhatt&lt;/a&gt; or drop a comment here if you have feedback or questions!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>javascript</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
