> For the complete documentation index, see [llms.txt](https://abhichoudhary06.gitbook.io/secretsfoundry/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://abhichoudhary06.gitbook.io/secretsfoundry/readme.md).

# 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](/secretsfoundry/loaders/secrets-loader.md)
   * [AWS Parameter Store](/secretsfoundry/loaders/ssm-loader.md)
   * [AWS S3](/secretsfoundry/loaders/s3-loader.md)
   * [Hashicorp Vault](/secretsfoundry/loaders/hashicorp-vault-loader.md)
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.
