Securely Store and Share your Dev Secrets with your team
Presentation
No more sharing private development secrets over inefficient and insecure channels.
We are here with Guardian to help dev teams securely store and share their env variables using end to end encryption, and control the access of those variables using an simple and easy to use dashboard.
Teams can use Guardian Cloud - our instance of Guardian to store the secrets without worrying about the infra or they can opt in the self-host way and deploy the entire monorepo on their infrastructure.
apps/web
: Next JS Web Clientapps/api
: Express Serverapps/cli
: CLI tool to manage your secrets
This has some additional tools already setup for you:
To build all apps and packages, run the following command:
git clone https://github.com/manavendrasen/guardian-hackout.git
cd guardian-hackout
pnpm run build
To develop all apps and packages, run the following command:
cd guardian-hackout
pnpm run dev