<?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: Chris Vogt</title>
    <description>The latest articles on DEV Community by Chris Vogt (@chrisvogt).</description>
    <link>https://dev.to/chrisvogt</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%2F97498%2Fda97b55a-eb91-48cd-b9e3-0ce94d7f74c7.jpeg</url>
      <title>DEV Community: Chris Vogt</title>
      <link>https://dev.to/chrisvogt</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/chrisvogt"/>
    <language>en</language>
    <item>
      <title>How I Run My Blog for Less Than $2 a Month</title>
      <dc:creator>Chris Vogt</dc:creator>
      <pubDate>Wed, 25 Jun 2025 00:43:29 +0000</pubDate>
      <link>https://dev.to/chrisvogt/how-i-run-my-blog-for-less-than-2-a-month-305a</link>
      <guid>https://dev.to/chrisvogt/how-i-run-my-blog-for-less-than-2-a-month-305a</guid>
      <description>&lt;p&gt;My personal website, &lt;a href="http://www.chrisvogt.me" rel="noopener noreferrer"&gt;www.chrisvogt.me&lt;/a&gt;, currently costs me &lt;strong&gt;$1.79 per month&lt;/strong&gt; to keep online. If you include my personal email account, I spend &lt;strong&gt;$8.99&lt;/strong&gt; to maintain my online presence. Here's a breakdown of the costs:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Service&lt;/th&gt;
&lt;th&gt;Cost (Monthly)&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Firebase &amp;amp; Google Cloud&lt;/td&gt;
&lt;td&gt;$0.12&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Netlify&lt;/td&gt;
&lt;td&gt;$0.00 (Free)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Imgix&lt;/td&gt;
&lt;td&gt;$0.00 (Free)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Cloudinary&lt;/td&gt;
&lt;td&gt;$0.00 (Free)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Google Workspace (Email)&lt;/td&gt;
&lt;td&gt;$7.20&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Uptime Robot&lt;/td&gt;
&lt;td&gt;$0.00 (Free)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;SquareSpace (Domain Registration)&lt;/td&gt;
&lt;td&gt;$1.67&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Codecov&lt;/td&gt;
&lt;td&gt;$0.00 (Free)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Total Website Costs&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$1.79&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Total Including Email&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$8.99&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h2&gt;
  
  
  Service Breakdown
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Firebase &amp;amp; Google Cloud:&lt;/strong&gt; These provide backend infrastructure including databases, auth, and serverless functions. Most of the $0.12 comes from Cloud Scheduler jobs, Cloud Storage, and minimal Cloud Function CPU time.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Netlify:&lt;/strong&gt; Handles hosting, SSL, and DNS. I’m using ~1.5GB of bandwidth/month on the free tier.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Imgix &amp;amp; Cloudinary:&lt;/strong&gt; Both serve optimized images—Imgix has 37 origin images; Cloudinary stores 228MB and delivers 5.3GB/month.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Google Workspace:&lt;/strong&gt; My professional email provider—$7.20/month.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Uptime Robot:&lt;/strong&gt; Free uptime monitoring and alerts.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;SquareSpace:&lt;/strong&gt; My domain registrar—$20/year (~$1.67/month).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Codecov:&lt;/strong&gt; Free code coverage reporting for my open-source projects.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  A Comment on Redundancy
&lt;/h2&gt;

&lt;p&gt;Yes, I know I'm using multiple services for similar things. My website is a digital garden and my personal sandbox. I enjoy trying tools in real-world conditions. Over time, I’ll likely consolidate services down to my favorites.&lt;/p&gt;

&lt;p&gt;I built the entire site by hand, including a Firebase-powered backing service behind a GatsbyJS frontend. It's incredible how affordable a full-featured, professional website can be these days with a bit of intention and resource management.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://www.chrisvogt.me/meta/2024-my-website-costs/" rel="noopener noreferrer"&gt;chrisvogt.me&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>gatsby</category>
      <category>react</category>
      <category>blogging</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
