List your variables
Add a row for each key, its value or placeholder, and an optional comment.
Build a clean, well-commented .env or .env.example file from a simple key/value/comment list, then copy or download it.
Add a row for each key, its value or placeholder, and an optional comment.
Your properly formatted .env text updates instantly as you type.
Choose .env or .env.example, then grab the finished file.
It's a strong, widely followed convention (UPPER_SNAKE_CASE) rather than a hard requirement. This tool warns when a key doesn't follow it, but won't block you from using a different style.
.env holds your real, often secret configuration and should never be committed to version control. .env.example is a safe, checked-in template showing which variables are needed, usually with placeholder or blank values.
No. The file is generated entirely in your browser; nothing you type is uploaded or stored remotely.