<?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: Kuldipsinh Parmar</title>
    <description>The latest articles on DEV Community by Kuldipsinh Parmar (@kuldipparmar18).</description>
    <link>https://dev.to/kuldipparmar18</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%2F3959813%2F704705be-a27c-4f1b-a804-13163e94725c.png</url>
      <title>DEV Community: Kuldipsinh Parmar</title>
      <link>https://dev.to/kuldipparmar18</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kuldipparmar18"/>
    <language>en</language>
    <item>
      <title>I Built a VS Code Extension to Track My Coding Time — And Kept Your Data 100% Local</title>
      <dc:creator>Kuldipsinh Parmar</dc:creator>
      <pubDate>Sat, 30 May 2026 10:22:50 +0000</pubDate>
      <link>https://dev.to/kuldipparmar18/i-built-a-vs-code-extension-to-track-my-coding-time-and-kept-your-data-100-local-klj</link>
      <guid>https://dev.to/kuldipparmar18/i-built-a-vs-code-extension-to-track-my-coding-time-and-kept-your-data-100-local-klj</guid>
      <description>&lt;h2&gt;
  
  
  I Built a VS Code Extension to Track My Coding Time — And Kept Your Data 100% Local
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; vscode, productivity, opensource, webdev&lt;/p&gt;




&lt;p&gt;I never really knew how many hours I was actually coding each day.&lt;/p&gt;

&lt;p&gt;I'd sit down at 10am, blink, and suddenly it's 6pm. Or I'd feel like I worked all day but actually only coded for 2 hours between meetings, distractions, and YouTube rabbit holes.&lt;/p&gt;

&lt;p&gt;I looked for a solution. Most tools required an account. Some sent your data to their servers. Others needed manual start/stop — which I always forgot.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;Dev Code Tracker&lt;/strong&gt; — a free VS Code extension that just works.&lt;/p&gt;




&lt;h2&gt;
  
  
  How it works
&lt;/h2&gt;

&lt;p&gt;Open your project → timer starts. Walk away → idle detection pauses it. Close VS Code → session saved. That's it.&lt;/p&gt;

&lt;p&gt;No clicking. No setup. No babysitting.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Open project  →  ⏱ Dev Code Tracker - 0s Working...
               →  ⏱ Dev Code Tracker - 1h 23m 45s
Walk away      →  ⏱ Dev Code Tracker - 1h 23m Idle
Come back      →  new session starts automatically
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h2&gt;
  
  
  The part I'm most proud of — privacy
&lt;/h2&gt;

&lt;p&gt;Every session is saved in a &lt;code&gt;sessions.json&lt;/code&gt; file &lt;strong&gt;inside your own project folder&lt;/strong&gt;. Nothing goes anywhere. No cloud. No account. No telemetry.&lt;/p&gt;

&lt;p&gt;There's a fully offline dashboard built right into VS Code — beautiful, interactive, works without internet.&lt;/p&gt;

&lt;p&gt;If you want to sync to your own PHP server, that's optional. But local always works, always.&lt;/p&gt;




&lt;h2&gt;
  
  
  What it tracks
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;⏱ Live status bar timer per project&lt;/li&gt;
&lt;li&gt;🔥 Coding streaks + daily goals&lt;/li&gt;
&lt;li&gt;💤 Smart idle detection (configurable timeout)&lt;/li&gt;
&lt;li&gt;🗂 Multi-root workspace support&lt;/li&gt;
&lt;li&gt;☁ Optional sync to your own server&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It also works perfectly with &lt;strong&gt;Cursor AI&lt;/strong&gt; and &lt;strong&gt;Claude Code&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;It's free on the VS Code Marketplace:&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://marketplace.visualstudio.com/items?itemName=KuldipsinhParmar.dev-code-tracker" rel="noopener noreferrer"&gt;Dev Code Tracker on VS Code Marketplace&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd love to hear your feedback — what features would you want next? Drop a comment below 👇&lt;/p&gt;

</description>
      <category>vscode</category>
      <category>productivity</category>
      <category>opensource</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
