<?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: Evan Peters</title>
    <description>The latest articles on DEV Community by Evan Peters (@evan_peters_74e5bf7f08ce3).</description>
    <link>https://dev.to/evan_peters_74e5bf7f08ce3</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%2F3769285%2Fe6ffcab4-4816-44fe-87da-7b4c4a09f852.png</url>
      <title>DEV Community: Evan Peters</title>
      <link>https://dev.to/evan_peters_74e5bf7f08ce3</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/evan_peters_74e5bf7f08ce3"/>
    <language>en</language>
    <item>
      <title>Visualizing the "Invisible" Cost of AI and Everyday Living: Why I built CostOfLivin.org</title>
      <dc:creator>Evan Peters</dc:creator>
      <pubDate>Thu, 12 Feb 2026 16:41:34 +0000</pubDate>
      <link>https://dev.to/evan_peters_74e5bf7f08ce3/visualizing-the-invisible-cost-of-ai-and-everyday-living-why-i-built-costoflivinorg-2670</link>
      <guid>https://dev.to/evan_peters_74e5bf7f08ce3/visualizing-the-invisible-cost-of-ai-and-everyday-living-why-i-built-costoflivinorg-2670</guid>
      <description>&lt;p&gt;As a student, I noticed a huge gap between "saving money" and "understanding usage." We know AI queries use energy, and we know 20-minute showers use water—but how much do they actually cost in 2026 dollars?&lt;/p&gt;

&lt;p&gt;I built &lt;a href="https://costoflivin.org/" rel="noopener noreferrer"&gt;CostOfLivin.org&lt;/a&gt; to turn abstract energy data into real-world receipts.&lt;/p&gt;

&lt;p&gt;The Tech Stack:&lt;br&gt;
I wanted the site to be blazing fast and privacy-first (no database, no tracking).&lt;/p&gt;

&lt;p&gt;Framework: React + Vite (for that instant dev loop)&lt;/p&gt;

&lt;p&gt;Styling: Tailwind CSS (minimalist, and like a "google" aesthetic)&lt;/p&gt;

&lt;p&gt;Icons: Lucide React&lt;/p&gt;

&lt;p&gt;Hosting: Netlify&lt;/p&gt;

&lt;p&gt;The Challenges &lt;br&gt;
One of the biggest hurdles wasn't the code—it was the SEO. I recently discovered Google was ignoring the site because of a "ghost" noindex tag.&lt;/p&gt;

&lt;p&gt;What I learned: Even if your index.html is clean, platforms like Netlify that I'm using can inject X-Robots-Tag: noindex headers on preview branches or specific subdomains. I had to audit my HTTP headers to ensure the "production" version was actually indexable.&lt;/p&gt;

&lt;p&gt;What’s Next? &lt;br&gt;
I’m looking to add:&lt;/p&gt;

&lt;p&gt;State-by-state utility rates (since NYSEG hikes are wild in my state right now).&lt;/p&gt;

&lt;p&gt;Vampire power presets for common dorm/apartment setups.&lt;/p&gt;

&lt;p&gt;I’d love to hear your thoughts on the UI or any other "invisible" tech costs I should include!&lt;/p&gt;

&lt;p&gt;Check it out here: &lt;a href="https://costoflivin.org" rel="noopener noreferrer"&gt;https://costoflivin.org/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>javascript</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
