Welcome! You have free Pro access for 3 months. Here's how to get the most out of Technical Debt Radar in 10 minutes.
You'll see a full violation report — architecture drift, runtime risks, ORM anti-patterns, and reliability issues.
This auto-detects your framework, ORM, and architecture pattern, then generates radar.yml with the right preset. We recommend starting with warn-only mode until your team is comfortable.
Add the GitHub Action to your CI:
name: Technical Debt Radar
on:
pull_request:
branches: [main, develop]
jobs:
radar-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: technical-debt-radar/action@v1
with:
fail-on: critical
radar-token: ${{ secrets.RADAR_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}Paste into Claude Code or Cursor. The AI will fix all violations. Then run radar scan again — your score should drop.
Copy the markdown into your README.md.
We want your honest feedback — especially about:
After 2 weeks, we'll check in on: