<?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: Jakub Mužík</title>
    <description>The latest articles on DEV Community by Jakub Mužík (@cavalinhoxdd).</description>
    <link>https://dev.to/cavalinhoxdd</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%2F3991460%2F798a5349-3548-42e4-bbc9-b05228f3ee60.png</url>
      <title>DEV Community: Jakub Mužík</title>
      <link>https://dev.to/cavalinhoxdd</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cavalinhoxdd"/>
    <language>en</language>
    <item>
      <title>I'm 18 and I built an AI Pomodoro timer that actually forces you to study</title>
      <dc:creator>Jakub Mužík</dc:creator>
      <pubDate>Thu, 18 Jun 2026 20:05:34 +0000</pubDate>
      <link>https://dev.to/cavalinhoxdd/im-18-and-i-built-an-ai-pomodoro-timer-that-actually-forces-you-to-study-2ipo</link>
      <guid>https://dev.to/cavalinhoxdd/im-18-and-i-built-an-ai-pomodoro-timer-that-actually-forces-you-to-study-2ipo</guid>
      <description>&lt;p&gt;Hey everyone! 👋 I'm an 18-year-old student and solo developer. &lt;/p&gt;

&lt;p&gt;Like many of you, I struggle with procrastination. I've tried dozens of Pomodoro timers, but they all have the same fatal flaw: &lt;strong&gt;they only track time, not actual focus.&lt;/strong&gt; You can stare at a wall for 25 minutes, and the app will still congratulate you.&lt;/p&gt;

&lt;p&gt;That felt broken. So, I spent the last few months designing and building &lt;strong&gt;Aurora&lt;/strong&gt; — a desktop Pomodoro app that uses AI to verify if you were actually working and actively kills your selected running processes on your device.&lt;/p&gt;

&lt;h3&gt;
  
  
  🧠 How the AI Evaluation Works
&lt;/h3&gt;

&lt;p&gt;When you start a focus block in Aurora, you tell it what you are studying (e.g., "Web App Architecture" or "Photosynthesis"). &lt;/p&gt;

&lt;p&gt;When the timer rings, instead of just taking a break, Aurora uses the &lt;strong&gt;Gemini 3.1 Flash-Lite API&lt;/strong&gt; to generate a quick, personalized quiz about your topic. You only earn XP and level up if you can prove you actually learned something. It turns studying into a game where you can't cheat the system.&lt;/p&gt;

&lt;h3&gt;
  
  
  🛡️ Hardcore Mode
&lt;/h3&gt;

&lt;p&gt;I also added a "Hardcore Mode" for when my ADHD is really bad. When activated:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;It kills distracting apps (like Discord or Steam).&lt;/li&gt;
&lt;li&gt;You &lt;em&gt;cannot&lt;/em&gt; close the timer or open the blocked apps until the focus time is over. &lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  💻 The Tech Stack
&lt;/h3&gt;

&lt;p&gt;Since I wanted this to feel like a premium, native desktop experience rather than just another website, I chose:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Electron &amp;amp; Vite&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;React &amp;amp; TailwindCSS&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Framer Motion&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Firebase&lt;/strong&gt; (Auth, Firestore for leaderboards, and saving session history)&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Google Gemini API&lt;/strong&gt; (For the AI evaluation)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  💡 What I Learned
&lt;/h3&gt;

&lt;p&gt;Being completely solo on this forced me to wear every hat: UI designer, frontend dev, backend architect, and now... marketer. Getting the Electron IPC (Inter-Process Communication) to securely handle OAuth and deep linking was probably the hardest technical challenge.&lt;/p&gt;

&lt;h3&gt;
  
  
  Let me know what you think!
&lt;/h3&gt;

&lt;p&gt;I just launched Aurora in an alpha release, and I'm super nervous but excited to get feedback from other developers. &lt;/p&gt;

&lt;p&gt;If you want to check it out or roast my UI design, you can find it here:&lt;br&gt;
👉 &lt;strong&gt;[&lt;a href="https://stayaurora.dev" rel="noopener noreferrer"&gt;https://stayaurora.dev&lt;/a&gt;]&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you have any questions about the architecture, how I integrated Gemini, or how was my experience with first time using electron, ask away in the comments! &lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>productivity</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
