<?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: Bartosz Kwiatkowski</title>
    <description>The latest articles on Forem by Bartosz Kwiatkowski (@xheler).</description>
    <link>https://forem.com/xheler</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%2F1031111%2Fb7c8cbf1-2453-40f3-a4c4-a2dd89dad620.jpeg</url>
      <title>Forem: Bartosz Kwiatkowski</title>
      <link>https://forem.com/xheler</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/xheler"/>
    <language>en</language>
    <item>
      <title>How I Cut My Startup Hosting Cost by 94% (From $31 $1.7/month)</title>
      <dc:creator>Bartosz Kwiatkowski</dc:creator>
      <pubDate>Wed, 21 Jan 2026 23:41:14 +0000</pubDate>
      <link>https://forem.com/xheler/how-i-cut-my-startup-hosting-cost-by-94-from-31-17month-2n2g</link>
      <guid>https://forem.com/xheler/how-i-cut-my-startup-hosting-cost-by-94-from-31-17month-2n2g</guid>
      <description>&lt;p&gt;Most startups overspend on infrastructure long before they have meaningful traction.&lt;br&gt;&lt;br&gt;
I made the same mistake—until I redesigned my hosting stack from the ground up.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem: Hidden Costs Add Up Fast
&lt;/h2&gt;

&lt;p&gt;A typical early-stage setup (Vercel Pro + common SaaS tooling) looks convenient, but the costs stack quickly:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Per-developer pricing ($20/month per seat)&lt;/li&gt;
&lt;li&gt;Paid analytics and monitoring&lt;/li&gt;
&lt;li&gt;Bandwidth and serverless overages&lt;/li&gt;
&lt;li&gt;Multiple third-party services glued together&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Result:&lt;/strong&gt; ~$31/month, even with very low traffic.&lt;/p&gt;

&lt;p&gt;Full documentation and ready repository &lt;a href="https://saasplosion.me/" rel="noopener noreferrer"&gt;https://saasplosion.me/&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  The Solution: A Lean, Usage-Based Stack
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Move from Vercel to AWS Amplify Gen 2
&lt;/h3&gt;

&lt;p&gt;AWS Amplify Gen 2 eliminates per-seat pricing and charges purely based on usage.&lt;/p&gt;

&lt;p&gt;It includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;CDN (CloudFront)&lt;/li&gt;
&lt;li&gt;Serverless functions (Lambda)&lt;/li&gt;
&lt;li&gt;Static hosting (S3)&lt;/li&gt;
&lt;li&gt;Domain and routing (Route 53)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You pay only for what you actually consume.&lt;/p&gt;




&lt;h3&gt;
  
  
  2. Replace Paid Analytics with Umami (Free Tier)
&lt;/h3&gt;

&lt;p&gt;Instead of paying $10+ per month for analytics:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;I switched to Umami Cloud (free tier)&lt;/li&gt;
&lt;li&gt;Still get page views and performance insights&lt;/li&gt;
&lt;li&gt;No vendor lock-in, no event-based billing surprises&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  3. Use DynamoDB On-Demand Instead of Fixed Database Plans
&lt;/h3&gt;

&lt;p&gt;Managed database plans often charge a flat monthly fee regardless of usage.&lt;/p&gt;

&lt;p&gt;With DynamoDB on-demand:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;No base cost&lt;/li&gt;
&lt;li&gt;~$0.15 per million operations&lt;/li&gt;
&lt;li&gt;Scales automatically with real traffic&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For early-stage products, this is dramatically cheaper.&lt;/p&gt;




&lt;h3&gt;
  
  
  4. Start with a Prebuilt AWS-Powered SaaS Template
&lt;/h3&gt;

&lt;p&gt;Instead of building everything from scratch, I used a production-ready SaaS template that includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Authentication (AWS Cognito)&lt;/li&gt;
&lt;li&gt;Payments (Stripe)&lt;/li&gt;
&lt;li&gt;Deployment (Amplify Gen 2)&lt;/li&gt;
&lt;li&gt;Analytics setup&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This reduced time-to-launch from &lt;strong&gt;weeks to one day&lt;/strong&gt; and eliminated unnecessary engineering cost.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Results
&lt;/h2&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%2Frrq7fi0qopr75pyf1yo1.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%2Frrq7fi0qopr75pyf1yo1.png" alt=" " width="800" height="386"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;With &lt;strong&gt;AWS Activate credits ($1,000)&lt;/strong&gt;, hosting costs can be effectively zero for up to two years.&lt;/p&gt;




&lt;p&gt;The full setup how i made it with the whole documentation and other featueres is describe on &lt;a href="https://saasplosion.me/" rel="noopener noreferrer"&gt;https://saasplosion.me/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
      <category>startup</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
