Technical Debt Radar
A PR merge gate for Node.js backends — it blocks architecture violations, event-loop blockers, and dangerous ORM patterns before they merge.

- 11 AST-based analyzers, 47 detection patterns — architecture, runtime risk, performance, reliability, maintainability.
- Volume-aware severity: the same findMany() is fine at 1K rows and blocks the merge at 1M+.
- Hybrid AI pipeline: deterministic rules decide, Claude analyzes the top suspect functions, with an AI auto-fix loop.
- TypeScript
- NestJS
- Turborepo
- Tree-sitter
- ts-morph
- Claude API
- Next.js
- PostgreSQL
npx technical-debt-radar scan .









