Documentation

Getting Started

Catch UX is designed to easily collect feedback from your users. Follow these steps to integrate Catch UX into your web application:

1. Create an Account

Start by creating an account on Catch UX. After registration, you'll get access to your personal dashboard where you can manage your apps.

2. Register Your App

Go to your dashboard and click “New App”. Give your app a name and description. You'll receive a unique App ID that you'll need for integration.

3. Integrate the SDK

Add the Catch UX SDK to your website:

<script src="https://catchux.com/sdk.js"></script>
<script>
  catchux.init({
    appId: "YOUR_APP_ID"
  });
</script>

Features

Screenshot Capture

Catch UX automatically takes a screenshot of the page when a user submits feedback. This gives you valuable context about where and when the feedback was given.

Offline Support

Feedback is stored locally when there is no internet connection and automatically synchronized once the connection is restored.

Dashboard

In the dashboard, you can view all feedback, filter, and update the status. You can also invite team members to work on feedback together.

Documentation