Back to browse
Save and store you .env vars

Save and store you .env vars

by pwbgerrits·Jun 17, 2026·2 points·1 comment

AI Analysis

MidSolve My Problem

Yet another secret manager competing with Doppler and Infisical.

Strengths
  • Proxy functions let static sites call APIs without exposing keys in browser.
  • One CLI command syncs secrets across all developer machines and CI pipelines.
  • AES-256 encryption with immutable audit trail for compliance requirements.
Weaknesses
  • Secret management is crowded — Doppler, Infisical, Vault already dominate.
  • No novel approach to a problem with well-established solutions.
Target Audience

Development teams, freelancers, startups

Similar To

Doppler · Infisical · AWS Secrets Manager

Post Description

I built this tool for myself, and the URL in this post points to it. I needed a secure way to store my environment variables because I work on many projects across multiple devices. Keeping each variable up‑to‑date on every device was a constant hassle.

Now everything lives in a local file that I can pull and push with a simple CLI command. I never have to think about it again.

The tool is also useful when you’re hiring freelancers who need access to staging or local environment variables for testing. Instead of handing over an entire .env file, only to have it linger for months and expose keys and passwords, you can share just the specific file or variable you want (e.g., only the database URL, not the password). When you need to rotate or change anything, press the sync button and the tool updates all environments automatically.

I use it daily and rarely log in just to edit a variable or .env key; a single click does the job.

If you work with multiple projects, devices, or freelancers, give it a try. I spent a lot of time securing and encrypting the secrets so they can’t be leaked. I’d love to hear your feedback.

Similar Projects

Developer Tools●●●Banger

enveil – hide your .env secrets from prAIng eyes

Stops AI tools from reading .env files by never storing secrets as plaintext on disk.

Solve My ProblemNiche GemShip It
parkaboy
2011313mo ago