Handy Dev Tools
Simple online tools for everyday tasks.

No favorites

    Base64 Encoder/Decoder
    Markdown to HTML
    HTML to Markdown
    URL Encoder/Decoder
    Unicode Escape Converter
    Unicode Encode/Decode
    SQL Formatter
    SQL Splitter
    JSON Formatter
    XML Formatter
    YAML Formatter
    GraphQL Formatter
    JSON to YAML Conversion
    YAML to JSON Conversion
    JSON to TOML Conversion
    TOML to JSON Conversion
    HTML Entity Encode/Decode
    TOML to YAML Conversion
    YAML to TOML Conversion
    CSV to SQL INSERT Conversion
    Markdown Table Generator
    JSON to XML Conversion
    XML to JSON Conversion
    UUID Generator
    ULID Generator
    Password Generator
    Hash Generator
    Lorem Ipsum Generator
    Lorem Picsum Image URL Generator
    Test Data Generator Tool
    QR Code Generator
    S3 Path Parser & Converter
    IP Address Calculator
    Subnet Split
    Subnet Consolidation
    CloudFront Signed URL Generator
    RDS Connection String Generator
    Coordinate Format Converter
    Geo Format Converter
    JWT Decoder & Parser
    Basic Auth
    Password Strength Analyzer
    Credit Card Validator
    RSA Key Pair Generator
    Case Conversion
    Romaji Conversion
    Roman Numeral Conversion
    Phonetic Code Conversion
    Character Counter
    Text Diff
    HTML Tag Remover
    Regex Tester
    Color Conversion
    Dice Roll
    Crontab generator
    Crontab parser
    Emoji Picker
    DateTime Converter
    HTTP Status Code Search
    Port Number Search
    MIME Type Lookup
    Base64 File Converter
    Image Base64 Encode/Decode
    User-Agent Parser
    URL Parser
    OGP Checker
    Commit Message Generator
    Chmod Calculator
    Terminal GIF Generator
    .env Parser & Validator
Ctrl+K

.env Parser & Validator

Parses KEY=VALUE text, infers value types (string/boolean/number/null/empty), masks secrets, and exports as JSON or Shell export.

.env input

Parse Results

KeyValueType
(undefined)

JSON Output

JSON Output
Read Only

How to use

About this tool

Parses .env (KEY=VALUE) text and automatically infers value types. Sensitive keys are masked, and you can export as JSON or Shell export.

How to use

Paste .env text (KEY=VALUE) into the input box. You’ll see the parse results (key, value, type) and any errors for each line. Switch between JSON / Shell export and copy the output.

Use cases

• Verify inferred value types (string/number/boolean/null/empty) • Create JSON or export-form output from .env • Mask sensitive keys when sharing values

How it works

Each line is split into key/value by the first `=`. Outer quotes (double quote or single quote) are removed once from the value before type inference. Lines starting with `#` are ignored as comments. If the key name contains `password/secret/key/token` (etc.), the value is masked by default.

Privacy and data

All processing happens in your browser. Input data and generated results are never sent to a server.