<?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: jaysid97</title>
    <description>The latest articles on DEV Community by jaysid97 (@jaysid97).</description>
    <link>https://dev.to/jaysid97</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%2F3645845%2Fd9725601-8733-4d5b-9092-a49e068f18c8.jpeg</url>
      <title>DEV Community: jaysid97</title>
      <link>https://dev.to/jaysid97</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jaysid97"/>
    <language>en</language>
    <item>
      <title>EcoTwin: An AI Climate Coach for Real-World Emissions Cuts</title>
      <dc:creator>jaysid97</dc:creator>
      <pubDate>Mon, 20 Apr 2026 13:21:08 +0000</pubDate>
      <link>https://dev.to/jaysid97/ecotwin-an-ai-climate-coach-for-real-world-emissions-cuts-4dk7</link>
      <guid>https://dev.to/jaysid97/ecotwin-an-ai-climate-coach-for-real-world-emissions-cuts-4dk7</guid>
      <description>&lt;p&gt;What I Built&lt;br&gt;
EcoTwin is a personalized climate action coach that turns a few everyday inputs, like commute habits, food choices, home energy use, and travel frequency, into a practical action plan with estimated annual CO2e savings.&lt;/p&gt;

&lt;p&gt;The goal was to build something useful immediately. Instead of giving users a generic sustainability lecture, EcoTwin acts like a climate twin: it estimates a baseline footprint, then recommends the highest-impact changes first.&lt;/p&gt;

&lt;p&gt;Users get:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A baseline annual footprint estimate&lt;/li&gt;
&lt;li&gt;A personalized set of top climate actions&lt;/li&gt;
&lt;li&gt;Projected annual CO2e savings&lt;/li&gt;
&lt;li&gt;A concise AI coaching summary powered by Gemini (with fallback if key is unavailable)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Demo&lt;br&gt;
Live demo: &lt;a href="https://ready-lamps-poke.loca.lt" rel="noopener noreferrer"&gt;https://ready-lamps-poke.loca.lt&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Quick walkthrough:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Open the app&lt;/li&gt;
&lt;li&gt;Enter a city and lifestyle inputs&lt;/li&gt;
&lt;li&gt;Click Generate My Climate Plan&lt;/li&gt;
&lt;li&gt;Review before/after footprint and recommended actions&lt;/li&gt;
&lt;li&gt;Read the AI coach summary&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Code&lt;br&gt;
Source code is in the project folder:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Backend: Flask API for scoring, recommendations, and AI summary&lt;/li&gt;
&lt;li&gt;Frontend: HTML/CSS/JS dashboard with interactive results&lt;/li&gt;
&lt;li&gt;Data: Curated action library with estimated CO2e savings&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Core implementation highlights:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Transparent footprint estimation model&lt;/li&gt;
&lt;li&gt;Rule-based personalization of actions by user profile&lt;/li&gt;
&lt;li&gt;Gemini API integration for natural-language coaching&lt;/li&gt;
&lt;li&gt;Stable local fallback summary for reliability&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;How I Built It&lt;br&gt;
I built EcoTwin as a focused full-stack Flask app to keep the product easy to run, easy to demo, and easy to judge.&lt;/p&gt;

&lt;p&gt;Architecture flow:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Frontend collects a lightweight user profile&lt;/li&gt;
&lt;li&gt;Backend computes annual baseline emissions&lt;/li&gt;
&lt;li&gt;Action library is filtered by relevance and sorted by impact&lt;/li&gt;
&lt;li&gt;App calculates projected reductions and renders before/after metrics&lt;/li&gt;
&lt;li&gt;Gemini generates a short personalized coaching summary&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Design decisions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Kept input friction low so users can get value in seconds&lt;/li&gt;
&lt;li&gt;Prioritized practical behavior-change suggestions over abstract climate theory&lt;/li&gt;
&lt;li&gt;Added clear before/after visuals to make impact tangible during a live demo&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Prize Categories&lt;br&gt;
This submission is for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Best use of Google Gemini&lt;/li&gt;
&lt;li&gt;Best use of GitHub Copilot&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Team&lt;br&gt;
Solo submission.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>weekendchallenge</category>
      <category>ai</category>
      <category>earthday</category>
    </item>
  </channel>
</rss>
