/healthBridge

HealthBridge is a full-stack telehealth platform that connects patients and doctors through secure appointments, AI-powered chat, video consultations, and medicine search — all in one modern, responsive web app.

Primary LanguageTypeScriptMIT LicenseMIT

🏥 HealthBridge

HealthBridge Logo

**Connecting patients, doctors, and services through a modern digital healthcare platform.**

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.

Landing Page

---

🚀 Features

👨‍⚕️ For Patients

  • 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

🩺 For Doctors

  • Manage appointment requests
  • Write and manage prescriptions
  • View patient medical history

🤖 AI Support

  • Chatbot powered by Hugging Face API
  • (Optional) Integration of ML-based diagnostics and predictions

🛠 Tech Stack

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

📦 Project Structure

/
├── client/         # React frontend
├── server/         # (Optional backend logic or APIs)
├── public/         # Static assets
├── lib/            # Store, supabase helpers, etc.
└── README.md       # You're here

🔧 Getting Started

1. Clone the repo

git clone https://github.com/aimaster-dev/healthBridge.git
cd healthBridge

2. Install Dependencies

# React Client
cd client
npm install
npm start

Note: Ensure environment variables are set up for Supabase and Agora in .env.local


📸 Screenshots

Coming soon — Add screenshots or screen recordings to showcase UI and key features.


📌 Roadmap

  • Authentication via Supabase
  • Doctor appointment system
  • Medicine search and booking
  • Video consultations
  • Health news and chatbot
  • Payment integration
  • Mobile PWA support
  • AI-powered diagnostics

🤝 Contributing

We welcome contributions! If you'd like to improve HealthBridge:

  1. Fork the repo
  2. Create your branch: git checkout -b feature/your-feature
  3. Commit changes: git commit -m 'Add your message'
  4. Push to branch: git push origin feature/your-feature
  5. Open a Pull Request

📄 License

This project is open-source and available under the MIT License.


👨‍💻 Authors

Built and maintained by the HealthBridge Dev Team Want to join or collaborate? Feel free to reach out via GitHub Issues or Pull Requests.