<?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: Developer</title>
    <description>The latest articles on DEV Community by Developer (@_c1jon).</description>
    <link>https://dev.to/_c1jon</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%2F4005297%2F3248360e-ffbe-4699-a576-d1ce29234c93.gif</url>
      <title>DEV Community: Developer</title>
      <link>https://dev.to/_c1jon</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/_c1jon"/>
    <language>en</language>
    <item>
      <title>I built a free AI code review extension for VS Code (solo project)</title>
      <dc:creator>Developer</dc:creator>
      <pubDate>Sat, 27 Jun 2026 11:48:57 +0000</pubDate>
      <link>https://dev.to/_c1jon/i-built-a-free-ai-code-review-extension-for-vs-code-solo-project-2cab</link>
      <guid>https://dev.to/_c1jon/i-built-a-free-ai-code-review-extension-for-vs-code-solo-project-2cab</guid>
      <description>&lt;p&gt;A few weeks ago I decided to build something that could actually help me (and other devs) catch bugs and bad patterns before they ship — so I built &lt;strong&gt;CodeMate&lt;/strong&gt;, a free VS Code extension for instant AI code review.&lt;/p&gt;

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

&lt;p&gt;Select any code, run the command, and it gives you:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A code score out of 10&lt;/li&gt;
&lt;li&gt;Bugs, categorized by severity (Critical/High/Medium/Low)&lt;/li&gt;
&lt;li&gt;Performance issues&lt;/li&gt;
&lt;li&gt;Security vulnerabilities&lt;/li&gt;
&lt;li&gt;A suggested "fixed" version — but it doesn't auto-apply changes. The idea is you read the explanation and fix it yourself, so you actually learn from the mistake instead of just accepting a diff blindly.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How it works
&lt;/h2&gt;

&lt;p&gt;Under the hood it uses Groq's API (Llama 3.3 70B) for fast, free inference. Each user provides their own free Groq API key, so there's no cost on my end and no shared rate limits.&lt;/p&gt;

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

&lt;p&gt;I wanted something lightweight that doesn't require a subscription or a heavy setup, and that nudges people toward understanding their bugs rather than just auto-fixing everything for them.&lt;/p&gt;

&lt;h2&gt;
  
  
  Current state
&lt;/h2&gt;

&lt;p&gt;This is still early (v0.5), built solo over a couple of weeks. It's rough in places, and I'd love feedback on what's actually useful vs what's missing.&lt;/p&gt;

&lt;p&gt;🔗 &lt;a href="https://marketplace.visualstudio.com/items?itemName=ReviewMateTeam.reviewmate-code-review" rel="noopener noreferrer"&gt;Try it on the VS Code Marketplace&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Happy to answer any questions about how it's built or what's next!&lt;/p&gt;

</description>
      <category>vscode</category>
      <category>ai</category>
      <category>webdev</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
