Quickstart
Get the full security stack running in under a minute.1. Install the CLI
2. Initialize Your Project
.dotset/ directory with your project configuration. You’ll be prompted to enable modules:
- Secrets — Encrypted environment variables
- Security — Runtime leak detection
- Tunnels — Secure localhost sharing
3. Add Your First Secret
4. Run Your App
- Injects your secrets into
process.env - Monitors stdout/stderr for leaked secrets
- Tracks outbound network connections
5. Share with Your Team (Optional)
Next Steps
Gitignore
Add this to your.gitignore:
.dotset/ directory contains your encrypted secrets and local configuration. Don’t commit it to version control.