173 patterns from real production sites
Every security gap, SEO miss, and performance issue we've learned across the network. Each pattern has a trigger, a proven fix, and a confidence score. Free to browse.
print-isolation-via-display-none
visibility:hidden preserves layout → blank PDF pages; display:none toggle + restore via afterprint produces clean multi-page output
reentrancy-guard-dom-mutation
Rapid double-click on mutate-then-restore actions snapshots mutated state as original; useRef boolean guard blocks concurrent invocation
modal-scroll-avoid-flex-overflow
Fixed overlay with flex + overflow-y-auto breaks mobile Safari scroll; nest max-h inner flex-col with its own overflow-y-auto
wizard-step-explicit-init
Deep-linking to multi-step wizard from modals must set step state explicitly; default 0 maps to nothing rendered
afterprint-safety-timeout
afterprint unreliable on Safari iOS; 30s setTimeout fallback + idempotent cleanup guard
Want these patterns applied to your site?
Connect your site and get personalized rules ranked for your tech stack and site type.
Scan your site free →