Launched this week

RippleCheck
Insurance for AI-generated code β free & local
9 followers
Insurance for AI-generated code β free & local
9 followers
RippleCheck scans your JS/TS/Python codebase and shows exactly what breaks before AI tools like Claude Code, Cursor, or Codex change your code. It uses real local AST analysis (not LLM guesses) to detect impact, explain it in plain English, and generate copyable fix prompts. Runs 100% locally with no telemetry. Available as a Desktop App, MCP Server, and CLI. Free forever, MIT licensed.







love the local AST approach and the fix prompt idea is genuinely useful. one thing that would make this a no-brainer for me: a watch mode that re-scans on file save and shows a small inline diff preview of what would break before i even invoke my AI tool. would save a ton of context switching.
@selinkutbag9gjΒ Really glad the fix-prompt part landed β that was the piece I cared
about getting right.
Good news: the Desktop App's Project tab already does exactly this β
point it at a folder and it watches continuously, showing you what's
affected the moment any file saves, no need to invoke your AI tool
first. Would love to know if that's what you had in mind, or if you
meant something more specific inside the CLI/MCP flow.
Ran it on a medium-sized repo and the AST analysis caught a few ripple effects I would have missed, way more precise than just grepping for function names. Love that it runs fully local.
@nuriyezd79Β Thanks so much for trying it on a real repo! That's exactly the case I
built it for β the stuff that's easy to miss with simple grep/text
search but obvious once you see the actual reference graph. Really
appreciate you taking the time.