HealthBridge is a full-stack telehealth web application designed to simplify the healthcare experience for patients and providers. From booking appointments to AI-powered diagnosis tools, HealthBridge bridges the gap between accessibility and innovation.
---- Secure user authentication
- Book doctor appointments
- Search for Ayurvedic and general medicines
- Request ambulance services
- View prescriptions and medical history
- Chat with doctors or support using an AI chatbot
- Join video consultations with doctors
- Stay informed via health news updates
- Manage appointment requests
- Write and manage prescriptions
- View patient medical history
- Chatbot powered by Hugging Face API
- (Optional) Integration of ML-based diagnostics and predictions
| Layer | Technology |
|---|---|
| Frontend | React (TypeScript), Tailwind CSS, React Router |
| Backend | Supabase (Auth, DB), Node.js |
| Video Call | Agora SDK |
| AI & Chat | Hugging Face API |
| Forms | Formspree |
| Notifications | React Hot Toast |
/
├── client/ # React frontend
├── server/ # (Optional backend logic or APIs)
├── public/ # Static assets
├── lib/ # Store, supabase helpers, etc.
└── README.md # You're heregit clone https://github.com/aimaster-dev/healthBridge.git
cd healthBridge# React Client
cd client
npm install
npm startNote: Ensure environment variables are set up for Supabase and Agora in
.env.local
Coming soon — Add screenshots or screen recordings to showcase UI and key features.
- Authentication via Supabase
- Doctor appointment system
- Medicine search and booking
- Video consultations
- Health news and chatbot
- Payment integration
- Mobile PWA support
- AI-powered diagnostics
We welcome contributions! If you'd like to improve HealthBridge:
- Fork the repo
- Create your branch:
git checkout -b feature/your-feature - Commit changes:
git commit -m 'Add your message' - Push to branch:
git push origin feature/your-feature - Open a Pull Request
This project is open-source and available under the MIT License.
Built and maintained by the HealthBridge Dev Team Want to join or collaborate? Feel free to reach out via GitHub Issues or Pull Requests.

