PixelCheck: An npm Package That Lets AI Agents Visually Verify Web Pages

PixelCheck is an npm package that lets AI agents visually verify the web pages they ship. Instead of you manually checking every button, flow, locale, and device, the agent can open pages, click buttons, fill forms, pull structured data, and score UI — all on its own.
Why It Exists
The author, a non-coder, uses Claude to write frontend code but hit a bottleneck: Claude is blind. Every login flow, Japanese translation, or Arabic RTL layout required manual browser checks. They'd screenshot, paste back, and describe what was wrong — hours per week. PixelCheck was built to eliminate that loop.
Key Capabilities
- Open pages and interact with them using natural language commands
- Click buttons and fill forms
- Pull structured data from any page
- Score a UI like a real person would
- Compare two versions of a page
- Walk through an app as different user personas: Tokyo housewife on MacBook, Lagos entrepreneur on Tecno, 72-year-old US retiree on iPad, RTL Arabic businessman, Shanghai student on Xiaomi
Technical Details
- Runs locally — no SaaS in the loop
- The author wrote zero code; every character was generated by Claude Code
- All logic was described in plain English to Claude Code, which turned it into shipping software
Who It's For
Developers using AI coding agents for frontend work who want automated visual verification without manual screenshots.
Try It
Available now on npm. The author provides it as proof that product instincts can be turned into software via Claude Code, even without typing a line of code.
📖 Read the full source: r/ClaudeAI
👀 See Also
Needle: A 26M Parameter Tool-Calling Model Built Entirely Without FFNs
Needle is a 26M parameter function-calling model with no MLPs, achieving 6000 tok/s prefill and 1200 tok/s decode on consumer devices. It beats FunctionGemma-270M, Qwen-0.6B, Granite-350M, and LFM2.5-350M on single-shot tool calling.

Hollow AgentOS Reduces Claude Code Token Usage by 68.5% with JSON-Native OS Approach
Hollow AgentOS, a JSON-native operating system layer for AI agents, reduces Claude Code token usage by 68.5% by eliminating wasteful shell command overhead. The tool plugs into Claude Code via MCP and runs local inference through Ollama.

Zeude: Self-Hosted Monitoring Dashboard for Claude Code and OpenAI Codex
Zeude is a self-hosted dashboard that tracks Claude Code and OpenAI Codex usage, providing per-prompt token and cost breakdowns, weekly leaderboards, and team skill management. Version 1.0.0 adds Windows support, Codex integration, and per-user skill opt-out.

Qwen2-0.5B Fine-Tuned for Local Task Automation with llama.cpp
A developer fine-tuned Qwen2-0.5B for task automation using LoRA on ~1000 custom examples, creating a 300MB GGUF model that runs locally on CPU via llama.cpp. The model takes natural language tasks, detects task types, and generates execution plans with CLI commands and hotkeys.