Your users screenshot and report in one click. NoxSpot keeps every issue and its evidence together inside Nox.
Get startedYour users report. Noxspot captures the evidence. Your team can act immediately.
They click the floating button, screenshot the page, pick the broken element, and describe the issue. Takes seconds.
Noxspot keeps the screenshot, metadata, selected elements, and console output in one shareable issue.
The issue has everything — screenshot, element selector, console errors, environment data. Point your AI agent at it and let it work.
Your users just click and describe. NoxSpot captures the rest — screenshot, element data, environment, errors — so AI has full context to fix it.
Pixel-perfect capture with arrows, boxes, text, and freeform drawing. Reporters highlight exactly what's wrong.
Click any element to capture its selector, accessible name, data attributes, and DOM context. Scroll to traverse the tree.
Recent errors, warnings, and unhandled exceptions are captured in the background. No setup required from reporters.
Browser, OS, viewport, screen resolution, and full user agent. Detected automatically from every report.
IDs are pulled from the URL path automatically. /patients/123 becomes a labeled entity AI can trace through your code.
Pass your own state via getContext() — user IDs, org data, feature flags. Attached to every report automatically.
Add one script tag. Configure sites and Slack from the Unticket app.
npm install noxspot-widget or use the CDN snippet:
CSP note: If your site uses Content Security Policy headers, add: script-src api.noxspot.dev; style-src 'unsafe-inline'; connect-src api.noxspot.dev
<!-- Add to your site -->
<script src="https://...noxspot.min.js"></script>
<script>
NoxSpot.init({
siteId: 'your-site-id',
// Optional: pass app state
getContext: () => ({
userId: app.user.id,
}),
});
</script>
Capture issue evidence, notify the team in Slack, and manage repository work through Unticket.
Unticket owns widget management, projects, GitHub issues, and delivery settings.
Get screenshot-rich issue alerts through the single Slack workspace connected in Unticket.
Free while in beta. No credit card required.