Show HN: Align – A CLI tool for managing and validating environment configs
1 SKBD 0 8/3/2025, 3:29:38 PM github.com ↗
I built Align as a way to tame messy environment configs across dev, staging, and production.
It supports schema validation, type-safe config authoring, .env export, secrets detection, dry runs, environment diffing, and more.
Align isn’t another runtime config lib — it’s a dev-time CLI that acts as a single source of truth for environment config across teams and stacks.
Use cases: – Prevent config drift across environments – Export to .env, JSON, YAML, or TOML – Validate config structure before deploys – Generate CI/CD-safe config files – Keep secrets out of version control
GitHub: https://github.com/The-Smith-Syndicate/align-config NPM: https://www.npmjs.com/package/align-config
Would love thoughts from the HN crowd — especially around multi-env pain points and whether this actually solves a real problem for you.
No comments yet