REAL REPOSITORIES · PINNED RESULTS
See what gets checked before an AI-built app ships
Four public repositories, four published evidence-backed results you can open. We pin the source, reconstruct the important paths static analysis can support, separate confirmed issues from follow-up work, and validate every published artifact.
01Public JS/TS reference
Report published·Pinned 513da90·Quality checks passed
Next.js 16 full-stack template
A compact full-stack starter used to test whether FlowPreflight stays cautious when a repository contains framework capability but limited product-specific behavior.
Next.js 16TypeScriptNextAuthMongoDB
1important production flows
10follow-up checks
1evidence boundaries
54 files inventoried · 661 source facts connected · 30 functions analyzed
Why this result mattersShows why even a clean starter needs a boundary review before real product logic is layered on top.
02Public JS/TS reference
Report published·Pinned f0a5c55·Quality checks passed
Play Next.js SaaS starter
A medium SaaS codebase with identity, email/OTP, content, database, and Stripe boundaries—useful for showing how the report separates several product journeys.
Next.jsTypeScriptNextAuthPrisma
4important production flows
13follow-up checks
1evidence boundaries
157 files inventoried · 3,031 source facts connected · 128 functions analyzed
Why this result mattersDemonstrates the value of tracing auth and payment boundaries before a SaaS starter becomes a production service.
03Built with Lovable
Report published·Pinned 049db25·Quality checks passed
Lovable-generated Gantt planner
A larger AI-generated project planner with persistent CRUD, project membership, roles, task ordering, and a prompt history that documents how the app was assembled.
ReactTypeScriptViteSupabase
Openflow reconstruction boundary
3follow-up checks
1evidence boundaries
135 files inventoried · 3,538 source facts connected · 140 functions analyzed
Why this result mattersShows the exact kind of integration boundary an AI builder can miss when a polished UI is ready before its deploy assumptions are proven.
04Initial UI created with v0
Report published·Pinned 502ed5b·Quality checks passed
v0-assisted Anthropic token counter
A small AI-assisted utility that sends user text through a server route to Anthropic’s token-counting API—ideal for testing provider, input, logging, and secret-reference boundaries.
Next.js 14TypeScriptAnthropic SDKReact
2important production flows
1follow-up checks
1evidence boundaries
24 files inventoried · 637 source facts connected · 17 functions analyzed
Why this result mattersA small app can still cross a sensitive AI-provider boundary; this demo shows why “the feature works” is not the same as “the deploy assumptions were reviewed.”