AI-powered clinical documentation and insight platform.
- Smart Clinical Briefs: Generates complaint-focused summaries from patient records.
- RAG Chat: Ask questions about patient documents with citation support.
- SOAP Note Generation: Automates clinical documentation.
- Secure: Built on Supabase with Row Level Security.
- Frontend: Vite, React, TypeScript, Tailwind CSS
- Backend: Supabase (Auth, Database, Storage, Edge Functions)
- AI: Google Gemini 3.0 (Flash Preview)
- Clone the repository.
- Install dependencies:
npm install - Set up environment variables in
.env(see.env.example). - Run development server:
npm run dev