<?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>Forem: Genomorph Pvt. Ltd.</title>
    <description>The latest articles on Forem by Genomorph Pvt. Ltd. (@genomorph_pvtltd_6dcfc).</description>
    <link>https://forem.com/genomorph_pvtltd_6dcfc</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%2F3678193%2F672427fe-2d36-43d7-8ba5-af2f2831f235.png</url>
      <title>Forem: Genomorph Pvt. Ltd.</title>
      <link>https://forem.com/genomorph_pvtltd_6dcfc</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/genomorph_pvtltd_6dcfc"/>
    <language>en</language>
    <item>
      <title>DevTracker update: Daily reflections, weekly insights &amp; better history UX</title>
      <dc:creator>Genomorph Pvt. Ltd.</dc:creator>
      <pubDate>Fri, 09 Jan 2026 12:46:02 +0000</pubDate>
      <link>https://forem.com/genomorph_pvtltd_6dcfc/devtracker-update-daily-reflections-weekly-insights-better-history-ux-30ac</link>
      <guid>https://forem.com/genomorph_pvtltd_6dcfc/devtracker-update-daily-reflections-weekly-insights-better-history-ux-30ac</guid>
      <description>&lt;p&gt;DevTracker just shipped a new update focused on clarity and reflection for individual developers.&lt;/p&gt;

&lt;p&gt;Highlights:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Automatic daily work reflection (no prompts, no effort)&lt;/li&gt;
&lt;li&gt;Weekly &amp;amp; monthly summaries with:&lt;/li&gt;
&lt;li&gt;Overview mode&lt;/li&gt;
&lt;li&gt;Technical raw text mode (copy-friendly)&lt;/li&gt;
&lt;li&gt;Clear separation between:&lt;/li&gt;
&lt;li&gt;Local history (revert-safe)&lt;/li&gt;
&lt;li&gt;Global history (read-only insights)&lt;/li&gt;
&lt;li&gt;Improved UI for reduced cognitive load&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;DevTracker remains:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fully local&lt;/li&gt;
&lt;li&gt;Offline-friendly&lt;/li&gt;
&lt;li&gt;Privacy-first&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you’re interested in developer self-reflection tools:&lt;br&gt;
&lt;a href="https://github.com/Agent1092/devTracker" rel="noopener noreferrer"&gt;https://github.com/Agent1092/devTracker&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>I built a local-first VS Code extension to track my development work</title>
      <dc:creator>Genomorph Pvt. Ltd.</dc:creator>
      <pubDate>Thu, 25 Dec 2025 11:37:35 +0000</pubDate>
      <link>https://forem.com/genomorph_pvtltd_6dcfc/i-built-a-local-first-vs-code-extension-to-track-my-development-work-3pa8</link>
      <guid>https://forem.com/genomorph_pvtltd_6dcfc/i-built-a-local-first-vs-code-extension-to-track-my-development-work-3pa8</guid>
      <description>&lt;h2&gt;
  
  
  &lt;strong&gt;Why I built this&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;I kept running into a simple but frustrating problem.&lt;br&gt;
I’d open my editor and still struggle to answer:&lt;br&gt;
“What did I actually work on over the last few days or weeks?”&lt;/p&gt;

&lt;p&gt;Commits exist, but they’re scattered and noisy when you just want a clear overview. Writing manual notes never stuck for me, and I didn’t want cloud dashboards, monitoring tools, or anything that feels like employee surveillance.&lt;br&gt;
I just wanted something simple, local, and private.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;What I built&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;So I built DevTracker, a local-first VS Code extension that helps me review my development work over time.&lt;/p&gt;

&lt;p&gt;It focuses on a few simple things:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;captures local snapshots of code changes&lt;/li&gt;
&lt;li&gt;lets me quickly browse diffs and change history&lt;/li&gt;
&lt;li&gt;generates lightweight local summaries&lt;/li&gt;
&lt;li&gt;runs fully offline (no cloud, no accounts, no telemetry)
Everything stays on my machine.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;What it’s for (and what it isn’t)&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;TThis isn’t a full timesheet or reporting tool — at least not yet.&lt;br&gt;
It’s simply a way to stay oriented and understand my own work without friction.&lt;/p&gt;

&lt;p&gt;It’s been surprisingly helpful for weekly reviews and avoiding the “what did I do again?” feeling.&lt;/p&gt;

&lt;p&gt;**&lt;/p&gt;

&lt;h2&gt;
  
  
  What I learned building it
&lt;/h2&gt;

&lt;p&gt;**&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Solving your own problem is incredibly motivating&lt;/li&gt;
&lt;li&gt;“Local-first” design simplifies both UX and trust&lt;/li&gt;
&lt;li&gt;You don’t need complex analytics to get real value&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;**&lt;/p&gt;

&lt;h2&gt;
  
  
  Open source &amp;amp; feedback
&lt;/h2&gt;

&lt;p&gt;**&lt;br&gt;
The project is open source here:&lt;br&gt;
👉 &lt;a href="https://github.com/Agent1092/devTracker" rel="noopener noreferrer"&gt;https://github.com/Agent1092/devTracker&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’d genuinely love feedback from others who care about privacy-friendly dev tools or have struggled with tracking their own work.&lt;/p&gt;

&lt;p&gt;How do you usually review what you’ve worked on?&lt;/p&gt;

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