Feedback Widget Demo

Test the embeddable feedback widget with different configurations

Widget Controls

Use these buttons to test the widget functionality:

Configuration Options

Customize the widget appearance and behavior:

Integration Code

Copy this code to embed the widget on any website:

<!-- Add this before closing </body> tag -->
<script src="https://your-project-name.vercel.app/widget.js"></script>
<script>
  FeedbackWidget.init({
    widgetId: 'your-widget-id', // Required: Get from admin dashboard
    position: 'bottom-right',
    primaryColor: '#00C2A8',
    title: 'Feedback',
    placeholder: 'Share your feedback...',
    showName: true,
    showEmail: true
  });
</script>

Features Implemented

Responsive Design Features

Form Submission Features

Accessibility Features

Environment Info

Current environment and API configuration:

Environment info will appear here...

Event Monitoring

The widget dispatches custom events that you can listen to:

Event log will appear here...