Don't add "use client" to page or layout files. Extract the interactive part into a small client component.
Why This Matters
A "use client" at the page level makes the entire page client-rendered, losing all server component benefits (zero JS, SEO, streaming).
Tags
nextjssupabaseserver-components
Related Rules
Catch this automatically on every PR
BeforeMerge scans your pull requests against this rule and 3+ others. Get actionable feedback before code ships.