<?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: Manasa Krishna</title>
    <description>The latest articles on Forem by Manasa Krishna (@manasssk).</description>
    <link>https://forem.com/manasssk</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%2F3773558%2Fb18e4b29-fecf-4afd-855f-2152a5c6ed73.jpeg</url>
      <title>Forem: Manasa Krishna</title>
      <link>https://forem.com/manasssk</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/manasssk"/>
    <language>en</language>
    <item>
      <title>Burnout Detector for Coders</title>
      <dc:creator>Manasa Krishna</dc:creator>
      <pubDate>Mon, 16 Feb 2026 09:20:55 +0000</pubDate>
      <link>https://forem.com/manasssk/burnout-detector-for-coders-36kj</link>
      <guid>https://forem.com/manasssk/burnout-detector-for-coders-36kj</guid>
      <description>&lt;p&gt;&lt;strong&gt;What we Built&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Burnout is one of those problems every developer silently deals with but rarely measures. We push through long coding sessions, skip breaks, and normalize late-night work until productivity drops or motivation fades. We wanted to build something that makes burnout visible, measurable, and actionable.&lt;/p&gt;

&lt;p&gt;That idea became Burnout Detector for Coders a local-first developer productivity system designed to track coding sessions, analyze focus patterns, detect burnout risk, and suggest healthier work habits. Instead of being another time-tracking app, this tool focuses on behavioral signals that indicate mental fatigue: long uninterrupted sessions, insufficient breaks, late-night coding streaks, and excessive daily hours.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The project is built as a three-layer system:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A CLI tool that developers actually use while coding&lt;/li&gt;
&lt;li&gt;A backend API that aggregates and analyzes session data&lt;/li&gt;
&lt;li&gt;A frontend dashboard that visualizes productivity and burnout risk clearly&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The CLI is the heart of the system. It tracks when a coding session starts and stops, records break intervals, and computes meaningful analytics locally. The backend exposes clean REST APIs for aggregated insights, while the frontend presents those insights in a professional, dark-mode SaaS dashboard with subtle animations and clear visual hierarchy.&lt;/p&gt;

&lt;p&gt;To us, this project represents a shift from “working harder” to working intentionally using data to protect focus and mental health without disrupting the developer workflow.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Demo&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;The project includes:&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A fully functional CLI with commands such as start, stop, break, stats, and suggest&lt;/li&gt;
&lt;li&gt;A REST backend that computes daily and weekly analytics&lt;/li&gt;
&lt;li&gt;A responsive frontend dashboard with animated charts and burnout indicators&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🔗 Project Repository: 

&lt;/p&gt;
&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
      &lt;div class="c-embed__body flex items-center justify-between"&gt;
        &lt;a href="https://cli-hackathon.vercel.app/" rel="noopener noreferrer" class="c-link fw-bold flex items-center"&gt;
          &lt;span class="mr-2"&gt;cli-hackathon.vercel.app&lt;/span&gt;
          

        &lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


&lt;br&gt;
🎥 Demo Video: 

&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
      &lt;div class="c-embed__body flex items-center justify-between"&gt;
        &lt;a href="https://res.cloudinary.com/dtziolp04/video/upload/v1771233539/Burnout_Detector___Developer_Wellness_Dashboard_Google_Chrome_2026_in3zg3.mp4" rel="noopener noreferrer" class="c-link fw-bold flex items-center"&gt;
          &lt;span class="mr-2"&gt;res.cloudinary.com&lt;/span&gt;
          

        &lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;




&lt;p&gt;&lt;strong&gt;The demo walkthrough shows:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Starting and stopping coding sessions from the CLI&lt;/li&gt;
&lt;li&gt;Automatic tracking of breaks and session duration&lt;/li&gt;
&lt;li&gt;Burnout score calculation based on real behavioral patterns&lt;/li&gt;
&lt;li&gt;A frontend dashboard displaying weekly productivity trends, focus durations, and risk indicators&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Our Experience with GitHub Copilot CLI&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;GitHub Copilot CLI played a critical role in how this project was built not by writing everything for me, but by accelerating the boring parts so we could focus on design and logic.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;We primarily used Copilot CLI to:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Scaffold the CLI command structure cleanly and consistently&lt;/li&gt;
&lt;li&gt;Generate boilerplate for Express routes and validation layers&lt;/li&gt;
&lt;li&gt;Refactor analytics logic into readable, modular functions&lt;/li&gt;
&lt;li&gt;Improve CLI UX with colored output, summaries, and edge-case handling&lt;/li&gt;
&lt;li&gt;Speed up repetitive frontend component patterns while keeping full design control&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;One of the biggest advantages was how Copilot CLI helped me iterate faster. We could prototype a session-tracking flow, test it, then ask Copilot to refactor or optimize without breaking the mental flow of development. It felt less like autocomplete and more like having a second engineer handling routine tasks.&lt;/p&gt;

&lt;p&gt;Importantly, We was intentional about how I used Copilot. All architectural decisions, burnout scoring logic, UX choices, and visual design direction were made manually. Copilot handled execution assistance not product thinking. That balance ensured the final result feels hand-crafted and production-ready, not auto-generated.&lt;/p&gt;

&lt;p&gt;Using Copilot CLI didn’t replace our development process it enhanced it, allowing me to ship a more complete, polished system within a limited timeframe.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Closing Thoughts&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Burnout Detector for Coders is a practical experiment in building developer tools that respect human limits. It’s fast, local-first, and designed to fit naturally into a developer’s workflow rather than interrupt it.&lt;/p&gt;

&lt;p&gt;This project also reflects how GitHub Copilot CLI can be used responsibly not to shortcut learning, but to remove friction and help developers focus on solving real problems.&lt;/p&gt;

&lt;p&gt;Thanks to GitHub and the Copilot team for organizing this challenge. Building this project was both technically rewarding and personally meaningful.&lt;/p&gt;

&lt;p&gt;Credits&lt;/p&gt;

&lt;p&gt;This project was built collaboratively with shared ownership across product vision, architecture, and implementation.&lt;/p&gt;

&lt;p&gt;👨‍💻 &lt;a class="mentioned-user" href="https://dev.to/srikartik_mateti_02615805"&gt;@srikartik_mateti_02615805&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;Core CLI architecture and session tracking logic&lt;/p&gt;

&lt;p&gt;Burnout scoring system design and behavioral signal modeling&lt;/p&gt;

&lt;p&gt;Backend API structure and analytics processing&lt;/p&gt;

&lt;p&gt;System integration and overall product direction&lt;/p&gt;

&lt;p&gt;👨‍💻 &lt;a class="mentioned-user" href="https://dev.to/manasssk"&gt;@manasssk&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;Frontend dashboard design and implementation&lt;/p&gt;

&lt;p&gt;Data visualization, animations, and UI/UX refinement&lt;/p&gt;

&lt;p&gt;CLI UX improvements and usability enhancements&lt;/p&gt;

&lt;p&gt;Testing, polishing, and demo preparation&lt;/p&gt;

&lt;p&gt;Together, we designed Burnout Detector for Coders as a local-first, developer-centric system focused on sustainable productivity. This project reflects both technical collaboration and a shared commitment to building tools that support developer mental health.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>githubchallenge</category>
      <category>cli</category>
      <category>githubcopilot</category>
    </item>
  </channel>
</rss>
