VaultDeck / Local Runtime Control
~/.vaultdeck = source of truth

Quick Install

curl -fsSL https://raw.githubusercontent.com/brendonexists/vaultdeck/main/scripts/install-vaultdeck.sh | bash -s -- --repo https://github.com/brendonexists/vaultdeck.git --install-hook
Developer environment orchestrator

Stop juggling .env files. Start running from one vault.

VaultDeck turns projects into runtime containers for secrets and environment variables. Keep API keys, tokens, and credential files centralized, then inject exactly what each app needs.

Project-Centric Secrets

Organize env vars by the real systems that consume them: agents, stacks, services, and CLI workflows.

Single Source of Truth

VaultDeck stores and manages secrets in one inspectable local vault, then generates shell and env output.

Runtime Confidence

Preview shell exports, run smoke checks, and verify your environment before you launch your app.

How It Flows

1. Create Project

Define metadata, status, color tag, and default shell.

2. Add Secrets + Files

Store values and file references in `~/.vaultdeck/files`.

3. Validate Runtime

Check shell preview, Node/Python tests, and command snippets.

4. Inject + Ship

Inject project vars to your shell and run with confidence.

Built for Real Projects

Jackson (AI Agent) Pipeline Zap WordPress Site Docker Stack CLI Toolchain

VaultDeck is not a key-value drawer.

It is a local-first runtime environment orchestrator for developers who want control and speed.