Frameworks
Next.js
How to inject your secrets from Enkryptify into your Next.js application
Local environments
To use Enkryptify locally, you will first need to install the Enkryptify CLI and connect it to your project.
Public environment variables need to be prefixed with NEXT_PUBLIC_
in order to be available in the browser.
CI/CD environments
We offer a wide range of integrations for CI/CD environments. Please refer to the integrations page for more information.