Every time I start a new project, I dread the same thing: writing the README. 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. So I built a tool to fix that. 🔗 README Generator It's a free, open-source tool that lets you build a professional README.md in minutes — with a live preview. How it works Toggle sections you need (Title, Badges, Features, Installation, API, etc.) Fill in your details using simple form fields See the live preview update in real-time Copy the markdown or download as .md file That's it. No sign-up. No email required. No "premium tier". Why I built it I was tired of: Googling "readme template github" for the 100th time Copy-pasting from old projects and forgetting to update things Spending more time on the README than on actual code So I made a visual builder where you just fill in the blanks. Tech stack The entire app is a single HTML file .…