Start the development server with npm run dev
and navigate to the page or route you want to capture. No staging deploy, no public URL required — everything runs on
localhost:3000.
If the page depends on authenticated data or specific route parameters, log in and navigate to the correct state first. For pages that load data dynamically (SWR, React Query, server actions), wait for the data to fully render before copying. The plugin captures whatever the browser displays — fetch the right state first.