Live
142,850leaked on GitHub today

Stop sharing .env files
on Slack.

One command syncs your secrets across every environment — encrypted, audited, and out of your team's chat history for good.

Join the waitlist
AES-256 EncryptedOpen source CLINo credit card required

Up and running in 3 commands.

One-time setup

Install the CLI

Install the CLI to get started.

$npm i -g useenvy
1
$envy login

Authenticate once with GitHub

2
$envy init

Connect your project to an environment

3
$envy pull

Your whole team pulls the latest secrets instantly

Every team does this. None of them should.

Security Risk

Slack Sharing

Your Slack DMs are searchable. So is every API key your team ever pasted there.

Here's the .env file 🔑
Security Risk

Notion Docs

That doc has your database password — and 14 people with edit access who have no business seeing it.

API_KEY: sk_live_...
Security Risk

Git Leaks

One `git push` and your secret lives in commit history. Deleting the file afterwards does nothing.

+STRIPE_SECRET=sk_live_...

39% of security breaches start with exposed credentials. Most teams don't find out until it's too late.

Ship faster.
Leak nothing.

Inject secrets at runtime, track every change, and catch missing keys before they break production.

Universal Compatibility

One command. All your secrets.

Works with any stack. Node, Python, Ruby, Go. No SDK to install in your project.

$ envy run -- node server.js
▶ 12 secrets injected · Starting on :3000

Audit log

Know who changed what and when. Always.

User
MariachangedDATABASE_URL
2h ago
User
JoãoaddedREDIS_URL
yesterday
User
Sistemapulled[production]
3h ago

Environment diff

See exactly what's missing in production before you deploy.

SECRETSTGPRD
DATABASE_URL
REDIS_URLMISSING
NEW_FLAGMISSING

AES-256 Encryption

Encryption at rest. We can't read your secrets. Even if we wanted to.

secret
AES-256-GCM
ENCRYPTED
database

Stop overpaying for security.

See how much you save by switching from Doppler to Envy.

5
1 DEV10 DEVS
Doppler cost$105/mo
Envy cost (Team)$19/mo

Estimated Yearly Savings

$1,032

*Based on Doppler Team pricing of $21/user/mo

100% Open Source

Security you can audit.

Secret management tools should be transparent. Envy is open source from day one — read the encryption code, contribute to the CLI, or run your own instance.

cli / src / encrypt.ts

import { encrypt, decrypt } from "./crypto";

export const secureVault = (secret: string) => {

const iv = crypto.randomBytes(16);

const cipher = crypto.createCipheriv('aes-256-gcm', key, iv);

return Buffer.concat([iv, cipher.update(secret), cipher.final()]);

};

Simple pricing. Scales with your team.

Plans are ready. Doors open soon.

Early Access

Pricing that grows with your team

Start free and pay only when you need more. No credit card required, no surprise bills.

  • 1 project
  • 50 secrets
  • 1 user
  • Full CLI access
  • Import/Export .env

Join the waitlist to lock in early-access pricing.

Join the waitlist

No credit card required. Cancel anytime.

Questions we get a lot.

Honest answers — no marketing fluff.

Your .env belongs in Envy.
Not in Slack.

Secrets don't belong in Slack threads or forwarded emails. Join the list — be first in when we open the doors.

Secure 256-bit AESEarly Access