IronBee: Open-source verification layer for Claude Code and Cursor

What IronBee does
IronBee is an open-source verification layer that installs hooks into Claude Code (and also works with Cursor) to prevent AI coding agents from shipping untested code. The tool addresses a common issue where Claude Code confidently states "I've implemented the feature" without verifying if it actually works in the browser.
Key features
- Blocks task completion until the agent tests changes in a real browser
- Tracks every file edit, browser tool call, and verification attempt
- Forces the agent to submit structured verdicts (not just "looks good")
- Makes the agent fix and re-verify on failure
- Uses the browser-devtools MCP server so Claude Code can navigate pages, click buttons, fill forms, take screenshots, and check console errors
- Includes
/ironbee-verifywith different modes (default, full, visual, functional) - Includes
/ironbee-analyzefor session analytics showing time spent coding vs fixing, problematic files, and agent improvement over time
Performance data
According to the source, tracking sessions revealed that 82% had bugs Claude Code would have shipped without verification, with a first-pass rate of only 18%. In testing, IronBee caught and fixed every bug before it shipped.
Setup
Installation requires two commands:
npm install -g @ironbee-ai/cli
cd your-project
ironbee installSource information
Announcement blog post: https://medium.com/@serkan_ozal/introducing-ironbee-the-verification-and-intelligence-layer-for-ai-coding-agents-dd554279efa3
GitHub repository: https://github.com/ironbee-ai/ironbee-cli
📖 Read the full source: r/ClaudeAI
👀 See Also

CC-Ledger: Track Claude Code Costs Per Session and Per PR with Local SQLite
CC-Ledger is a Rust binary that hooks into Claude Code, logging each turn to local SQLite. Catch runaway sessions live and see per-PR cost without an API key. Includes macOS menu bar, web dashboard, and CLI views.

Jan Adds One-Click OpenClaw Installation with Jan-v3-Base Model Integration
Jan now supports one-click installation of OpenClaw with direct integration to the Jan-v3-base model, keeping all operations local and private on your computer.

Open Design: Open-Source Alternative to Claude Design Runs on Your Local CLI Agents
Open Design is a local-first, BYOK design engine that turns 11 coding-agent CLIs (Claude Code, Codex, Cursor, Gemini CLI, etc.) into a design workflow with 72 brand-grade design systems and 31 composable skills, exporting HTML/PDF/PPTX/MP4.

HostMyClaudeHTML: One-Click Sharing for Claude HTML Artifacts
A developer built hostmyclaudehtml.com, a free tool that lets you share Claude-generated HTML artifacts as live URLs by dragging and dropping the .html file. No account is required for uploaders or viewers.