← All tools

.env File Editor

Edit and convert environment variable files. Load framework-specific templates, sort variables, remove duplicates, and export to JSON, YAML, Docker env, or shell export format.

Template:
5 variables
Input (.env format)
Output:

Parsed Variables

KeyValue
NEXT_PUBLIC_APP_NAMEmy-app
NEXT_PUBLIC_API_URLhttp://localhost:3000/api
DATABASE_URLpostgresql://user:password@localhost:5432/mydb
NEXTAUTH_SECRETyour-secret-here
NEXTAUTH_URLhttp://localhost:3000