Envapt Alternatives
Similar projects and alternatives to envapt based on common topics and language
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
nevr-env
Type-safe environment validation for TypeScript with an interactive CLI, plugins, encrypted vault, and Docker/Podman auto-discovery. The missing DX layer between your .env files and your app.
-
dotenv-run
Seamlessly load environment variables. Supports cli, esbuild, rollup, vite, webpack, angular, ESM and Monorepos.
-
zod-file
Type-safe file persistence with Zod validation and schema migrations for Node.js. Supports JSON, YAML, and TOML.
-
ultraenv
The ultimate zero-dependency environment manager. ultraenv bundles strict type-safe validation, encrypted Git-safe vaults, and built-in secret leak detection into one powerful suite. Easily sync environments, auto-generate TypeScript definitions, and never deploy a broken config again.
envapt discussion
envapt reviews and mentions
- Show HN: Envapt, typed env config for decoupled TS codebases (Node to edge)
-
Reading typed config from .env in TypeScript
What envapt gives you is the combination: a fallback that narrows the type and tells missing from zero, converters for the shapes that aren't strings, and validation through the schema you already wrote rather than the one a helper chose for you. If that's the shape of your config problem, the docs and the v4-to-v5 migration are at envapt.materwelon.dev, it's on npm and JSR, and the source is on GitHub. Please feel free to ask questions, report bugs, or suggest features in the repo! I'm always open to feedback and contributions.
Stats
materwelonDhruv/envapt is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of envapt is TypeScript.