Open-source secrets management platform for securely storing and syncing API keys, database credentials, and configuration across your team and infrastructure.
To install Infisical, you can use Docker Compose for self-hosting:
Terminal
Copy
# Clone the repositorygit clone https://github.com/Infisical/infisical.git# Navigate to the directorycd infisical# Start Infisical using Docker Composedocker-compose -f docker-compose.prod.yml up -d
For client-side integration in your application:
Terminal
Copy
# Install the Infisical SDK for Node.jsnpm install infisical-node