DMNO is an open-source tool for managing configuration and secrets, designed to solve all the common paper-cuts of dealing with configuration.
It gives your config validations, full type-safety with built-in docs, and the ability to reuse items and compose them using functions, rather than simply toggling between environments and simple string templates.
A plugin system allows sensitive config data to be pulled from a variety of backends. Currently encrypted files and 1Password plugins exist, with more on the way.
Drop-in integrations allow DMNO to be integrated into code very quickly, without any custom glue code. Currently integrations exist for Next.js, Remix, Astro, Vite, and Node.js, with several more in development. While DMNO is TypeScript based, it can be used with any tech stack, as config values can be injected into commands.
Additional security features help keep sensitive data safe - including automatic leak detection, log redaction, and http request scanning.
We are currently exploring ways to use web3 and distributed cryptography to give teams a novel secure secrets backend without complex setup and maintenance, in a way that abstracts away the web3 details and can be used by anyone, regardless of web3 experience. See our award winning project from ETH San Francisco 2024.
While this tool is built for ALL developers, it is extremely well suited to the web3 space, given the additional security requirements and desire for full data ownership.
DMNO Config Engine History
-
accepted into GG22 OSS - Hackathon Alumni 4 months ago.