Compare environment variables, find duplicates and missing references, and generate safe examples or redacted copies
| Key | Status | A | B |
|---|---|---|---|
| API_TOKENsecret | different | •••••• | •••••• |
| APP_ENV | different | development | production |
| APP_PORT | different | 3000 | 8080 |
| DATABASE_URLsecret | different | •••••• | •••••• |
| LOG_LEVEL | right-only | — | warn |
| PUBLIC_URL | different | http://localhost:3000 | https://example.com |
| REDIS_URL | left-only | ${MISSING_REDIS} | — |
—
APP_ENV=development…APP_ENV=development…Parsing, comparison, and redaction happen locally. Secret detection is a name-based heuristic; manually review templates before copying or committing them.
Compare environment variables, find duplicates and missing references, and generate safe examples or redacted copies. It requires no desktop installation and supports common developer workflows directly in a modern browser.
Core processing runs locally in your browser. Tool input is not uploaded; downloads and clipboard actions are handled by the browser.
Continue with the next step in the same workflow.
Convert Unix seconds, milliseconds, and date-time values with automatic precision detection plus local, UTC, ISO 8601, and relative output
Convert alpha-aware HEX, RGB, and HSL colors, preview compositing, and check WCAG text contrast
Convert data storage and bandwidth, time, temperature, and engineering units with scientific notation, precision controls, and full result tables
Convert signed arbitrary-precision integers across binary, octal, decimal, and hex, with fixed-width two’s complement