Optimed is a full-stack healthcare platform that helps Canadians triage injuries, view live ER wait times, and reserve spots in hospital queues. Designed to reduce ER strain for non-life-threatening cases, it combines AI-powered symptom checking, queue booking, and location-based insights.
🧠 Endorsed by Dr. Craig Earle (Sunnybrook Hospital)
🏆 Previously incubated 2 years at Ontario Tech’s start-up entrepreneurship program, Brilliant Catalyst.
- AI Symptom Checker — GPT-powered assistant to assess injury severity
- Live ER Wait Times — Mapbox integration with nearby hospitals
- Queue Booking — Secure your spot, see countdown to your time
- Patient Profile — Store health card, phone, and condition info
- Telehealth & Emergency Routing — Redirect based on urgency
Frontend:
- React, TypeScript, Next.js (App Router)
- Chakra UI, Tailwind CSS
- Mapbox, Lucide Icons
Backend & AI:
- OpenAI GPT-3.5 via
@ai-sdk/openai - Supabase (PostgreSQL, Realtime, Auth)
streamText, React Query
git clone https://github.com/emmaashi/optimed.git
npm install
npm run dev