Vaultlier

Configuration secrets, secured. Develop with confidence.

Vaultlier is a Node.js library and platform for managing application configuration in a sealed vault — without exposing environment variables locally.

End-to-end encrypted. Audit logged. Built for teams.

usage
import { vault } from 'vaultlier';
 
const config = await vault({
environment: 'prod'
});
 
config.DATABASE_URL // string
config.STRIPE_SECRET // string
config.FEATURE_NEW_FLOW // boolean

Secrets never touch disk.

Only in-memory. Always encrypted.

Secure by design

End-to-end encryption with per-project keys and audit logs.

Environment-first

Manage dev, staging, prod and custom environments.

Simple CLI

Init, pull, push — everything you need in four commands.

Built for teams

Granular access, scopes, and least-privilege by default.