Catch UX is designed to easily collect feedback from your users. Follow these steps to integrate Catch UX into your web application:
Start by creating an account on Catch UX. After registration, you'll get access to your personal dashboard where you can manage your apps.
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.
Add the Catch UX SDK to your website:
<script src="https://catchux.com/sdk.js"></script>
<script>
catchux.init({
appId: "YOUR_APP_ID"
});
</script>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.
Feedback is stored locally when there is no internet connection and automatically synchronized once the connection is restored.
In the dashboard, you can view all feedback, filter, and update the status. You can also invite team members to work on feedback together.