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.
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
Install the SDK
Add the Hearsay JavaScript SDK to your web application with a single package install.
Configure triggers
Define when the feedback widget appears — on specific pages, after clicks, on scroll, exit intent, or manually.
Users share feedback
The widget opens a conversational AI interview. Users speak or type, and the AI asks intelligent follow-up questions.
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.
import { Hearsay } from '@hearsay/react';
function App() {
return (
<>
{/* your app */}
<Hearsay apiKey="hsk_pub_..." />
</>
);
}