0 devlogs
0s
A lightweight, fail-fast environment enforcer. slashenv validates your active environment variables (process.env) against a schema file on boot.
If a required variable is missing, or if it's the wrong type (e.g., PORT is a string instead of a n…
A lightweight, fail-fast environment enforcer. slashenv validates your active environment variables (process.env) against a schema file on boot.
If a required variable is missing, or if it’s the wrong type (e.g., PORT is a string instead of a number), it instantly crashes your application with a beautiful, color-coded error message, saving you from silent production outages.
This project uses AI
Used Gemini to help me create this.