Skip to content
Panshi
EN / /
← Services

📘 README Generator

Describe your project (and paste key code/config) and get a polished, complete README.md — features, install, usage, config, contributing and license.

See the quality — a real example

Sample only · no credits used

Input — 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 -->

Related tools

Token Calculator

Count tokens (o200k / GPT-4o) and compare input/output cost across GPT, Claude, Gemini, DeepSeek & Qwen — runs in your browser.

API Key Leak Scanner

Paste code or config and instantly find hardcoded secrets — OpenAI/AWS/GitHub/Stripe/Google keys, private keys, JWTs. 100% in-browser.

Text to SQL

Turn plain English into correct SQL for Postgres, MySQL, SQLite, BigQuery or Snowflake — schema-aware.

Code Review

Paste a diff or file and get a ranked review — bugs, logic, security, performance — with fixes.