<?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: Ashutosh Swamy</title>
    <description>The latest articles on DEV Community by Ashutosh Swamy (@ashutoshswamy).</description>
    <link>https://dev.to/ashutoshswamy</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%2F3942981%2F60e67dcb-fcd1-4b78-b1d4-f48870be9b18.jpg</url>
      <title>DEV Community: Ashutosh Swamy</title>
      <link>https://dev.to/ashutoshswamy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ashutoshswamy"/>
    <language>en</language>
    <item>
      <title>I Built a Habit Tracker That Actually Made Me Want to Use It</title>
      <dc:creator>Ashutosh Swamy</dc:creator>
      <pubDate>Thu, 21 May 2026 05:36:12 +0000</pubDate>
      <link>https://dev.to/ashutoshswamy/i-built-a-habit-tracker-that-actually-made-me-want-to-use-it-3ijc</link>
      <guid>https://dev.to/ashutoshswamy/i-built-a-habit-tracker-that-actually-made-me-want-to-use-it-3ijc</guid>
      <description>&lt;p&gt;Most productivity apps I've tried have one thing in common: they're exhausting to look at.&lt;/p&gt;

&lt;p&gt;Too many features. Too many tabs. Too many "just set up this workflow and you'll be productive in no time" promises. After a week I'd stop opening them, and then feel guilty every time I saw the app icon.&lt;/p&gt;

&lt;p&gt;So I built &lt;a href="https://improveyou.in" rel="noopener noreferrer"&gt;Improve You&lt;/a&gt; — a ruthlessly minimal daily habit tracker with a built-in Pomodoro focus timer. No task lists. No project boards. Just your core habits and a timer to actually do the work.&lt;/p&gt;

&lt;p&gt;Here's what I learned building it.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Problem I Was Solving (For Myself)
&lt;/h2&gt;

&lt;p&gt;I didn't want to track &lt;em&gt;everything&lt;/em&gt;. I wanted to track the &lt;strong&gt;5 things&lt;/strong&gt; that, if I do them every single day, compound into a radically better version of me over a year.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Drink 2L water&lt;/li&gt;
&lt;li&gt;Read 20 pages&lt;/li&gt;
&lt;li&gt;Work out 45 minutes&lt;/li&gt;
&lt;li&gt;2 hours of deep work&lt;/li&gt;
&lt;li&gt;Whatever else matters to you&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That's it. No backlog. No overdue tasks. Every morning the slate resets automatically, like a daily ledger. You either did the work or you didn't. No excuses.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Features That Actually Mattered
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Persistent Core Habits
&lt;/h3&gt;

&lt;p&gt;Habits live at the identity level. You set them once, and they appear every morning without you doing anything. No creating a new "task" every day. The system respects that these habits are &lt;em&gt;who you are&lt;/em&gt;, not items on a to-do list.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Deep Work Focus Mode
&lt;/h3&gt;

&lt;p&gt;A fullscreen Pomodoro timer that strips away every distraction. When you enter Focus Mode, nothing else exists. The hours you log here are tracked separately — so you can actually see how much &lt;em&gt;real&lt;/em&gt; work you're doing versus how much you're just &lt;em&gt;busy&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;This was the feature I personally needed most. It's one thing to check off "deep work" as a habit. It's another to see that you only actually focused for 40 minutes today instead of the 2 hours you told yourself you'd do.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. XP, Levels &amp;amp; Streaks
&lt;/h3&gt;

&lt;p&gt;I know, gamification gets a bad rap. But here's the thing — it &lt;em&gt;works&lt;/em&gt; on me.&lt;/p&gt;

&lt;p&gt;Every completed habit earns XP. Every minute in focus mode earns XP. You level up. You unlock badges. You have a streak to protect.&lt;/p&gt;

&lt;p&gt;The streak psychology is real. "Don't break the chain" is one of the most powerful motivators for daily behavior. The app leans into it hard.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Global Leaderboard (Pro)
&lt;/h3&gt;

&lt;p&gt;This one surprised me — seeing your name on a leaderboard next to other people who are also grinding daily habits is oddly motivating. It makes discipline feel like a team sport.&lt;/p&gt;




&lt;h2&gt;
  
  
  What I Intentionally Left Out
&lt;/h2&gt;

&lt;p&gt;No subtasks. No priority levels. No "snooze until tomorrow." No recurring task templates with complex scheduling.&lt;/p&gt;

&lt;p&gt;Every feature I considered adding, I asked: &lt;em&gt;does this make it easier to do the work, or just easier to feel like I'm planning to do the work?&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;If the answer was the latter, it didn't ship.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Free vs Pro Decision
&lt;/h2&gt;

&lt;p&gt;Free tier: track up to 5 habits, streak tracking, focus mode, XP &amp;amp; badges. Forever.&lt;/p&gt;

&lt;p&gt;The free tier is genuinely useful — 5 habits is actually the right number for most people starting out. Pro unlocks unlimited habits, analytics (30-day consistency rate, longest streaks), the global leaderboard, and priority support.&lt;/p&gt;

&lt;p&gt;I wanted the free tier to feel complete, not crippled. Nobody should have to pay just to use the core loop.&lt;/p&gt;




&lt;h2&gt;
  
  
  What's Next
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Mobile app (PWA first, then native)&lt;/li&gt;
&lt;li&gt;Weekly reflection prompts&lt;/li&gt;
&lt;li&gt;Habit templates for common goals (fitness, reading, creative work)&lt;/li&gt;
&lt;li&gt;API for nerds who want to integrate it with their own dashboards&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Try It
&lt;/h2&gt;

&lt;p&gt;If you're the kind of person who believes the quality of your life is determined by the quality of your daily habits — &lt;a href="https://improveyou.in" rel="noopener noreferrer"&gt;Improve You&lt;/a&gt; was built for you.&lt;/p&gt;

