.env Syntax Checker

Check .env file line syntax: KEY=value, comments (#), invalid key names.

About this tool

Checks .env syntax: each non-empty line must be a comment (#...) or KEY=value. Keys must start with a letter or underscore. Uses the same API as Env File Validator.

Click "Validate" to check your code