Landing page for Hbridge — Nigeria's Electronic Medical Records (EMR) platform. Built with HTML, Tailwind CSS, and Lucide Icons. Deployed on Vercel.
# Hbridge 🏥
Professional healthcare platform for Nigeria with AI-powered medical assistance, doctor search, and hospital finder.
## 🚀 Features
- **AI Health Assistant** - Get instant medical guidance 24/7
- **Find Doctors** - Search verified medical professionals
- **Find Hospitals** - Locate healthcare facilities nationwide
- **Emergency Services** - Quick access to emergency care
- **User Profiles** - Manage personal health information
- **Support System** - Professional customer support
## 🛠️ Setup
### Prerequisites
- Node.js 18+
- Supabase account
- Google Gemini API key
### Installation
```bash
# Install dependencies
npm install
# Setup environment
cp .env.example .env.local
# Add your API keys to .env.local
# Setup database
# Run database/working-schema.sql in Supabase SQL Editor
# Start development
npm start
```
## 📱 Platforms
- **Web** - Progressive Web App
- **iOS** - Native mobile app
- **Android** - Native mobile app
## 🏗️ Architecture
- **Frontend** - React Native + Expo
- **Backend** - Supabase (PostgreSQL)
- **AI** - Google Gemini API
- **Authentication** - Supabase Auth
- **Database** - PostgreSQL with Row Level Security
## 🔐 Security
- Row Level Security (RLS) on all tables
- Medical data encryption
- Privacy-first AI chat (no conversation storage)
- Secure authentication with JWT tokens
## 📊 Database
Complete medical platform database with:
- Users (patients, doctors, admins)
- Hospitals with full facility information
- Doctors with verification system
- Reviews and ratings
- Consultations and appointments
- Support tickets and notifications
## 🎨 Design
Professional dark theme with LinkedIn-inspired design system:
- Consistent spacing and typography
- Accessible color palette
- Responsive layout for all screen sizes
- Professional medical interface
## 🚨 Medical Disclaimer
This platform provides general health information and connects users with healthcare professionals. It is not a substitute for professional medical advice, dia …