The feedback layer
for the AI era

Drop a voice-first feedback widget into your app. Users talk — our AI interviews them, captures session replays, and extracts themes, bugs, and feature requests automatically.

Share feedback×

What’s been your experience so far?

Click to start speakingor type instead

Why Hearsay

Voice & Text

Capture feedback through natural voice conversations or text chat — whatever your users prefer.

AI Analysis

Every session is automatically analyzed for sentiment, themes, feature requests, and bugs.

Rich Context

Telemetry, session replay, screenshots, and screen recordings are captured alongside feedback.

How it works

1

Install the SDK

Add the Hearsay JavaScript SDK to your web application with a single package install.

2

Configure triggers

Define when the feedback widget appears — on specific pages, after clicks, on scroll, exit intent, or manually.

3

Users share feedback

The widget opens a conversational AI interview. Users speak or type, and the AI asks intelligent follow-up questions.

4

Review insights

View analyzed sessions in your dashboard — sentiment scores, extracted themes, feature requests, bug reports, and key quotes.

Add to your app in minutes

Works with React, Next.js, Vite, or any JavaScript framework.

App.tsx
import { Hearsay } from '@hearsay/react';

function App() {
  return (
    <>
      {/* your app */}
      <Hearsay apiKey="hsk_pub_..." />
    </>
  );
}