rocket

Env Linter

A live .env file linter: paste environment variables to get a parsed key/value table (sensitive values masked with a reveal toggle) and per-line findings — invalid key names, missing '=', unclosed quotes, spaces around '=', unquoted values with spaces, duplicate keys and undefined variable references, with an error/warning summary.

npx shadcn@latest add https://rocket.gozturk.dev/r/env-linter.json
8 variables·2 errors·4 warnings
L3warnspaces around '=' (will be trimmed)
L6infoempty value
L7errorinvalid key name "bad-key"
L8errormissing '='
L9warnunquoted value with spaces
L10warnreferences undefined ${HOSTNAME}
L11warnduplicate key (overrides line 2)
NODE_ENVproduction
PORT3000
API_KEY••••••••
DATABASE_URLpostgres://u:p@host/db
EMPTY(empty)
GREETINGhello world
HOST${HOSTNAME}
NODE_ENVstaging