Your AI scribe for the exam room.
Listens to the patient conversation. Writes the SOAP note. Cuts physicians' documentation time by 75%.
- Framework: Next.js 15 (App Router)
- Language: TypeScript (strict)
- Styles: Tailwind CSS v4
- Runtime: Node.js via Vercel
pnpm install
pnpm devPush to main — Vercel auto-deploys. No environment variables required for the v0 skeleton.
| Route | Description |
|---|---|
/ |
Landing page with waitlist form |
/try |
Interactive demo — paste a dialog, get a SOAP note |
/api/waitlist |
POST { email } → proxies to waitlist API |
v0 skeleton. The /try page uses keyword rules to mock SOAP note generation. Real AI inference coming post-launch.