I got tired of passing my .env files around in various chat channels to my colleagues so I made this tool to make it easier and more secure.
It's called Envie and it's open source and self-hostable API + CLI tool for managing API keys, secrets and the like. For development use, it's a faster, more secure way to quickly jump from dev to prod environments and to share environment variables with your colleagues.
For production, it's a centralized place to store your env vars and other secrets that you can integrate with any other service. When you build software, you often have to trust your application secrets to various 3rd parties and manage them via some clunky web UI. Envie makes your environments easier to manage via one interface.
Environments are client-side encrypted. Shared access to secrets is enabled by Diffie-Hellman style key exchange.
Looking for some feedback so I can make it better, thanks!