<?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>Building AI Tools Is Easy. Getting Users Isn't. Here's My Solution.</title>
      <dc:creator>Suryansh Manhas</dc:creator>
      <pubDate>Tue, 30 Jun 2026 09:20:57 +0000</pubDate>
      <link>https://dev.to/suryansh0033/building-ai-tools-is-easy-getting-users-isnt-heres-my-solution-2ope</link>
      <guid>https://dev.to/suryansh0033/building-ai-tools-is-easy-getting-users-isnt-heres-my-solution-2ope</guid>
      <description>&lt;p&gt;Over the last few days, I built three AI tools for developers:&lt;/p&gt;

&lt;p&gt;🐞 Error Explainer&lt;br&gt;
📝 README Generator&lt;br&gt;
🌿 Commit Message Generator&lt;/p&gt;

&lt;p&gt;I was excited after building them.&lt;/p&gt;

&lt;p&gt;Then I faced a problem that almost every indie developer faces:&lt;/p&gt;

&lt;p&gt;Nobody knew they existed.&lt;/p&gt;

&lt;p&gt;Each tool had:&lt;/p&gt;

&lt;p&gt;A separate website&lt;br&gt;
A separate URL&lt;br&gt;
Separate branding&lt;/p&gt;

&lt;p&gt;Every time I shared one, I felt like I was starting from zero.&lt;/p&gt;

&lt;p&gt;That's when I realized I wasn't building a product—I was building isolated tools.&lt;/p&gt;

&lt;p&gt;So I decided to change my approach.&lt;/p&gt;

&lt;p&gt;Instead of maintaining multiple websites, I merged everything into one platform called DevPocket.&lt;/p&gt;

&lt;p&gt;The idea is simple:&lt;/p&gt;

&lt;p&gt;🐞 Debug → Explain programming errors&lt;br&gt;
📝 Document → Generate project READMEs&lt;br&gt;
🌿 Git → Generate commit messages (and soon PR descriptions)&lt;br&gt;
🛠 Utilities → Helpful developer tools like JSON Formatter, JWT Decoder, and more&lt;/p&gt;

&lt;p&gt;The goal isn't to build "another AI app."&lt;/p&gt;

&lt;p&gt;I want DevPocket to become a place developers can visit whenever they're coding.&lt;/p&gt;

&lt;p&gt;This is only Day 1, and there's still a lot to improve, but I'm excited about the direction.&lt;/p&gt;

&lt;p&gt;You can check it out here:&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://devpocket.tech" rel="noopener noreferrer"&gt;https://devpocket.tech&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd genuinely love your feedback.&lt;/p&gt;

&lt;p&gt;What developer tool would you find useful?&lt;br&gt;
What's the most annoying part of your development workflow?&lt;/p&gt;

&lt;p&gt;I'm building DevPocket in public, and every suggestion will help shape what comes next.&lt;/p&gt;

&lt;p&gt;Thanks for reading! 🚀&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>devto</category>
      <category>nextjs</category>
      <category>productivity</category>
    </item>
    <item>
      <title>I built a tool that explains any error message in plain English (free, no login)</title>
      <dc:creator>Suryansh Manhas</dc:creator>
      <pubDate>Sun, 28 Jun 2026 06:43:29 +0000</pubDate>
      <link>https://dev.to/suryansh0033/i-built-a-tool-that-explains-any-error-message-in-plain-english-free-no-login-2808</link>
      <guid>https://dev.to/suryansh0033/i-built-a-tool-that-explains-any-error-message-in-plain-english-free-no-login-2808</guid>
      <description>&lt;p&gt;As a developer, I've wasted so much time googling cryptic error messages.&lt;/p&gt;

&lt;p&gt;So I built Error Explainer — paste any error, pick your language, and get:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A plain English explanation&lt;/li&gt;
&lt;li&gt;The likely cause&lt;/li&gt;
&lt;li&gt;A concrete fix with code&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It's free, no login needed.&lt;/p&gt;

&lt;p&gt;Link: &lt;a href="https://error-explainer-one-kappa.vercel.app/" rel="noopener noreferrer"&gt;https://error-explainer-one-kappa.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love feedback!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>productivity</category>
      <category>javascript</category>
    </item>
    <item>
      <title>I built a free AI README Generator (with markdown preview)</title>
      <dc:creator>Suryansh Manhas</dc:creator>
      <pubDate>Sat, 27 Jun 2026 06:33:41 +0000</pubDate>
      <link>https://dev.to/suryansh0033/i-built-a-free-ai-readme-generator-with-markdown-preview-19cl</link>
      <guid>https://dev.to/suryansh0033/i-built-a-free-ai-readme-generator-with-markdown-preview-19cl</guid>
      <description>&lt;p&gt;Every developer hates writing READMEs. It's boring, repetitive, and always gets skipped. So I built ReadmeAI — describe your project, AI writes the README instantly.&lt;br&gt;
What it does&lt;/p&gt;

&lt;p&gt;Fill in project name, description, tech stack, features&lt;br&gt;
AI generates a complete professional README.md&lt;br&gt;
Switch between Raw and Preview tabs to see rendered markdown&lt;br&gt;
One click copy&lt;/p&gt;

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

&lt;p&gt;Next.js + Tailwind CSS&lt;br&gt;
Groq API (openai/gpt-oss-120b)&lt;br&gt;
Deployed on Vercel&lt;/p&gt;

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

&lt;p&gt;(Write 2-3 sentences personally — mention the challenge, that you're a student builder, makes it relatable)&lt;br&gt;
Live link&lt;/p&gt;

&lt;p&gt;&lt;a href="https://readmeai-three.vercel.app/" rel="noopener noreferrer"&gt;https://readmeai-three.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Built this in a day as part of my 30-day AI tools challenge. Would love feedback from the dev community!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>showdev</category>
      <category>sideprojects</category>
    </item>
    <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>
