Founders
→Discovery calls
Collect context before deciding which conversations need a live follow-up.
§ A voice-first form builder: the respondent talks, the agent listens, the data arrives structured.
Stop making people fill out forms. Let them talk.
§ 01: The experience
The respondent speaks in their own words. Sayso re-asks, clarifies, and moves on. You see structured answers arrive in real time.
Agent
What's the hardest problem your customers face?
sayso
§ 02: How it works
01
Write your questions once. Sayso handles the flow, the follow-ups, and the tone.
02
An ElevenLabs voice agent guides every respondent through the intake, live.
03
Client tools capture every reply as clean data, ready for your CRM or dashboard.
§ 03: What you get
01
Respondents talk. Sayso listens, clarifies, and keeps the conversation on rails.
02
Each clear answer maps to a field ID as it arrives. The transcript stays available separately.
03
The agent saves fields and completes the form through explicit browser tools.
04
Choose Emma for warmth or Tim for a faster, more direct interview.
§ 04: Use cases
Founders
→Collect context before deciding which conversations need a live follow-up.
Research
→Run the same structured conversation without scheduling every call.
Recruiting
→Let candidates talk through their story before you look at a resume.
Services
→Collect goals, constraints, and background before the first session.
Feedback
→Let respondents explain the why behind a score or a choice.
Community
→Capture richer context than a name, email, and one-line answer.
§ 05: For developers
Sayso runs on a Hono API and the ElevenLabs React SDK. The API requests a signed URL, then the browser starts a session with a form-specific prompt and client tools.
import { useConversation } from "@elevenlabs/react";
import { getResponseSignedUrl } from "@/lib/elevenlabs";
const convo = useConversation({
onMessage: (e) => console.log(e.message),
});
const signedUrl = await getResponseSignedUrl();
convo.startSession({
signedUrl,
overrides: {
agent: {
prompt: { prompt },
firstMessage,
language: "en",
},
},
});§ Product thesis
"The voice is the form."
Conversation in. Structured fields out.