Switch language한국어
Back to the list

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

TL;DR AI

Key summary

2 min read
  1. ReadmeForge is a browser-based visual README editor for developers that lets them build GitHub-ready docs without starting from scratch.

  2. It offers 11 draggable content blocks, a live GitHub-style preview, and export to Markdown.

  3. The app is built with React, Vite, Tailwind CSS, Zustand, and dnd-kit, and is deployed on Vercel.

  4. It stores data locally in the browser via localStorage, keeping content on-device.

Read the original