Skip to content

A digital toolkit and AI-powered support platform designed to help NHS teams embed inclusion, equity, and belonging into clinical practice, leadership, and digital transformation. Includes practical resources, training modules, and examples of inclusive innovation within healthcare.

License

Notifications You must be signed in to change notification settings

ClinyQAi/Health-Inclusion-Coach

Repository files navigation

title emoji colorFrom colorTo sdk pinned
Health Inclusion Coach
🏥
blue
green
docker
false

Health Inclusion Coach

Health Inclusion Coach Banner

License: MIT Built with Vite Powered by Gemini

An AI-powered educational tool for Equality, Diversity, and Inclusion (EDI) in Health & Social Care

FeaturesGetting StartedTech StackContributing


🎯 Purpose

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.

✨ Features

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

🚀 Getting Started

Prerequisites

Installation

# 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 dev

The app will be available at http://localhost:5173

🛠️ Tech Stack

  • Frontend: React 19 + TypeScript
  • Build Tool: Vite 6
  • AI: Google Gemini API (@google/genai)
  • Styling: Tailwind CSS

📁 Project Structure

├── 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

🤝 Contributing

Contributions are welcome! Please read our Contributing Guidelines before submitting a pull request.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

🙏 Acknowledgments


Made with ❤️ for Health & Social Care Education

About

A digital toolkit and AI-powered support platform designed to help NHS teams embed inclusion, equity, and belonging into clinical practice, leadership, and digital transformation. Includes practical resources, training modules, and examples of inclusive innovation within healthcare.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published