SiteLens QA
MVPReal browser regression checks for public websites.
- desktop + mobile checks
- screenshots
- console/network errors
- DOM summary
- interaction scenarios
- templates:
mobile-menu,highlight-text,nav-link-click
Real Browser QA + Theme Intelligence
SiteLensAPI runs real browser checks against any public site - desktop and mobile - with screenshots, console errors, network errors, DOM summaries, and interaction scenarios.
Real browser regression checks for public websites.
mobile-menu, highlight-text, nav-link-clickRendered site style intelligence.
In our demo, SiteLens QA opens the U.S. Constitution reader, selects "We the People," opens the highlight tray, applies a blue highlight, verifies the highlighted markup exists, and captures desktop and mobile screenshots.
scenario: highlight-preamble-apply-blue
assert exists [data-testid="highlighted-text"]
Run both viewports in a single API call.
Each action and assertion includes status and details.
Capture viewport and scenario screenshots for rapid diagnosis.
Collect JavaScript errors and failed network requests.
Use built-in flows instead of arbitrary scripts.
Match embedded UI to host-site design with color/font intelligence.
curl -s -X POST https://api.sitelensapi.com/demo/usconstitution-highlight | jq
curl -s -X POST https://api.sitelensapi.com/analyze/qa \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com",
"viewports": ["desktop", "mobile"]
}' | jq
SiteLensAPI is live in MVP mode. Reach out to get early API access and integration support.
Request Early Access