RenderLens renders, audits, and diffs UI code in real time. Your AI sees exactly what users will see — pixel by pixel.
100 free calls/month — no signup needed. Just point your AI agent and go.
Screenshot of your HTML/React code. See what users will see.
Lighthouse + WCAG accessibility scores in one call.
Pixel-level visual diff between two code versions.
Your AI writes UI code but can't see the result. RenderLens fixes that.
One command and you're live. No Playwright to install, no browser to manage, no Docker to configure.
Fast enough for iterative loops. Write code, render, fix, re-render — all in a single conversation.
Tailwind CSS classes work out of the box. Inject your project's CSS variables and Google Fonts too.
Your code is processed in memory and discarded immediately. Nothing is logged or persisted.
Each tool is designed for a specific step in the AI coding workflow.
Takes HTML or React code and returns a JPEG screenshot. Supports custom viewports, full-page capture, and quality settings.
// AI agent calls render tool
{
"code": "<div class='card'>...</div>",
"viewport": { "width": 1280 },
"quality": 80
}
// Returns: JPEG screenshot + metadata
Runs Lighthouse and axe-core accessibility audit. Returns scores, WCAG violations with severity and remediation hints.
// Audit response
{
"lighthouse": { "accessibility": 100 },
"wcag": {
"violationsCount": 0,
"passesCount": 12
},
"summary": "PASS: No violations"
}
Compares two code versions pixel by pixel. Returns a diff image highlighting changes and a percentage metric.
// Diff response
{
"diffPercentage": 3.2,
"diffPixels": 29491,
"verdict": "CHANGED: 3.2% differ"
}
// + diff image overlay
Copy the snippet below into your MCP client. No API key needed for trial.
Render, audit, and diff immediately. No signup, no credit card.
100 calls/month free during beta. Paid plans coming soon.
One command — no signup needed
$ claude mcp add renderlens --transport http https://app.renderlens.dev/mcp
Or add to Cursor, Windsurf, or any MCP client config:
{
"mcpServers": {
"renderlens": {
"type": "streamable-http",
"url": "https://app.renderlens.dev/mcp"
}
}
}
Try RenderLens free. Paid plans coming soon.
Paid plans with higher limits coming soon.