
Doctor Scribe AI Review
A React + Express app exported from Google AI Studio that simulates a patient self-check-in terminal and a clinician EHR workstation with AI-generated SOAP notes.
Each review covers deployability, value versus commercial alternatives, and privacy model. Tools that can run locally were started and exercised; mobile or backend-dependent tools were assessed from published builds, source code, and deploy guides. Ratings reflect what we were able to verify.
Doctor Scribe AI — Patient Intake & SOAP Note Assistant
A React + Express app exported from Google AI Studio that simulates a patient self-check-in terminal and a clinician EHR workstation with AI-generated SOAP notes. Last updated: 2026-06-21.
One-sentence verdict: A minimal AI Studio demo for patient check-in and SOAP drafting; thin documentation and unclear scope limit its usefulness beyond a starting scaffold.
What the System Is
Doctor Scribe AI is a small React 19 + Express application generated from Google AI Studio. The deploy guide and server.ts describe two primary views: a patient self-check-in terminal and a clinician EHR workstation. The app uses Google Gemini to generate and summarize SOAP-style clinical notes, and includes an "offline-compatible local rule engine." The repository contains no detailed feature list or architecture beyond the deploy guide.
The deploy guide reports the service was started on port 3000.
| Key data | |
|---|---|
| Category | Clinical Documentation |
| Language | TypeScript / React + Express |
| License | Unknown (no LICENSE file) |
| Self-hosted | Yes |
| AI provider | Google Gemini |
| Database | Not documented |
| Auth | Not documented |
How to Install and Deploy
cd /data2/docker/going-global/repos/doctor-scribe-ai
cp .env.example .env.local
# Edit .env.local and add GEMINI_API_KEY
npm install
npm run dev
Then open http://localhost:3000.
How to Test
The documented test flow is:
- Open
http://localhost:3000. - Use the patient check-in terminal to enter sample demographics and symptoms.
- Switch to the clinician workstation and verify that a SOAP note or summary is generated.
- Test the local rule engine behavior when Gemini is unavailable or an API key is not provided.
The repository does not include automated tests.
Privacy & Compliance
Doctor Scribe AI is not HIPAA compliant. It has no documented encryption, access controls, audit logging, or BAAs. Patient-like data entered into the check-in terminal is sent to the Google Gemini API. Do not use it for real patient information.
Doctor Scribe AI vs Commercial Scribes
| Dimension | Doctor Scribe AI | Commercial Scribes (e.g., Nuance DAX, Abridge, Suki, DeepScribe) |
|---|---|---|
| Cost | Free / self-hosted + Gemini usage | Per-clinician subscription |
| Scope | Check-in terminal + SOAP draft demo | Full clinical documentation platform |
| AI model | Google Gemini | Proprietary or enterprise models |
| EHR integration | None | Deep EHR integrations |
| Offline support | Claims local rule engine | Cloud-first |
| Security / compliance | None documented | BAA, HIPAA, audit logs |
| Customization | Full source code | Vendor-controlled |
| Evidence / validation | None claimed | Often clinically validated |
Who Should Use It
- Developers looking for a minimal React + Express + Gemini scaffold for clinical UI experiments.
- Teams that want to see how an AI Studio app can be exported and run locally.
- Learners exploring SOAP note generation patterns.
Who Shouldn't Use It
- Clinics or practices needing a real documentation tool.
- Organizations requiring HIPAA compliance, audit trails, or EHR connectivity.
- Users expecting polished, feature-complete software out of the box.
FAQ
Is Doctor Scribe AI free?
The repository has no license file, so reuse rights are unclear. Running it locally requires a Google Gemini API key.
Does it work without an internet connection?
The deploy guide mentions an offline-compatible local rule engine, but no details are provided on what rules are implemented or how fallback behavior works.
Can it integrate with my EHR?
No EHR integration is documented or evident in the codebase.
Verdict
Doctor Scribe AI is a thin demo exported from AI Studio. It demonstrates a React frontend talking to an Express backend and calling Gemini for SOAP-style output, but it lacks documentation, tests, and production safeguards. Treat it as a starting sketch, not a usable clinical tool.
Ratings: Deployability 3/5 · Value vs Commercial 2/5 · Privacy Compliance 2/5
