Launching today

RippleCheck
Insurance for AI-generated code — free & local
6 followers
Insurance for AI-generated code — free & local
6 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.
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.