Opinionated NestJS backend compiler

Generate the backend. Prove the architecture.

StrictPath turns a domain model into TypeScript, Prisma, migrations, OpenAPI and event schemas—then verifies runtime wiring against real PostgreSQL, Redis and Kafka-compatible Redpanda.

strictpath — evidence-first workflow
$ strictpath domain lint orders.yaml
✓ 0 errors · 0 warnings

$ strictpath domain compile orders.yaml
✓ TypeScript · Prisma · OpenAPI · events

$ strictpath verify --full
✓ runtime wiring
✓ PostgreSQL recovery
✓ Redis + Redpanda
✓ contract drift
✓ mutation gate

11/11 checks passed
One source, synchronized evidence

A golden path that does not stop at scaffolding.

1. ModelAggregates, invariants, commands, queries, events and state machines.
2. CompileCode, persistence, contracts, schemas and property tests.
3. RehearseReal database, cache, broker, recovery and contract-drift behavior.
4. ProveSBOM, VEX, SLSA provenance, threat model and signed report.

For backend teams

Stop rebuilding the same production baseline and arguing about whether the CQRS wiring or outbox is real.

For platform teams

Turn architectural decisions into executable gates without requiring a developer portal first.

For audit-heavy systems

Attach machine-readable evidence to the generated service instead of relying on a “production-ready” label.

Honest maturity

Stable beta core. Preview compiler. Labelled experiments.

Stable beta

Golden-path generation, doctor, registry, manifests and generated service quality gates.

Preview

Domain compiler, full verification, production proof and manifest-aware upgrade.

Experimental

Event Storming discovery, digital twin, counterexamples, impact engine and governed AI proposals.

Experimental output is design evidence, not an autonomous production decision. AI proposals require explicit human approval and a verifiable signature.

Reproduce, do not trust the screenshot

Publish the JSON report with the claim.

A maintainer reference run passed 433 CLI tests and 11/11 generated-service full-verification checks. Your machine, Docker cache and domain will differ. StrictPath includes the benchmark and verification commands needed to measure them.