Skip to main content

Live Demo

Try it in your browser

Source Code

View on GitHub

Secrets and Configs service diagram

Run locally

1

Install the CLI and clone

curl -fsSL https://specific.dev/install.sh | sh
git clone https://github.com/specific-dev/examples.git
cd examples/node-secrets
npm install
2

Start the development server

specific dev
You will be automatically prompted to input the secret and config values. Visit the URL in the output to see them in action.
3

Deploy to production

specific deploy