<?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: trobasuj-cpu</title>
    <description>The latest articles on DEV Community by trobasuj-cpu (@trobasujcpu).</description>
    <link>https://dev.to/trobasujcpu</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3899116%2F5796d187-76f4-4cd0-a080-76aa2f39de34.png</url>
      <title>DEV Community: trobasuj-cpu</title>
      <link>https://dev.to/trobasujcpu</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/trobasujcpu"/>
    <language>en</language>
    <item>
      <title>I built a free GitHub README Generator — no sign-up, no BS</title>
      <dc:creator>trobasuj-cpu</dc:creator>
      <pubDate>Sun, 26 Apr 2026 17:36:46 +0000</pubDate>
      <link>https://dev.to/trobasujcpu/i-built-a-free-github-readme-generator-no-sign-up-no-bs-5elc</link>
      <guid>https://dev.to/trobasujcpu/i-built-a-free-github-readme-generator-no-sign-up-no-bs-5elc</guid>
      <description>&lt;p&gt;Every time I start a new project, I dread the same thing: writing the README.&lt;/p&gt;

&lt;p&gt;Not because it's hard — but because it's tedious. You Google "readme template", copy some random markdown, spend 20 minutes tweaking it, and it still looks mediocre.&lt;/p&gt;

&lt;p&gt;So I built a tool to fix that.&lt;/p&gt;

&lt;h2&gt;
  
  
  🔗 &lt;a href="https://readme-generator-xi-one.vercel.app" rel="noopener noreferrer"&gt;README Generator&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;It's a free, open-source tool that lets you build a professional README.md in minutes — with a live preview.&lt;/p&gt;

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

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Toggle sections&lt;/strong&gt; you need (Title, Badges, Features, Installation, API, etc.)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fill in your details&lt;/strong&gt; using simple form fields&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;See the live preview&lt;/strong&gt; update in real-time&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Copy the markdown&lt;/strong&gt; or download as &lt;code&gt;.md&lt;/code&gt; file&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;That's it. No sign-up. No email required. No "premium tier".&lt;/p&gt;

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

&lt;p&gt;I was tired of:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Googling "readme template github" for the 100th time&lt;/li&gt;
&lt;li&gt;Copy-pasting from old projects and forgetting to update things&lt;/li&gt;
&lt;li&gt;Spending more time on the README than on actual code&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So I made a visual builder where you just fill in the blanks.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech stack
&lt;/h2&gt;

&lt;p&gt;The entire app is a &lt;strong&gt;single HTML file&lt;/strong&gt;. No React, no Next.js, no npm install. Just:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Vanilla HTML/CSS/JS&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/markedjs/marked" rel="noopener noreferrer"&gt;marked.js&lt;/a&gt; for markdown rendering&lt;/li&gt;
&lt;li&gt;Deployed on Vercel (free tier)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;✅ 12 toggleable sections (Title, Badges, Description, Features, Tech Stack, Installation, Usage, Env Variables, API Reference, Contributing, License, Author)&lt;/li&gt;
&lt;li&gt;✅ Live markdown preview&lt;/li&gt;
&lt;li&gt;✅ Copy to clipboard with one click&lt;/li&gt;
&lt;li&gt;✅ Download as .md file&lt;/li&gt;
&lt;li&gt;✅ Dark mode UI&lt;/li&gt;
&lt;li&gt;✅ Fully responsive&lt;/li&gt;
&lt;li&gt;✅ Works offline after first load&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  It's open source
&lt;/h2&gt;

&lt;p&gt;The full source code is on GitHub:&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://assets.dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/trobasuj-cpu" rel="noopener noreferrer"&gt;
        trobasuj-cpu
      &lt;/a&gt; / &lt;a href="https://github.com/trobasuj-cpu/readme-generator" rel="noopener noreferrer"&gt;
        readme-generator
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      
    &lt;/h3&gt;
  &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;Feel free to fork it, improve it, or steal ideas from it. PRs welcome!&lt;/p&gt;

&lt;h2&gt;
  
  
  What's next
&lt;/h2&gt;

&lt;p&gt;I'm thinking about adding:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Drag &amp;amp; drop to reorder sections&lt;/li&gt;
&lt;li&gt;More badge presets (npm version, downloads, coverage)&lt;/li&gt;
&lt;li&gt;Template presets (library, CLI tool, web app)&lt;/li&gt;
&lt;li&gt;Export as PDF&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What features would you add?&lt;/strong&gt; Drop a comment below 👇&lt;/p&gt;




&lt;p&gt;🔗 &lt;strong&gt;Try it:&lt;/strong&gt; &lt;a href="https://readme-generator-xi-one.vercel.app" rel="noopener noreferrer"&gt;readme-generator-xi-one.vercel.app&lt;/a&gt;&lt;br&gt;
⭐ &lt;strong&gt;Star it:&lt;/strong&gt; &lt;a href="https://github.com/trobasuj-cpu/readme-generator" rel="noopener noreferrer"&gt;github.com/trobasuj-cpu/readme-generator&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>opensource</category>
      <category>github</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
