Launching today

Rotwise
Find and fix the tech debt your AI code left behind
1 follower
Find and fix the tech debt your AI code left behind
1 follower
Rotwise scans your GitHub repo for the debt AI coding tools leave behind, hardcoded secrets, swallowed exceptions, N+1 queries, missing tests, and ranks it by real risk instead of dumping 8,000 lint warnings on you. Then it does the part other scanners skip: it writes the fixes. Each one is a small pull request (max 8 findings, 300 lines) with a diff you review first. Nothing touches main without your approval. One batch, one PR, one revert. Free read-only scan. No credit card.

Hey Product Hunt 👋
I kept seeing the same thing happen. Someone ships an MVP in a weekend, it works, and six months later nobody wants to touch the code because changing one button somehow breaks checkout.
AI gets you to the happy path fast. What it skips is the error handling, the tests, the edge cases, and the API key that ended up in the repo.
Existing tools didn't really help. SonarQube gives you thousands of issues and leaves you to work out which ones matter. Your editor is good at the code you're writing right now, not the 40,000 lines already sitting there.
So I built Rotwise.
Connect a GitHub repo and it clones into a temporary workspace, then runs tree-sitter parsing, 15 heuristic rules, and an LLM review of the files that actually matter. Every P0 and P1 goes through a second cross-file pass, which filters out most of the false positives.
You get one 0 to 100 debt score and findings ranked P0 to P3, each with the file, the risk, and why it's worth fixing.
Approve a batch and Rotwise opens a pull request. Max 8 findings and 300 changed lines, every diff validated with git apply --check before you see it. It never pushes to main. One batch, one PR, one easy revert.
Your code is never executed and clones are deleted after each job: https://rotwise.io/security
Ruby, JavaScript, TypeScript, Python, Go, Rust and PHP. The free plan is one repo, one scan a month, full read-only report, no credit card. Paid starts at $49/month if you want the fixes: https://rotwise.io/pricing
Two things I'd love back: what's the worst thing you've found in your own AI-generated code? And if you run a scan, tell me where the ranking got it wrong. That's the most useful feedback I can get right now.
Angel