← Back to home

About Technical Debt Radar

The PR Safety Gate for Node.js Backends

Technical Debt Radar is an automated code quality enforcement tool that blocks dangerous code from reaching production. It enforces architecture boundaries, detects runtime risks, catches performance anti-patterns, and ensures reliability standards on every pull request.

Built by Khalid, Radar was created to solve a problem that existing tools miss: AI-generated code is fast, but it doesn't understand your architecture, your Node.js event loop constraints, or your database table sizes. Radar catches the violations that slip through code review.

11
Analyzers
47
Detection Patterns
5
Frameworks
7
ORMs

What Makes Radar Different

  • Volume-aware analysis — severity scales with your declared table sizes, not static rules
  • Handler-scope detection — only flags sync operations inside request handlers, not background jobs
  • Cross-file tracing — follows patterns through the import graph to find indirect risks
  • Architecture as code — define your architecture in YAML, enforce on every PR
  • AI-enhanced explanations — Claude generates context-aware fix suggestions