NON-COMPLIANT CODE WILL BE REJECTED
Zero Tolerance for
Sloppy Code.
Technical debt is not postponed. It is blocked. StrictKit is the only Next.js boilerplate engineered with a mandatory Docker Security Audit that fails your build if it detects vulnerabilities.
The Protocol
Install
Clone the repo. The strict config is pre-loaded. No setup wizards.
Push
Commit your code. The local git hooks trigger the container.
Block
If the audit fails, the push is rejected. No mercy for bad code.
The Strict Protocol
Opinionated standards for engineers who hate technical debt.
01_
Any is a failure. Use the type system or don't use the kit.
02_
Secrets are for vaults. Exposed keys are a build-breaking offense.
03_
Docker is the final judge. If the audit fails, the code is rejected.
04_
Performance is a feature. Shipped code must be optimized by default.