<?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: vshital</title>
    <description>The latest articles on DEV Community by vshital (@vshital).</description>
    <link>https://dev.to/vshital</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%2F4031656%2F90a51810-06c8-4579-a56c-d95c7d304c07.png</url>
      <title>DEV Community: vshital</title>
      <link>https://dev.to/vshital</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vshital"/>
    <language>en</language>
    <item>
      <title>I built a tool that writes GitHub release notes automatically using AI</title>
      <dc:creator>vshital</dc:creator>
      <pubDate>Thu, 16 Jul 2026 07:51:36 +0000</pubDate>
      <link>https://dev.to/vshital/i-built-a-tool-that-writes-github-release-notes-automatically-using-ai-1omm</link>
      <guid>https://dev.to/vshital/i-built-a-tool-that-writes-github-release-notes-automatically-using-ai-1omm</guid>
      <description>&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Every time I deployed code, I had to sit down and write release notes. &lt;br&gt;
What changed, what was fixed, what was new. It felt repetitive and I kept &lt;br&gt;
skipping it. My users had no idea what was happening in the product.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;ReleasePilot&lt;/strong&gt; connects to your GitHub repository via webhook and &lt;br&gt;
automatically converts your commit messages into clean, readable release &lt;br&gt;
notes every time you push.&lt;/p&gt;

&lt;p&gt;No GitHub Actions. No config files. No manual writing.&lt;/p&gt;

&lt;h2&gt;
  
  
  How It Works
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Sign in with GitHub&lt;/li&gt;
&lt;li&gt;Connect a repository — webhook registers automatically&lt;/li&gt;
&lt;li&gt;Push code as normal&lt;/li&gt;
&lt;li&gt;ReleasePilot generates release notes within seconds&lt;/li&gt;
&lt;li&gt;Published to a public URL at &lt;code&gt;/changelog/username/repo&lt;/code&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Next.js&lt;/strong&gt; — frontend and API routes&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Supabase&lt;/strong&gt; — database and GitHub OAuth&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Groq API&lt;/strong&gt; — LLaMA 3.3 70B for AI generation&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Vercel&lt;/strong&gt; — deployment&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Razorpay&lt;/strong&gt; — payments&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What I Learned
&lt;/h2&gt;

&lt;p&gt;Building a SaaS solo from a Tier 2 city in India is completely possible &lt;br&gt;
with the tools available today. The hardest part wasn't the code — it was &lt;br&gt;
getting the webhook security right and making the AI output actually readable.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try It
&lt;/h2&gt;

&lt;p&gt;Free for 1 repository. No credit card needed.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://releasepilot-sigma.vercel.app" rel="noopener noreferrer"&gt;releasepilot-sigma.vercel.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Also launched on Product Hunt today — would love your support and feedback!&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.producthunt.com/products/releasepilot" rel="noopener noreferrer"&gt;ProductHunt&lt;/a&gt;&lt;br&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fxhw6hn85tbdb6gkkdcbn.png" 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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fxhw6hn85tbdb6gkkdcbn.png" alt=" " width="800" height="380"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>github</category>
      <category>saas</category>
      <category>webdev</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
