nowfound

Dev tools · April 7, 2026

FV

Frontend-VisualQA — give coding agents eyes to verify their own UI work

Coding agents today are blind. They write “valid” HTML/CSS code but can still ship a broken layout, a clipped dropdown, or a page at the wrong URL. Playwright scripts can assert modal.isVisible() without knowing the modal is rendered off-screen. Essentially, coding agents need “eyes” to verify their own UI work. frontend-visualqa is a CLI + MCP server for Claude Code and Codex for visual testing, verification, and QA of a website. You give it a URL and natural-language claims: frontend-visualqa verify http://localhost:8000/dashboard.html \ --claims \ 'The API status…

In plain words

Frontend-VisualQA is a CLI and MCP server that gives coding agents visual testing capabilities for websites. It verifies UI work by taking a URL and natural-language claims about what should appear on the page, catching visual problems like clipped dropdowns, off-screen modals, and misaligned elements that standard HTML validation misses. Designed for Claude Code and Codex, it detects disagreements between what the DOM says and what actually renders visually, helping automated coding agents ensure layouts work correctly before deployment.

written from the facts on this page · September 2026

From the sources

In the maker’s words, at launch

Coding agents today are blind. They write “valid” HTML&#x2F;CSS code but can still ship a broken layout, a clipped dropdown, or a page at the wrong URL. Playwright scripts can assert modal.isVisible() without knowing the modal is rendered off-screen. Essentially, coding agents need “eyes” to verify their own UI work. frontend-visualqa is a CLI + MCP server for Claude Code and Codex for visual testing, verification, and QA of a website. You give it a URL and natural-language claims: frontend-visualqa verify http:&#x2F;&#x2F;localhost:8000&#x2F;dashboard.html \ --claims \ 'The API status indicator shows Active' \ 'The monthly quota progress bar is completely filled' # → first claim passes, second fails (label says 100% but bar is ~65% full) It catches visual<->DOM disagreements that selectors are blind to. You can also test interactive flows without hardcoded data: frontend-visualqa verify 'http:&#x2F;&#x2F;localhost:8000&#x2F;booking_form.html' \ --claims 'The date on the confirmation page matches the date selected on the calendar' \ --navigation-hint "Fill out the form with example data" # → fails: fills the form, picks a date, books the slot, and catches an off-by-one date error on the confirmation page The visual evaluation runs on n1, a VLM by Yutori that is post-trained specifically for browser interaction with RL on live websites. It navigates pages autonomously — so when a coding agent sends it to the wrong URL, n1 sees the wrong page, self-corrects, and reports this correction. On browser-use benchmarks n1 slightly outperforms Opus 4.6 and GPT-5.4 while running 2—3x faster at 4—5x lower cost: https:&#x2F;&#x2F;yutori.com&#x2F;blog&#x2F;introducing-n1 How does this compare to? 1. Playwright CLI+MCP - Gold standard, but blind. - frontend-visualqa is the visual verification layer on top. 2. OpenAI Playwright skill &#x2F; Claude + Dev-Browser - similar idea, but n1 is specifically trained for browser use (thus faster and cheaper), and the claim-based approach structures what to check rather than hoping the model notices everything. - Not locked to a TUI or IDE. Known limitations: - Native <select> dropdowns render as OS-level widgets outside the viewport — n1 can't see or interact with them. Custom dropdowns work fine. - Small visual&#x2F;numeric disagreements (red vs green status dot) are a known hard case. Improving with model updates. Requires a Yutori API key (new accounts get free credits). DM me if you run out of credits.

More dev tools this month

the category →
  • Dograh592

    The open source VAPI alternative

    Dev tools · 25d ago · dograh.com

  • Meridian530

    Don't let your work go unnoticed. Get promoted!

    Dev tools · 20d ago · meridiona.com

  • x1516

    Lovable for iPhone apps go from idea to App Store

    Dev tools · 11d ago · x1.new

  • Open-source GTM skills for technical founders

    Dev tools · 29d ago · gtmcofounder.com

  • OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.

    Dev tools · 1d ago · opentrailpaper.com

  • Nuphos380

    The AI-Native DevOps Workspace.

    Dev tools · 24d ago · nuphos.ai

Launched alongside, April 2026

the whole month →
  • Brila1,367

    One-page websites from real Google Maps reviews

    AI · Apr 2026 · brila.ai

  • AG

    Thought the resources for GPU arch were lacking, so here we are

    Life & fun · Apr 2026 · jaso1024.com

  • IB

    Built a ~9M param LLM from scratch to understand how they actually work. Vanilla transformer, 60K synthetic conversations, ~130 lines of PyTorch. Trains in 5 min on a free Colab T4. The fish thinks the meaning of life is food. Fork it and swap the personality for your own character.

    AI · Apr 2026 · github.com

  • AI meeting notes: now bot-free, in ChatGPT & Claude + more

    AI · Apr 2026 · fathom.ai

  • BC

    Life & fun · Apr 2026 · sam-burns.com

  • IB

    With social media and now AI, its important to keep the indie web alive. There are many people who write frequently. Blogosphere tries to highlight them by fetching the recent posts from personal blogs across many categories. There are two versions: Minimal (HN-inspired, fast, static): https:&#x2F;&#x2F;text.blogosphere.app&#x2F; Non-minimal: https:&#x2F;&#x2F;blogosphere.app&#x2F; If you don't find your blog (or your favorite ones), please add them. I will review and approve it.

    AI · Apr 2026 · text.blogosphere.app