Changelog

All notable changes to The Pixel House.

2026-03-18

v1.0.0 — Public beta

  • Screenshot capture via Cloudflare Browser Rendering
  • Pixel-level visual diffing with pixelmatch
  • Baseline management with branch isolation
  • One-call regression tests (capture + compare)
  • Scheduled monitoring with Cron Triggers
  • Alerting via email (Resend), Slack, and webhooks
  • HMAC-signed webhook delivery
  • Dashboard with project management, diff viewer, and API key management
  • Better Auth with email/password and GitHub OAuth
  • Stripe billing with Solo, Team, and Agency plans
  • Landing page with interactive diff viewer demo
  • R2 storage for screenshots and diff overlays
  • Full REST API with 38 endpoints
2026-04-06

v2.0.0 — MCP, CLI, and collaboration

  • MCP server with 8 tools for AI coding assistants (Claude Code, Cursor, Windsurf)
  • Local MCP server via pixelhouse mcp serve (stdio transport)
  • npm CLI package (@thepixelhouse/cli) with screenshot, compare, regression, baseline, and monitor commands
  • GitHub Actions integration for CI/CD visual regression
  • Team collaboration: multi-user projects with owner, admin, and viewer roles
  • Review assignments on diffs with approve/reject workflow
  • Threaded comments on diffs with region annotations
  • Activity feed tracking approvals, assignments, comments, and baseline updates
  • Cross-browser rendering via Firefox and WebKit (Playwright sidecar)
  • SSIM perceptual comparison alongside pixel diffing
  • DOM-aware diffing and layout shift detection
  • Sitemap crawling and bulk baseline creation
  • Shareable diff links with expiration
  • Onion skin comparison mode
Coming next

v3.0.0

  • AI-powered false positive filtering (Claude vision analysis)
  • Accessibility auditing (axe-core WCAG 2.2 AA checks during capture)
  • Correlated visual and performance regression analysis