Voice Scope runs user interviews for you. An AI agent conducts the conversation, then automatically generates a Notion research brief and files Linear issues from the pain points.
- Next.js (App Router) — frontend + server actions
- ElevenLabs — voice agent conducts the interview (STT / LLM / TTS)
- Clerk — authentication
- Upstash Redis — project, session, and user state
- Notion — research brief output
- Linear — pain point issues
- Founder creates a project and shares a link with participants
- Participant opens the link — the AI voice agent conducts the interview
- Agent auto-generates a Notion research brief and files Linear issues from pain points
- Clone the repo and install dependencies
- Copy
.env.example→.env.localand fill in credentials - Run
npm run dev