<?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: Suryansh Manhas</title>
    <description>The latest articles on DEV Community by Suryansh Manhas (@suryansh0033).</description>
    <link>https://dev.to/suryansh0033</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%2F4004351%2Fa8259299-a567-4b19-bba9-4a81f4f606eb.png</url>
      <title>DEV Community: Suryansh Manhas</title>
      <link>https://dev.to/suryansh0033</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/suryansh0033"/>
    <language>en</language>
    <item>
      <title>I built a free AI commit message generator in one day — here's why</title>
      <dc:creator>Suryansh Manhas</dc:creator>
      <pubDate>Fri, 26 Jun 2026 17:16:03 +0000</pubDate>
      <link>https://dev.to/suryansh0033/i-built-a-free-ai-commit-message-generator-in-one-day-heres-why-k5j</link>
      <guid>https://dev.to/suryansh0033/i-built-a-free-ai-commit-message-generator-in-one-day-heres-why-k5j</guid>
      <description>&lt;p&gt;Every developer has done it. You finish coding, go to commit, and type something like:&lt;/p&gt;

&lt;p&gt;"fixed stuff"&lt;br&gt;
"minor changes"&lt;br&gt;
"asdfgh"&lt;/p&gt;

&lt;p&gt;It's not laziness. You're just mentally done after solving the actual problem. Writing a good commit message feels like extra work.&lt;br&gt;
So I built CommitMsg AI.&lt;br&gt;
You paste your diff or describe what you changed — it generates a clean, conventional commit message instantly. No sign-in, completely free.&lt;br&gt;
Why I built it in a day&lt;br&gt;
I wanted something I'd actually use myself. Most commit message tools I found were either buried inside giant CLI setups or required too much configuration. I just wanted a clean web UI, paste and go.&lt;br&gt;
Tech stack&lt;br&gt;
Next.js, Tailwind, Groq API for the AI. Deployed on Vercel.&lt;br&gt;
Try it&lt;br&gt;
🔗 &lt;a href="https://commitmsgai.vercel.app/" rel="noopener noreferrer"&gt;https://commitmsgai.vercel.app/&lt;/a&gt;&lt;br&gt;
Would love feedback from other devs — what would make this actually part of your daily workflow?&lt;/p&gt;

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