<?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: Zahhar Kirillov</title>
    <description>The latest articles on DEV Community by Zahhar Kirillov (@zahhar).</description>
    <link>https://dev.to/zahhar</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%2F451481%2F7ed3cb46-0702-4aff-9cbc-bc4ecdc59d89.png</url>
      <title>DEV Community: Zahhar Kirillov</title>
      <link>https://dev.to/zahhar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/zahhar"/>
    <language>en</language>
    <item>
      <title>Cool Github Copilot Adoption Dashboard (free and open-source)</title>
      <dc:creator>Zahhar Kirillov</dc:creator>
      <pubDate>Thu, 19 Mar 2026 08:58:48 +0000</pubDate>
      <link>https://dev.to/zahhar/cool-github-copilot-adoption-dashboard-free-and-open-source-29k</link>
      <guid>https://dev.to/zahhar/cool-github-copilot-adoption-dashboard-free-and-open-source-29k</guid>
      <description>&lt;p&gt;Hi Community,&lt;/p&gt;

&lt;p&gt;With this post I am approaching CTOs, Engineering Managers and Team leads. If your company is paying for GitHub Copilot, you've probably already asked yourself: how my peers are actually using it?&lt;/p&gt;

&lt;p&gt;GitHub's built-in dashboards are still in public preview and honestly pretty limited. Meanwhile, when the legacy Copilot Metrics API sunsets on April 2, 2026 many existing external dashboards stop working, because they weren't updated for the new REST API in time.  &lt;/p&gt;

&lt;p&gt;To anticipate the change, I've &lt;a href="https://github.com/zahhar/ghcp-dashboard" rel="noopener noreferrer"&gt;built my own and decided to open-source it under MIT license&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;It is a lightweight browser app that hits the new GitHub REST API endpoints for Copilot usage metrics, aggregates them per user and per team, and serves a browser-based dashboard with filters and trend hints.&lt;/p&gt;

&lt;p&gt;The tech stack is intentionally boring:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Runtime&lt;/strong&gt;: Node.js (CommonJS, zero framework)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Backend&lt;/strong&gt;: built-in http, fs, https (no Express, no dependencies)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Frontend&lt;/strong&gt;: vanilla HTML/CSS/JS (no React/Vue/Angular whatsoever)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Storage&lt;/strong&gt;: local data in NDJSON files&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No database. No docker. No complex infra. No other authN expect Github classic Personal Access Token.&lt;/p&gt;

&lt;p&gt;Repo ships with mocked data so you can explore it without configuration.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqaz0cjav0l36k7knflp8.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqaz0cjav0l36k7knflp8.jpg" alt="Screenshot of main screen" width="800" height="456"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The dashboard tracks "interaction turns", amount of changes created in codebase by each developer, overall activity and &lt;a href="https://github.com/zahhar/ghcp-dashboard/blob/main/docs/metrics.md" rel="noopener noreferrer"&gt;much more&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Feedback and PRs welcome.&lt;/p&gt;

</description>
      <category>githubcopilot</category>
      <category>productivity</category>
      <category>analytics</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
