Validate .env files, find issues, and compare with .env.example. Runs in your browser β nothing leaves your machine.
What It Checks
- Missing
=signs - Invalid variable names
- Mismatched quotes
- Unquoted values with spaces
- Missing variables compared to
.env.example - Extra variables not in
.env.example