.env Parser
Clean up environment files without leaking values. Convert local .env content into JSON for tooling, or generate a scrubbed .env.example file.
.env
env.json
runtime
Browser-local execution
Inputs stay inside the current tab unless you copy, download or explicitly export.
memory
Session handoff
Magic Paste can pass input to a target tool through sessionStorage, never through the URL.
control
User-owned state
Favorites, recent tools and workflow history are local browser data you can clear from the browser.
smart handoff graph
session handoff readySuggested next moves
/text
Markdown Preview
Preview Markdown and copy safe HTML for docs, changelogs and product notes.
/text
SQL Formatter
Format compact SQL queries with keyword casing, line breaks and copy output.
/text
Regex Tester
Test JavaScript regular expressions with live highlighting.
/text
Text Case Converter
Convert text between camelCase, snake_case, kebab-case and more.
sponsor
Sponsor this toolFixed native slots for developer products. No third-party tracking, no popups, no layout shift.
01
How to use
- 01Paste .env content into the left editor.
- 02Choose JSON or .env.example output.
- 03Copy the generated result.
02
FAQ
- Are comments preserved?
- The parser ignores comments and blank lines. The output focuses on machine-readable keys and values.
- Can I paste secrets?
- Parsing is local, but avoid pasting production secrets into any tool unless your policy allows it.
03
Related tools
- /text→Markdown PreviewPreview Markdown and copy safe HTML for docs, changelogs and product notes.
- /text→SQL FormatterFormat compact SQL queries with keyword casing, line breaks and copy output.
- /text→Regex TesterTest JavaScript regular expressions with live highlighting.
- /text→Text Case ConverterConvert text between camelCase, snake_case, kebab-case and more.