<?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: Sheyahi</title>
    <description>The latest articles on DEV Community by Sheyahi (@sheyahi_4bb10b5d).</description>
    <link>https://dev.to/sheyahi_4bb10b5d</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4057420%2F1145970e-643a-458b-bfae-d9ac53f01e21.jpg</url>
      <title>DEV Community: Sheyahi</title>
      <link>https://dev.to/sheyahi_4bb10b5d</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sheyahi_4bb10b5d"/>
    <language>en</language>
    <item>
      <title>I Built a Chrome Extension - Sidekick</title>
      <dc:creator>Sheyahi</dc:creator>
      <pubDate>Sat, 01 Aug 2026 04:55:32 +0000</pubDate>
      <link>https://dev.to/sheyahi_4bb10b5d/i-built-a-chrome-extension-sidekick-787</link>
      <guid>https://dev.to/sheyahi_4bb10b5d/i-built-a-chrome-extension-sidekick-787</guid>
      <description>&lt;p&gt;As a huge sports fan, I always found one thing missing while watching live matches. &lt;/p&gt;

&lt;p&gt;Sometimes I wanted to celebrate a goal, discuss a referee decision, or react with my friends—but I didn't want to switch to Discord, WhatsApp, Reddit, or X. I wanted everything to happen right beside the stream.&lt;/p&gt;

&lt;p&gt;So, I decided to build Sidekick.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Idea&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Sidekick is a Chrome extension that lets people watching the same sporting event join a shared room and chat in real time without leaving the video.&lt;/p&gt;

&lt;p&gt;The extension detects the current sporting event, creates or joins a room, and &lt;em&gt;lets fans interact&lt;/em&gt; through messages and reactions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tech Stack&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;JavaScript (ES Modules)&lt;/li&gt;
&lt;li&gt;Chrome Extension Manifest V3&lt;/li&gt;
&lt;li&gt;Supabase&lt;/li&gt;
&lt;li&gt;Supabase Realtime&lt;/li&gt;
&lt;li&gt;Groq API&lt;/li&gt;
&lt;li&gt;TheSportsDB API&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Some Interesting Challenges&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;Detecting the Match&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The extension first collects information from the current webpage:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Page title&lt;/li&gt;
&lt;li&gt;Headings&lt;/li&gt;
&lt;li&gt;Meta description&lt;/li&gt;
&lt;li&gt;Website hostname&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This information is sent to an AI model which determines whether the user is watching a sporting event and extracts details such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Sport&lt;/li&gt;
&lt;li&gt;Competition&lt;/li&gt;
&lt;li&gt;Teams&lt;/li&gt;
&lt;li&gt;Event name&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;Avoiding Repeated AI Calls&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Running AI every time someone joined the room would have been wasteful.&lt;/p&gt;

&lt;p&gt;Instead, only the room creator performs match detection. The detected match is stored, and everyone else who joins receives the already-verified information.&lt;/p&gt;

&lt;p&gt;This greatly reduced API usage.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Team Badges&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Once the match is identified, the extension fetches official team badges (or country flags when appropriate) so users can immediately choose which side they're supporting.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What's Next?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I'm planning to continue improving Sidekick by adding better moderation, richer reactions, chat synchronisation, and additional ways for fans to interact during live events.&lt;/p&gt;

&lt;p&gt;Building this project taught me a lot about Chrome extensions, real-time systems, and integrating AI into practical applications.&lt;/p&gt;

&lt;p&gt;If you've built a browser extension before, I'd love to hear about your experience or any suggestions for improving Sidekick.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>developer</category>
      <category>sql</category>
      <category>software</category>
    </item>
  </channel>
</rss>
