Free
$0/ month
For individuals and small teams getting started.
- Up to 3 environments
- Unlimited team members
- AES-256 encryption at rest
- Expiring share links
Start free with up to 3 environments. $2 per environment per month after that, billed monthly, with unlimited team members on every plan.
Every team starts free. Only pay when you add environments beyond the first three.
$0/ month
For individuals and small teams getting started.
$2per environment / month
For teams that outgrow the free tier. The first 3 environments always stay free.
Drag the slider to match your team's environments and watch the bill update instantly.
First 3 are free. 3 additional environments billed monthly.
The way most teams share environment variables today creates a permanent, unencrypted, unrevokable copy of your secrets.
Slack, email, or a shared doc
share.env
Every table in share.env has Row Level Security turned on. A hidden button in the interface is not a permission boundary. A policy is.
Postgres policies decide who can read or write a row before your application code ever runs, so a bug in the UI can't leak another team's secrets.
create policy "workspace_members_select"
on public.env_files for select
using (is_workspace_member(workspace_id, auth.uid()));File contents are encrypted in Supabase Storage. Nobody, including us, reads a .env file outside of an authorized request.
Links are generated with cryptographically secure tokens, always carry an expiry date, and can be revoked the moment access should end.
Every change to a file is recorded with who made it and when, so security reviews take minutes instead of days.
Pull the current environment straight into local development or a CI/CD run, without anyone copying secrets by hand.
$ envshare login✓ authenticated as marta@acme.dev$ envshare pull --workspace api --env production✓ decrypted 14 variables into .env.production$ envshare link create --env production --expires 24h✓ https://share-env.app/l/9f2a1c... expires in 24h
Any distinct .env file you upload to a workspace, for example production, staging, or a per-branch preview file. Re-uploading the same file doesn't create a second one.
No. The free tier is permanent for up to 3 environments, not a trial. You're only billed once you add a 4th.
Yes. Deleting an environment removes it from that month's count immediately, and the next invoice reflects the change.
No. Team members are unlimited on every plan; pricing scales only with the number of environments you store.
Create a workspace, upload your first .env file, and share it with your team in under two minutes.