About Envlet

Built by SELCOR, a small software company, because we were pasting the same .env into Slack for the fourth time.

Why it exists

Every team we worked with kept the same values in five places: a .env on each laptop, GitHub Actions secrets, the hosting platform, a password manager note, and a settings file for whichever coding agent was in fashion that month. None of those places knew about the others, and none of them knew who read what.

Envlet is the one place. Set a value once. Your team, your agents, and CI run one command and get the values they are allowed to see. Every read is logged by name.

What we believe

Agents are readers with their own identity, not a shared human account. Production starts withheld. Humans are the only seats that cost money.

A secret store should be boring to integrate. One token, one command, standard library HTTP in every SDK, no daemon on the host.

If the API is unreachable, the process should not start with half an environment. Fail loud, never partial.

Where and who

SELCOR is a small team building developer tools. Envlet runs on Cloudflare Workers with a PlanetScale database, and the SDKs and public mirrors are open source on GitHub under selcor.

Say hello at hello@envlet.dev.

Stop pasting .env files.

One command. The right values for whoever runs it.