WEBSITE AUDIT TOOL

Annotate any website.
Share the insights.

Inject visual annotations directly onto live websites. Run CRO, SEO, accessibility, or any custom audit - then share an interactive report.

Open Audit Viewer View API Docs

Live Site Annotations

Annotations render directly on the real website via a proxy iframe. No screenshots needed - the actual page with overlays.

Any Audit Type

CRO, SEO, accessibility, UX, performance, or custom. Each audit is a JSON profile with typed annotations.

Full CRUD API

Create, read, update, delete audits via REST. Store annotations as JSON, query by URL or type. Zero dependencies.

API Endpoints

Simple REST API. All responses follow { success, data } envelope.

GET/api/audits
POST/api/audits
GET/api/audits/:id
PUT/api/audits/:id
PATCH/api/audits/:id
DELETE/api/audits/:id
GET/api/audits/by-url?url=
GET/healthz