| title | emoji | colorFrom | colorTo | sdk | pinned |
|---|---|---|---|---|---|
Health Inclusion Coach |
🏥 |
blue |
green |
docker |
false |
An AI-powered educational tool for Equality, Diversity, and Inclusion (EDI) in Health & Social Care
The Health Inclusion Coach is a reflective AI assistant designed to support:
- 🩺 Nursing and medical students learning about EDI principles
- 👨⚕️ Qualified nurses and allied health professionals reflecting on workplace scenarios
- 🏥 Social care staff developing cultural competence and "Relational Intelligence"
Note: This is an educational tool, not an official NHS service. It does not provide legal, HR, or clinical advice.
| Feature | Description |
|---|---|
| 💬 Reflective Dialogue | Probing questions to help explore biases and experiences |
| 📚 EDI Education | Explanations of concepts like intersectionality and microaggressions |
| 🔗 Resource Signposting | References to NHS People Plan, WRES, WDES, and more |
| 🔍 Deep Dive Mode | Extended thinking for complex scenario analysis |
| 📄 Document Analysis | Upload documents for AI-powered review |
- Node.js (v18 or higher recommended)
- A Google Gemini API Key
# Clone the repository
git clone https://github.com/ClinyQAi/NHS-Inclusion-Coach.git
cd NHS-Inclusion-Coach
# Install dependencies
npm install
# Create environment file
cp .env.example .env.local
# Add your Gemini API key to .env.local
# GEMINI_API_KEY=your_api_key_here
# Start the development server
npm run devThe app will be available at http://localhost:5173
- Frontend: React 19 + TypeScript
- Build Tool: Vite 6
- AI: Google Gemini API (
@google/genai) - Styling: Tailwind CSS
├── components/ # React UI components
│ ├── ChatWindow.tsx # Main chat interface
│ ├── Header.tsx # Application header
│ └── ...
├── services/ # API and service logic
│ └── geminiService.ts # Gemini AI integration
├── specs/ # Specification documents
│ └── inclusion-coach.md # AI persona specification
├── App.tsx # Main application component
├── constants.tsx # System prompt and constants
└── index.html # Entry point
Contributions are welcome! Please read our Contributing Guidelines before submitting a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Foundation of Nursing Studies (FoNS) for EDI research and frameworks
- NHS England for WRES, WDES, and inclusion resources
- Civility Saves Lives campaign
Made with ❤️ for Health & Social Care Education
