I built a visual README editor so developers never have to write markdown from scratch again

TL;DR AI
2 min readKey summary
ReadmeForge is a browser-based visual README editor for developers that lets them build GitHub-ready docs without starting from scratch.
It offers 11 draggable content blocks, a live GitHub-style preview, and export to Markdown.
The app is built with React, Vite, Tailwind CSS, Zustand, and dnd-kit, and is deployed on Vercel.
It stores data locally in the browser via localStorage, keeping content on-device.

