A full-stack healthcare platform that integrates AI-assisted disease guidance, medical report analysis, and prediction services into a single, secure system for doctors and patients.
Built with a strong focus on real-world healthcare workflows, role-based access control, and production-ready UI/UX.
Production URL:
👉 https://healconnect-hub.vercel.app/
- Patient / User
- Secure login
- Access AI-powered prediction and report analysis tools
- View personal activity history
- Doctor / Physician
- Login using a unique medical license number
- Add and manage patient records
- Track performed medical evaluations
- View patient activity summaries
- Available to authenticated users (patients and doctors)
- Capable of answering:
- General disease-related questions
- Symptoms and prevention guidance
- Application usage and feature explanations
- Includes a visible medical disclaimer to ensure responsible use
- Strict separation between doctor and patient roles
- Protected routes and dashboards
- Server-side validation for sensitive operations
- Secure handling of API keys and user data
- In-app notification system
- Smooth page transitions
- Modern page loader for better perceived performance
- Clean, professional medical-tech UI
- Frontend: React, TypeScript
- UI & Styling: Tailwind CSS, shadcn/ui
- Backend & Auth: Supabase
- AI Integration: Server-side API calls
- Deployment: Vercel
- Node.js (v18 or later recommended)
- npm
# Clone the repository
git clone <YOUR_GIT_URL>
# Navigate to the project directory
cd <YOUR_PROJECT_NAME>
# Install dependencies
npm install
# Start the development server
npm run dev- This application provides general medical information only.
- It is not a substitute for professional medical advice, diagnosis, or treatment.
This project demonstrates:
-
Role-based authentication and authorization
-
Secure AI integration in a healthcare context
-
Clean and scalable frontend architecture
-
Realistic doctor–patient workflow modeling
-
Production-ready UI and UX decisions
This project is licensed under the MIT License.