Dev Server Verification with agent-browser You MUST verify the dev server with agent-browser after starting it. Do not assume the page works just because the dev server process started. Many issues (blank pages, hydration errors, missing env vars, broken imports) are only visible in the browser. Run this verification before continuing with any other work: Quick Verification Flow Verification Checklist Run each check and report results: 1. Page loads — succeeds without timeout 2. No blank page — snapshot shows meaningful content (not empty body) 3. No error overlay — no Next.js/Vite error over…