<?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: Kalpak P S</title>
    <description>The latest articles on DEV Community by Kalpak P S (@kalpakps).</description>
    <link>https://dev.to/kalpakps</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%2F3873397%2Fd686b221-c920-4dfd-8f04-8ea0f2671990.gif</url>
      <title>DEV Community: Kalpak P S</title>
      <link>https://dev.to/kalpakps</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kalpakps"/>
    <language>en</language>
    <item>
      <title>I built a GitHub Wrapped that works year-round — and added an AI that roasts your code stats</title>
      <dc:creator>Kalpak P S</dc:creator>
      <pubDate>Sat, 11 Apr 2026 11:33:21 +0000</pubDate>
      <link>https://dev.to/kalpakps/i-built-a-github-wrapped-that-works-year-round-and-added-an-ai-that-roasts-your-code-stats-33ae</link>
      <guid>https://dev.to/kalpakps/i-built-a-github-wrapped-that-works-year-round-and-added-an-ai-that-roasts-your-code-stats-33ae</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Every December, GitHub Wrapped tools flood the internet. Developers rush to check their stats. Then January hits — and nobody talks about them again.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That always bothered me. Your growth as a developer doesn't pause after December 31st. So I built &lt;strong&gt;GitWrapped&lt;/strong&gt; differently: it always shows your &lt;em&gt;last 365 days&lt;/em&gt;, rolling forward as you grow.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why I built this
&lt;/h2&gt;

&lt;p&gt;I wanted a tool that felt like a real developer dashboard — not a novelty you check once a year. Something that motivates you in February, rewards your streak in August, and celebrates a big month whenever it happens.&lt;/p&gt;

&lt;p&gt;Also, if I'm being honest — I just wanted to see an AI absolutely destroy my friend in a GitHub battle. So I built that too.&lt;/p&gt;




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

&lt;p&gt;Your story is told across 8 chapters:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Stats overview&lt;/strong&gt; — Your total repos, PRs, and issues at a glance&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Power archetype&lt;/strong&gt; — Your developer tier and class based on a weighted score across commits, PRs, stars, and streak&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Coding DNA&lt;/strong&gt; — A breakdown of your commit habits and temporal patterns&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Activity rhythm&lt;/strong&gt; — High-fidelity visualization of your hourly pulse and weekly energy&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Contribution heatmap&lt;/strong&gt; — A cinematic map of your yearly activity&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Community impact&lt;/strong&gt; — Your stars, forks, and ecosystem reach&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Achievements&lt;/strong&gt; — Special milestones and badges unlocked during the year&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Digital identity&lt;/strong&gt; — A final summary card ready for social sharing&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  The feature I'm most proud of: Code Battle
&lt;/h2&gt;

&lt;p&gt;Enter any two GitHub usernames. An AI commentator analyzes both profiles and delivers a savage, play-by-play breakdown of who got destroyed and why.&lt;/p&gt;

&lt;p&gt;It pulls real stats — commits, PRs, stars, streaks — and uses them to generate something that's half sports commentary, half roast. I've seen it call someone's commit history "a cry for help." It's ruthless.&lt;/p&gt;

&lt;p&gt;You can also get roasted or hyped solo based on your actual numbers, if you're brave enough.&lt;/p&gt;




&lt;h2&gt;
  
  
  How the power score works
&lt;/h2&gt;

&lt;p&gt;I wanted the score to reflect real-world developer impact, not just raw commit count:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Metric&lt;/th&gt;
&lt;th&gt;Weight&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Pull requests&lt;/td&gt;
&lt;td&gt;3.0x&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Stars received&lt;/td&gt;
&lt;td&gt;5.0x&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Commits&lt;/td&gt;
&lt;td&gt;1.2x&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Issues&lt;/td&gt;
&lt;td&gt;1.5x&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Longest streak&lt;/td&gt;
&lt;td&gt;2.0x&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Total score&lt;/strong&gt; = &lt;code&gt;(Commits × 1.2) + (PRs × 3) + (Issues × 1.5) + (Stars × 5) + (Max Streak × 2)&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Stars carry the highest weight because they represent community validation — someone found your work valuable enough to save it. PRs are next because they signal real collaborative contribution, not just solo activity.&lt;/p&gt;




&lt;h2&gt;
  
  
  Tech stack
&lt;/h2&gt;

&lt;p&gt;Built with React + Vite, styled with Tailwind CSS, animated with Framer Motion, and deployed on Cloudflare Pages. The AI features use the GitHub GraphQL API combined with a language model for the commentary. No backend database — it's fully stateless and fast.&lt;/p&gt;




&lt;h2&gt;
  
  
  No login required
&lt;/h2&gt;

&lt;p&gt;Public stats work instantly — just enter any GitHub username and go. If you want to include your private repository data in the recap, there's an optional GitHub OAuth flow.&lt;/p&gt;




&lt;h2&gt;
  
  
  What's your archetype?
&lt;/h2&gt;

&lt;p&gt;Drop it in the comments — I'm curious what the Dev.to crowd is pulling.&lt;/p&gt;

&lt;p&gt;And if you want to battle me, my username is &lt;strong&gt;KalpakPS&lt;/strong&gt;. Don't hold back.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Try it:&lt;/strong&gt; &lt;a href="https://gitwrapped.kalpakps.site" rel="noopener noreferrer"&gt;gitwrapped.kalpakps.site&lt;/a&gt;&lt;br&gt;&lt;br&gt;
&lt;strong&gt;Star it:&lt;/strong&gt; &lt;a href="https://github.com/KalpakPS/GitWrapped" rel="noopener noreferrer"&gt;github.com/KalpakPS/GitWrapped&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>github</category>
      <category>opensource</category>
      <category>react</category>
    </item>
  </channel>
</rss>
