A full-stack web application that empowers developers to effortlessly generate well-structured README.md files by simply entering project content — saving time, eliminating manual formatting, and streamlining documentation with live preview and instant download.
- Frontend: React.js, Tailwind CSS, DaisyUI, React Markdown, GitHub-Markdown-CSS
- Backend: Node.js, Express.js
- Others: Axios, Vite, dotenv, CORS
- 🔄 Live GitHub-style Markdown Preview
- 🎨 Light & Dark Mode with Responsive UI
- ✍️ Supports all standard README sections
- ➕ Add new sections dynamically
- 📄 One-click
README.mddownload - 🚫 Download protection if data is empty
⚠️ Toast & modal alerts for download status- ☕ "Buy Me A Coffee" support button
git clone https://github.com/Dev-CodeBox/readme.dev.git
cd readme.dev
cd client
npm install
cd ..
cd server
npm install# Start the backend
cd server
npm run dev
# Start the frontend in a new terminal
cd client
npm run devNote: Create a
.envfile in the backend folder:
PORT=5000
CORS_ORIGIN=http://localhost:5173And a
.envin client folder:
VITE_API_BASE_URL=http://localhost:5000/api/v1
VITE_DONATION_LINK=https://www.buymeacoffee.com/yourname
VITE_GITHUB_SPONSOR_LINK=https://github.com/sponsors/yournameGenerates and sends the Markdown as a downloadable README.md.
{
"projectTitle": "My Project",
"description": "This is an auto-generated README",
"etc": "..."
}- Triggers file download of
README.md.
PORTCORS_ORIGINVITE_API_BASE_URLVITE_DONATION_LINKVITE_GITHUB_SPONSOR_LINK
Contributions, issues and feature requests are welcome!
Fork the repo and make changes on a new branch.
MIT © Dev Raj Singh

