# Welcome 👋

*SecretsFoundry* is a tool aimed to make managing your environment variables easier and more secure, enabling you to manage your secrets and their rotations with minimal config.

## Why SecretsFoundry?

There are several reasons to adopt SecretsFoundry in your workflow.

1. A simple solution that makes secret management easier for developers.
2. Drop in replacement for packages like `dotenv` and `dotenv-expand`.
3. Works with muliple secret managers like
   * [AWS Secrets Manager](https://abhichoudhary06.gitbook.io/secretsfoundry/loaders/secrets-loader)
   * [AWS Parameter Store](https://abhichoudhary06.gitbook.io/secretsfoundry/loaders/ssm-loader)
   * [AWS S3](https://abhichoudhary06.gitbook.io/secretsfoundry/loaders/s3-loader)
   * [Hashicorp Vault](https://abhichoudhary06.gitbook.io/secretsfoundry/loaders/hashicorp-vault-loader)
4. All env variables are version controlled using Git and can follow the Gitops methodology.
5. Requires no change to the production or CI/CD environment while adding / removing environment variables.

## Questions?

We're always happy to help with code or other questions you might have. Search our documentation,or post questions to our [Github repo](https://github.com/innoavator/secretsfoundry) if you run into any technical roadblocks.
