Not a Slack message. Not a shared Google Doc. A real encrypted store that your whole team can pull from.
Organize by project. Each holds its own set of environments—production, staging, dev.
Run passbook push.
Passbook stores it with
AES-256-GCM encryption on the
server.
Team runs
passbook pull.
Right config, right directory.
No Slack, no plaintext.
AES-256-GCM authenticated encryption. Secrets are encrypted at rest and decrypted only for authenticated access.
pull,
push,
diff three
commands that fit into
any existing workflow.
No GUI required.
Invite teammates as viewers or editors. Per-project access control. Share exactly what they need.
Compare local and remote before pushing. See exactly what changed. Catch mistakes before they ship.
Deployed on Cloudflare Workers. Sub-50ms worldwide. No cold starts. No servers to manage.
Environment variables are encrypted at rest with AES-256-GCM. The encryption key lives in Cloudflare's secret store—separate from the database and never committed to code. Passbook decrypts only when an authenticated user or CLI command needs access.
.env files still
work. Passbook is a sync tool,
not a runtime dependency. your
apps never call Passbook to
start.
push,
pull, and
diff for developers
who prefer to stay in the
terminal. Use whichever fits
your workflow.