Every env variable deserves a line in the docs. The Env Documentation Generator produces that line — a table with key, inferred type, whether it is required, its default, and a purpose column — from a paste of your .env.
It is the documentation habit without the typing: keys, values, and comment hints are parsed, types are inferred heuristically (boolean, number, URL, JSON, string), and the result renders as Markdown or HTML, ready for your wiki, README, or internal reference.
A privacy toggle replaces real defaults with <redacted> when the docs will be shared broadly, and the table itself never leaves your browser.