&lt;p&gt;5 habits, free, forever. No credit card. No onboarding wizard. Just open it and start.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Built by Ashutosh Swamy — &lt;a href="https://github.com/ashutoshswamy" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt; · &lt;a href="https://linkedin.com/in/ashutoshswamy" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;




</description>
      <category>productivity</category>
      <category>webdev</category>
      <category>product</category>
      <category>showdev</category>
    </item>
    <item>
      <title>I Got Tired of Writing READMEs, So I Built an AI Tool That Does It for Me</title>
      <dc:creator>Ashutosh Swamy</dc:creator>
      <pubDate>Wed, 20 May 2026 21:38:01 +0000</pubDate>
      <link>https://dev.to/ashutoshswamy/i-got-tired-of-writing-readmes-so-i-built-an-ai-tool-that-does-it-for-me-33em</link>
      <guid>https://dev.to/ashutoshswamy/i-got-tired-of-writing-readmes-so-i-built-an-ai-tool-that-does-it-for-me-33em</guid>
      <description>&lt;p&gt;We've all been there.&lt;/p&gt;

&lt;p&gt;You just finished building something cool. The code works, the features are solid, and you're genuinely proud of it. Then comes the part nobody talks about — writing the documentation.&lt;/p&gt;

&lt;p&gt;So you open a blank README. Stare at it. Write "## Installation" and then... nothing.&lt;/p&gt;

&lt;p&gt;Half an hour later you've got three bullet points and a vague description that doesn't really explain anything. You push it anyway and move on.&lt;/p&gt;

&lt;p&gt;I did this one too many times. So I built &lt;strong&gt;DocForge&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  What Is DocForge?
&lt;/h2&gt;

&lt;p&gt;DocForge is a single HTML file that reads any GitHub repository and automatically generates a complete documentation suite using Google Gemini 2.5.&lt;/p&gt;

&lt;p&gt;You paste a GitHub URL. It gives you back:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A structured, professional README&lt;/li&gt;
&lt;li&gt;API documentation (endpoints, parameters, responses)&lt;/li&gt;
&lt;li&gt;Inline code comments&lt;/li&gt;
&lt;li&gt;Setup &amp;amp; installation guide&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That's it. No install. No backend. No subscription. Just one &lt;code&gt;.html&lt;/code&gt; file you open in any browser.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why a Single HTML File?
&lt;/h2&gt;

&lt;p&gt;This was a deliberate decision.&lt;/p&gt;

&lt;p&gt;Most developer tools today require: clone the repo → install dependencies → configure environment → hope it works. The friction kills adoption.&lt;/p&gt;

&lt;p&gt;I wanted DocForge to be the opposite. Download one file, get a free Gemini API key from Google AI Studio (takes 2 minutes), open the file, paste your repo URL, done.&lt;/p&gt;

&lt;p&gt;The entire tool runs client-side. Your repo data goes directly to Gemini's API — no middleman, no server costs on my end, no data stored anywhere.&lt;/p&gt;




&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&gt;

&lt;p&gt;The core architecture is surprisingly simple:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. GitHub repo fetching&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The tool fetches your repository's file tree and reads the key source files using the GitHub API. No auth required for public repos.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Context building&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It builds a structured prompt from your codebase — file structure, key files, package.json / requirements.txt, existing partial docs — and feeds that as context to Gemini.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Gemini 2.5 generation&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Gemini 2.5 is genuinely good at understanding code structure and generating coherent documentation. The model selection matters here — earlier models produced generic output. 2.5 understands intent.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Output rendering&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Results render in a clean split-pane UI. Copy individual sections or export everything at once.&lt;/p&gt;

&lt;p&gt;The whole thing is vanilla JS, no frameworks, no build step. That's how it stays as a single file.&lt;/p&gt;




&lt;h2&gt;
  
  
  What I Learned Building This
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Prompt engineering is 80% of the work.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Getting Gemini to produce documentation that's actually useful — not just technically correct but readable, well-structured, and appropriately detailed — took way more iteration than the actual code. The difference between a mediocre and a great README is almost entirely in how you instruct the model.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Single-file tools are underrated.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;There's something deeply satisfying about a tool that's fully self-contained. No dependencies to update, no deployment to manage, no server to pay for. It just works.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The best tools solve your own problems.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I built this because I needed it. That meant I knew exactly what "good output" looked like, which made iterating fast. If you're thinking about what to build next — start with your own frustrations.&lt;/p&gt;




&lt;h2&gt;
  
  
  Try It
&lt;/h2&gt;

&lt;p&gt;🔗 &lt;strong&gt;Live demo:&lt;/strong&gt; &lt;a href="https://doc-forge.netlify.app" rel="noopener noreferrer"&gt;doc-forge.netlify.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Open it, paste any public GitHub repo URL, add your Gemini API key, and watch it go. Takes about 30 seconds.&lt;/p&gt;

&lt;p&gt;If it saves you time, you can grab the file on Gumroad: &lt;a href="https://ashutosh15.gumroad.com/l/docforge" rel="noopener noreferrer"&gt;ashutosh15.gumroad.com/l/docforge&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  What's Next
&lt;/h2&gt;

&lt;p&gt;A few things I'm thinking about:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Support for private repos (OAuth flow)&lt;/li&gt;
&lt;li&gt;Generate docs for multiple repos&lt;/li&gt;
&lt;li&gt;Export directly to the repo as a PR&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you have feature requests or feedback, drop them in the comments. And if you build something with it, I'd love to see what repos you threw at it.&lt;/p&gt;




&lt;p&gt;Built by me&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>programming</category>
      <category>automation</category>
    </item>
  </channel>
</rss>
