Skip to main content
Capture a website at desktop, tablet, and mobile sizes:
The default all mode creates website-pc.png, website-tablet.png, and website-mobile.png. Screenshots use Playwright Chromium and capture the full page by default; add --viewport-only for only the visible viewport. Install the browser runtime once with pip install playwright && playwright install chromium. WebGL and Canvas apps use page load plus a settle delay instead of networkidle, which may never settle while a render loop is active. Configure it with --settle 4 or ARKA_BROWSER_SETTLE_SECONDS=4. Generate design-change prompts from an existing capture set:
The advisory review covers responsive layout, hierarchy, spacing, typography, accessibility, duplicate labels, overflow, and visual polish. Apply changes only after reviewing the suggested prompts. The review is viewport-scoped: if tablet looks wrong but PC and mobile look good, change only the tablet layout. Do not change a mode that is already working well to fix a different mode. Design suggestions are layout-only: preserve the existing button order and interaction order exactly.