I reviewed 4 indie products before launch. Here's what automated tests don't catch.
I've been running independent launch-readiness reviews on small products like extensions, web apps, tools like using a combination of static analysis, runtime testing, and source review. Not a penetration test. More like: "is this actually ready to ship?"
One product had 2,437 passing unit tests. Still had a layout overflow at side-panel width, partial search results showing as complete, and store disclosure copy that didn't match what the code actually did.
Another had privacy copy saying user data was "never shared with third parties." The code had Clerk, PostHog, Vercel Analytics, and Cloudflare RUM running. Not wrong to use those, wrong to say "never shared."
A third had two different builds both tagged v1.3.2. A fix verified in one build was being inherited by the other. The bug wasn't fixed where the user had it.
The pattern: builders trust their own test suites, their own copy, and their own reading of their product. An independent eye with evidence catches what familiarity hides.
I'm doing 10 free reviews before I charge for this. If you're shipping something in the next few weeks and want a real look, not vibes, not a checklist, evidence-backed findings with fix priorities, drop a comment or DM me.
What I'll cover: functionality, reliability, trust/privacy claims, UX, store listing, accessibility basics. What I won't pretend to cover: things I can't reach without your credentials.