<?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: Ashith Fernandes</title>
    <description>The latest articles on DEV Community by Ashith Fernandes (@spideyashith).</description>
    <link>https://dev.to/spideyashith</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4015326%2F26bdc4cd-3382-4bb4-9a27-881092ef3c1f.jpg</url>
      <title>DEV Community: Ashith Fernandes</title>
      <link>https://dev.to/spideyashith</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/spideyashith"/>
    <language>en</language>
    <item>
      <title>Obsession Tracker: An AI That Tells You How Obsessed You Really Are</title>
      <dc:creator>Ashith Fernandes</dc:creator>
      <pubDate>Fri, 10 Jul 2026 11:00:47 +0000</pubDate>
      <link>https://dev.to/spideyashith/obsession-tracker-an-ai-that-tells-you-how-obsessed-you-really-are-4fi5</link>
      <guid>https://dev.to/spideyashith/obsession-tracker-an-ai-that-tells-you-how-obsessed-you-really-are-4fi5</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/weekend-2026-07-09"&gt;Weekend Challenge: Passion Edition&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;Obsession Tracker is a small AI agent that reads your day's work log — a commit message, a rant about a bug, a quick note about what you built — and tells you how obsessed you actually were. It scores your "passion level," gives you a witty one-line verdict, tags the type of grind (debugging, deploying, learning, whatever it was), and tracks it over time in a history chart.&lt;/p&gt;

&lt;p&gt;The challenge prompt talked about "the love that fuels late-night side projects." I didn't have to invent that — I'm living it. Over the last few months I've debugged a structured-output integration until 2am, fought CORS errors deploying a backend to free hosting, and rebuilt a browser automation agent's logic from scratch after a library update broke it. None of that is glamorous. Most of it is staring at an error message for three hours. But it's exactly what the theme is about — the obsession that keeps you at the keyboard past the point where it's reasonable.&lt;/p&gt;

&lt;p&gt;So I built the tool I wish I'd had this whole time: something that reflects that grind back at you instead of letting it disappear into a commit history nobody looks at twice.&lt;/p&gt;

&lt;p&gt;My intended goal was to keep it dead simple — one input, one AI call, one score — so the "obsession" itself stays the star, not the app around it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;Live app: &lt;a href="https://dev-challenge-obsession-tracker.vercel.app/" rel="noopener noreferrer"&gt;https://dev-challenge-obsession-tracker.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Video : &lt;a href="https://streamable.com/9uao3j" rel="noopener noreferrer"&gt;https://streamable.com/9uao3j&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You paste or type a quick log entry, hit Analyze, and Google's Gemini API (&lt;code&gt;gemini-flash-lite-latest&lt;/code&gt;) returns a Passion Score (0-100), a one-line verdict, and a category tag. Entries are saved locally, and a running chart shows your passion trend over time. I seeded it with real entries from my own recent projects, so the history isn't hypothetical — it's a log of actual chaos.&lt;/p&gt;

&lt;h2&gt;
  
  
  Code
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/spideyashith/dev-challenge.git" rel="noopener noreferrer"&gt;https://github.com/spideyashith/dev-challenge.git&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Built with Next.js + Tailwind CSS on the frontend, Google's Gemini API for passion analysis (structured JSON output via &lt;code&gt;responseMimeType: "application/json"&lt;/code&gt;), and browser localStorage for persistence — no backend database needed. Charts via Recharts. Deployed free on Vercel.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>weekendchallenge</category>
      <category>googleaichallenge</category>
    </item>
  </channel>
</rss>
