Dev Secrets
Store and manage local dev environment
UI for the Dev Secret CLI Tool https://peterkracik.github.io/dev-secrets/ Organize and manage environment variables and secrets for local development across multiple projects and environments. This is a local dev convenience tool, not a secure secrets manager — values are stored as plain, unencrypted JSON on disk, so it's meant for local, non-sensitive test values like localhost URLs, dummy keys, and dev ports, never real production credentials. Key Features: - Create isolated projects with multiple named environments, each containing its own set of secrets - Assign any folder on your computer to a project/environment to automatically load those secrets - Import and export secrets in multiple formats (env files, TOML, YAML, JSON) - Reference secrets within other secrets using variable substitution syntax See the full docs and details at the website above.

