Inspiration
Healthcare systems often struggle with fragmented data, overwhelming paperwork for doctors, and a lack of clarity for patients. We were inspired to build Cure-It to bridge this gap using AI—creating a system where medical data is not just stored, but intelligently analyzed to provide proactive care and seamless communication.
What it does
Cure-It is an AI-powered healthcare platform that streamlines the entire clinical lifecycle:
- For Patients: It provides a unified medical history, a secure consent management system to control who sees their data, and an AI Health Assistant that answers questions based on their latest records and test results.
- For Doctors: It features a real-time Appointment Queue and an AI Clinical Assistant capable of searching and summarizing massive medical histories to identify patterns and save diagnostic time.
- For Public Health: It utilizes anonymized symptom reports to generate Global Trend Analysis, detecting local outbreaks and potential epidemics before they spread.
How we built it
We utilized a modern, high-performance tech stack:
- Framework: Next.js 15 (App Router) for a fast, SEO-friendly, and scalable frontend.
- Backend & Auth: Supabase for real-time database capabilities, secure authentication, and Row-Level Security (RLS) to protect sensitive patient data.
- AI Engine: Google Gemini API (Gemma 27B) to power the patient helpers, doctor assistants, and epidemic trend analysis.
- UI/UX: Tailwind CSS and Shadcn UI for a clean, accessible, and responsive healthcare dashboard.
Challenges we ran into
One of the primary challenges was ensuring that the AI could process "huge medical histories" without losing context or compromising performance. We had to implement efficient data retrieval strategies (RAG) to ensure the AI only looks at relevant records. Additionally, balancing granular patient privacy (consent) with the need for doctors to access critical information required complex database logic.
Accomplishments that we're proud of
We are particularly proud of our Patient Consent System, which gives users true ownership of their data. The successful integration of the Doctor AI Assistant—which can summarize years of medical history in seconds—is a significant milestone that directly addresses clinician burnout.
What we learned
Building Cure-It taught us the importance of Data Privacy in AI. We learned how to handle sensitive PHI (Protected Health Information) securely while still leveraging LLMs for clinical insights. We also gained deep experience in managing real-time state for medical queues and the nuances of building a multi-role (Patient/Doctor) dashboard in Next.js.
What's next for Cure-It
The future of Cure-It involves:
- Wearable Integration: Syncing real-time data from Apple Health and Google Fit for more accurate AI health predictions.
- Pharmacy API: Directly connecting prescriptions to local pharmacies for instant fulfillment.
- Predictive Diagnostics: Moving from trend analysis to predictive modeling, helping doctors identify potential chronic conditions years before they manifest.
Log in or sign up for Devpost to join the conversation.