📘 README Generator
Describe your project (and paste key code/config) and get a polished, complete README.md — features, install, usage, config, contributing and license.
- Complete structure. Title, features, install, usage, config, contributing, license.
- No invented commands. Only what your input supports — gaps become clear TODOs.
- Copy-paste Markdown. GitHub-flavored, ready to drop into your repo.
See the quality — a real example
Sample only · no credits usedInput — project details
ratelimit — a tiny Go middleware for token-bucket rate limiting. Install with go get github.com/me/ratelimit. MIT license.
Output — README.md
# ratelimit
A tiny Go middleware for token-bucket rate limiting.
## Install
go get github.com/me/ratelimit
## Quick start
mw := ratelimit.New(100, time.Minute)
http.Handle("/", mw(handler))
## License
MIT <!-- TODO: confirm author & year --> Sign in to use this tool
Sign in to use (30 free points on signup). Signed-in users run every tool on their account points — nothing to paste.
Sign in →