I recently built a small open source CLI tool that scans a codebase for environment variable issues
(missing env vars, unused vars, framework-specific mistakes like Next.js / t3-env, etc.).
I’m not trying to grow users yet — I’m mainly looking for honest technical feedback:
- Is the problem real?
- Are there obvious flaws in the approach?
- Could this be used in your workflow?
For people who’ve shipped OSS tools before:
What worked best for you when gathering early feedback from experienced developers?
chrilleweb|2 months ago
I recently built a small open source CLI tool that scans a codebase for environment variable issues (missing env vars, unused vars, framework-specific mistakes like Next.js / t3-env, etc.).
I’m not trying to grow users yet — I’m mainly looking for honest technical feedback: - Is the problem real? - Are there obvious flaws in the approach? - Could this be used in your workflow?
For people who’ve shipped OSS tools before: What worked best for you when gathering early feedback from experienced developers?
Thanks!