Developer Tools

๐Ÿ—๏ธ Secretbox

Self-hosted team secrets and env-var manager, no per-seat Doppler bill.

Quick facts

Secretbox at a glance

Price$39, once โ€” no renewal
ReplacesDoppler Team at $12/user/mo โ€” roughly $144 a year, every year
TypeSelf-hosted web app
PlatformsYour own server (VPS / Docker), any browser
CategoryDeveloper Tools
What's in the box

Secretbox features

01

๐Ÿ” Envelope encryption at rest

Every value gets its own random AES-256-GCM data key, wrapped by a master key that lives only in your .env and never in the database.

02

๐Ÿ—‚๏ธ Projects and environments

Organize projects into dev, staging, prod and custom environments, with secret versioning and one-click rollback.

03

๐Ÿ‘€ Audit-logged reveals

Every reveal, pull, edit and rollback is recorded with who, what and when.

04

๐Ÿ”€ Environment diff

See which keys are missing or different between dev and prod without exposing the values.

05

๐ŸŽซ Scoped API tokens

Per-project, read-only or read-write tokens, shown once and stored as SHA-256 hashes.

06

โŒจ๏ธ Zero-dependency CLI

secretbox pull writes an env file, secretbox run injects env and writes nothing to disk, and secretbox push adds a key.

07

๐Ÿ–ฅ๏ธ Desktop mode or VPS

Run it as an Electron app, or docker compose up on a $5 VPS.

Pricing

$39 once โ€” that's the whole pricing page

Doppler Team charges $12/user/mo โ€” roughly $144 a year, every year. Secretbox is a single payment, and it keeps working whether or not we ever sell another copy.

$12/user/mo forever $39once

Or get Secretbox inside the full suite โ€” every app in the catalog, currently $97 for the bundle. See the bundle →

FAQ

Honest answers

Is it really free on GitHub?

Yes. Secretbox is MIT-licensed at github.com/bensblueprints/env-secrets-manager-mvp and always will be. The $39 buys the packaged 1-click installer and setup; building from source is free.

Where do my secrets live?

In a SQLite database on your own server, envelope-encrypted per value. Nothing goes to us or any third-party cloud.

Is this zero-knowledge like Vaultly?

No, and honestly so: this is server-side encryption, because a secrets manager that feeds CI must hold the key to hand plaintext to your deploys. If you need client-side zero-knowledge crypto, that is our Vaultly product. Protect the box and protect the .env.