Fix App That Looks Good But Does Not Work
The systematic recovery flow for beautiful-but-broken AI builds: audit honestly, then fix by functional priority.
The Route
0/6 verifiedRun a brutal functional audit
Get the honest map: what works, what is fake, what is broken.
Prioritize the fix order
Fix what matters most first - the app's core promise.
Fix the core value action
Make the single most important feature real, end to end.
Work through the fix queue
Convert every remaining FAKE and BROKEN item to WORKS.
Add the missing states layer
Sweep the whole app for loading, empty, and error gaps.
Final honest re-audit
Close the loop with the same brutal audit that started it.
Context Pack
Paste this first. It briefs the AI on requirements, constraints, and the Definition of Done before your first build prompt.
Paste this into your AI builder first. It teaches the AI what you want before you give it the build prompt.
Related routes
More Debugging flows that share ground with this one.
Fix Broken Buttons
Hunt down every dead button in your AI-built app and wire each one to real, verified behavior.
+2 more steps to Done
Best foryour first pass at this - no prior setup assumed
Fix Broken Form Submission
Forms that validate, submit, persist, and recover: repair every broken form in your app end to end.
+2 more steps to Done
Best foryour first pass at this - no prior setup assumed
Add Database Persistence
Your app forgets everything on refresh: move state into a real database with working CRUD.
+2 more steps to Done
Best foryour first pass at this - no prior setup assumed