VibeReview
VibeReview

Stop Building in the Dark.The Universal Feedback SDK

You spend weeks building features, but have no idea if users actually like them. VibeReview gives you instant, contextual feedback in any web app (React, Vue, HTML) with one line of code.

2-minute setup No credit card required

VibeReview Dashboard
VibeReview Dashboard

Works seamlessly with your favorite frameworks

React
Next.js
Vite
Vanilla JS

How it works

Stop relying on generic surveys. Capture feedback when it matters.

Contextual

Feature-Based Feedback

Trigger feedback exactly when it matters: after a purchase, an export, or a specific feature usage.

Native i18n

Speaks Your Language

Auto-detects user locale and translates questions instantly. No complex config needed.

Versioning

Iterate Safely

Update questions without losing history. Keep your analytics clean and consistent.

Experience the Magic

This is exactly what your users will see. No friction, just feedback. The translator below is just a sample app to test the widget.

French

VibeReview c'est magique

English

Ready to stop guessing?

Choose your framework

1

Install the React package

Add the VibeReview React SDK to your project.

1npm install @vibereview/react
2

Wrap your app with the Provider

Add the VibeReviewProvider at your app root.

1<VibeReviewProvider 
2  projectId="proj_xxx"
3  apiKey="vbr_xxx"
4>
5  {children}
6</VibeReviewProvider>
3

Collect feedback from users

Login users and show feedback widgets after key actions.

1const { review } = useVibeReview();
2
3const handleExport = async () => {
4  await exportToPDF();
5  await review('export-pdf');
6};
7
8<button onClick={handleExport}>
9  Export PDF
10</button>

Ship with confidence.

Stop guessing. Start measuring. Add VibeReview to your app today and build what users actually want.

No credit card required Cancel anytime