Website.QC BY SINGH DYNAMICS Get in touch
For AI-generated sites

Your Bolt or Lovable build probably shipped with bugs neither of you can see.

Website QC reviews the code and the rendered output of AI-generated websites, finds the specific defects the generator tends to leave behind, and proposes small patches a real developer would actually approve.

What it catches

Dead framework classes

Tailwind classes built dynamically at runtime that the JIT compiler never generates, so the style silently never applies.

Fragile external assets

Images and scripts hot-linked from unrelated or abandoned repositories, one deletion away from breaking your live site.

Copy and behavior mismatches

Two buttons labeled differently that quietly route to the exact same handler, or a state, that isn't what either label promises.

Missing structural sections

Pages missing a footer or section the rest of the codebase already expects, left out by an incomplete generation pass.

Dead or duplicate components

Leftover files from an earlier generation attempt that silently win module resolution over the version actually meant to ship.

Uncontrolled failure states

A broken image with no fallback, showing the browser's default broken-icon instead of something controlled.

Not a taste engine

Think closer to a specialized linter with visual awareness than an autonomous designer.

Every proposed patch has a concrete, inspectable root cause and a reproducible symptom. Spacing, color, and layout preference are lower confidence calls and aren't patched automatically. The goal isn't the most changes, it's the highest percentage of changes a skeptical repo owner would actually merge.

Where this stands

In validation, not yet a product. Two independent real-repo validation passes are done, one against Lovable-family output and one against Bolt.new output, both finding real, checkable defects and shipping clean, verified patches. The next step is a small local reviewer harness, not a public tool yet. If you've shipped something with Bolt, Lovable, or v0 and want it looked at, get in touch directly.

Get in touch

Send the repo or the live URL and what platform generated it.

[email protected]