Screenshot Feedback Tool

Capture Screenshots with Metadata

A powerful tool to capture screenshots, collect technical metadata, and manage user feedback efficiently.

Screenshot Capture

Capture full page or select specific areas with an intuitive interface. All screenshots are saved with comprehensive metadata.

Issue Management

Organize and review all reported issues in a clean table view. Click to see full details including screenshots and metadata.

Embed in Your Website

Add the feedback widget to any website by including this code snippet:

<script src="https://your-domain.com/feedback-widget.js"></script>
<script>
  ScreenshotFeedback.init({
    apiUrl: 'https://your-domain.com/api/issues'
  });
</script>