Built with AI? Check the code.

Is Your AI-Built App
Actually Production-Ready?

Lovable, Bolt, Replit, Claude — AI tools build fast, but they leave hidden problems in your code. Run one command, upload the report, and see your app's real health score.

How to get your report

Don't worry — this is safe, free, and nothing gets sent anywhere except your own computer until you upload it here.

1

Open your project folder in a terminal

On Mac: open Terminal (search for it in Spotlight). On Windows: open Command Prompt or PowerShell. Then navigate to your project folder — for example: cd Desktop/my-project

💡 Tip: In VS Code, just press Ctrl+` (or Cmd+` on Mac) to open a terminal that's already in your project folder.

2

Paste this command and press Enter

This runs a free, open-source code scanner and saves the results to a file called report.json. It doesn't change any of your code — it just reads it.

npx react-doctor@latest --json > report.json

⏳ It usually takes 5–30 seconds. When it finishes, you'll see a new file called report.json in your project folder. If you see a "npx: installed X packages" message, that's normal — just wait for it to finish.

3

Upload the report below

Drag and drop report.json into the box below, or click to browse for it. We'll analyze it and give you a scored breakdown of your app's code health.

Drag and drop report.json here

or click to browse your files