Developer Tools · sub-niche
Terraform alternatives.
HashiCorp's BSL license cracked the door — multiple credible forks and rebuilds are now real businesses.
Why now
The OpenTofu / Pulumi / Crossplane race is on. The infrastructure-as-code seat is one of the highest-LTV in dev tools.
What the signal looks like
Repos with extensive provider directories, golden-path examples for AWS / GCP / Azure, and an active discord with infrastructure engineers from named platform teams.
Public examples
We name publicprojects + categories only — never founders we track inside the paid product. The buyer’s edge stays inside the product.
- OpenTofu — the BSL fork
- Pulumi-style language-native IaC
- Crossplane / KCL for Kubernetes-first ops
What this displaces
Terraform Cloud + an Atlantis cron + bash scripts.
Our build-vs-invest call
Build is only viable with prior infra experience. Invest if you see contributor list overlap with named platform engineers from FAANG / late-stage scale-ups. The replication of internal patterns into open source is the signal.
Common questions about this niche
- Isn't HashiCorp going to recapture?
- The license can't be reversed. The community has migrated. The window is open.
- What's the wedge feature?
- Drift detection plus AI-suggested remediation. Both adjacencies are unbuilt.
- Who pays for this?
- Platform teams at companies with 100+ engineers. $50k-500k per year deals.
More inside Developer Tools
- Code review for mobile — Mobile is where review tooling broke first — phone screens, swipe-friendly diffs, async patterns.
- AI pair-programming CLI — Terminal-native AI coding — Aider, Plandex, Claude Code shape — minus the IDE lock-in.
- Postgres clients for AI — AI apps mostly fail at Postgres — connection pooling, prepared statements, vector indexes. There's a clean client to be built.
- GitHub Action test runners — CI is slow and expensive. AI-aware test runners that selectively re-run, parallelize, and flake-detect are unsolved.