Tool
.env Parser / Viewer
Parse pasted dotenv content into readable rows, highlighting duplicates, comments, and malformed lines.
Runs locally in your browser
3 entries · 1 duplicates · 1 errors
Rows
Line 1
# App config
Line 2
API_URL=https://recica.dev
quoted
Line 3
DEBUG=true
unquoted
Line 4
API_URL=https://duplicate.dev
unquoted · duplicate key
Line 5
Missing "=" separator.