Jaspr Web automation + Flutter Web embed verification. Audits CoUI Web pages, drives dual WebโFlutter live previews, and attaches to local Flutter Web debug builds via VM Service.
Jaspr Web automation + Flutter Web embed verification. Audits CoUI Web pages, drives dual WebโFlutter live previews, and attaches to local Flutter Web debug builds via VM Service.
Web/Jaspr layer of the cocode verification stack. Covers two distinct needs that the in-process MCPs (Marionette, mcp_toolkit) and the OS-level MCP (Maestro) cannot:
Jaspr-rendered DOM โ Production-built Jaspr SSG/SSR pages such as coui.cocode.im/components/*. Pure HTML/CSS; no Flutter, no VM Service.
Flutter Web embeds โ Flutter widgets lazy-loaded into a Jaspr page (e.g. coui.cocode.im/live-preview-poc). In production this is a release-mode Flutter Web canvas โ VM Service is
off, so only Playwright/Chrome DevTools work.