Understanding
How It Works
Three steps. That's all.
01. Install
Install both the KeyDrop CLI and SDK.
- The CLI handles secret management and build-time injection.
- The SDK handles runtime secret loading.
02. Push
Upload your existing .env file.
Before
After
Your secrets are securely stored and replaced with a single project key.
03. Run
Use KeyDrop to inject secrets during development and builds.
Development
Build
Runtime
Secrets are automatically loaded into process.env.
What Happens Behind The Scenes
What Has Been Verified
- ✓keydrop push
- ✓keydrop pull
- ✓keydrop run
- ✓Runtime secret injection
- ✓Build-time secret injection
- ✓Next.js
- ✓Vercel
- ✓NEXT_PUBLIC variables
- ✓Single KEYDROP_KEY deployment workflow