Guides
Short walkthroughs for the jobs people actually have. Most fit in ten minutes.
- 10 minMove from .env files to EnvletTurn the .env on every laptop into one shared environment that everyone runs from, in about ten minutes.Read
- 15 minMove from GitHub Actions secrets to EnvletReplace every repository secret with one, and stop copying the same value into five workflows.Read
- 15 minMove from Vercel environment variables to EnvletKeep one ENVLET_TOKEN in Vercel and let your functions pull the rest at boot.Read
- 20 minMove from AWS Secrets Manager to EnvletKeep AWS for the one token if policy requires it, and stop writing IAM policies for every secret your app reads.Read
- 10 minGive an AI coding agent env vars safelyLet Claude Code, Cursor, or Codex run your app without ever seeing a production secret.Read
- 5 minShare env vars with a teammateInvite one person and they run the same command you do. No pasted file, no DM.Read
- 5 minRotate a leaked keyChange the value once, find out who read the old one, and expire the token that leaked it.Read