Collect Feedback.Iterate.Delight.

Understand the features your users really want. Increase Revenue. Decrease Churn.

Start collecting feedback in 2 easy steps:

Step 1: Install the feedback widget

Use the script tag or react feedback widget package

import { ServoiceFeedback } from 'react-feedback-widget';

function App() {
  const config = {
    servId: '1111111',
    servPID: 'kjh34kl2jh4kj234',
    userEmail: 'test@feedbackisgreat.com',
    userFirstName: 'David',
    userLastName: 'Groechel',
  };
  return (
    <div className="App">
      <ServoiceFeedback config={config}>
        <button type="button">Feedback</button>
      </ServoiceFeedback>
    </div>
  );
}

export default App;

Step 2: Start collecting feedback with the feedback widget.

View and organize your collected feedback in the SerVoice portal.

Servoice Feedback Portal

Ready to Start Collecting Feedback?