env-check
Validate environment variables at startup
stack: typescript, zod
What
Type-safe environment variable validation using Zod. Fails fast with clear error messages.
Why
Runtime errors from missing env vars are frustrating. Catch them at startup.
Notes
Zero runtime dependencies. Tree-shakeable.