AI
Popular article

Keneya: Revolutionizing Healthcare Access Through Tech

Wapiki Team
February 5, 2026
8 min read
HealthTelemedicineReact NativeNestJSWebRTC

The Challenge of Healthcare Access in Mali

In Mali, healthcare access remains a major challenge. With only 1 doctor per 10,000 inhabitants in some regions and limited health infrastructure, millions of people lack access to quality medical care.

This is the context in which Keneya was born - a comprehensive medical platform that uses technology to democratize healthcare access.

The Keneya Solution

1. Real-time Video Teleconsultation

Thanks to WebRTC and extensive optimization for African networks, Keneya enables quality video consultations even with limited 3G connection.

typescript
// WebRTC optimization for low bandwidth
const peerConnection = new RTCPeerConnection({
  iceServers: [...],
  bundlePolicy: 'max-bundle',
  rtcpMuxPolicy: 'require'
})

// Dynamic video quality adaptation
const constraints = {
  video: {
    width: { ideal: 640 },
    height: { ideal: 480 },
    frameRate: { ideal: 15, max: 24 }
  }
}

2. Unique Digital Medical Record

Each patient has a secure electronic medical record accessible from anywhere:

  • 📋 Complete consultation history
  • 💊 Electronic prescriptions
  • 🧪 Medical exam results
  • 📊 Vital signs tracking
  • 🔒 End-to-end AES-256 encryption
  • 3. Integrated Mobile Money Payment

    Native integration of Orange Money and Moov Money enables instant and secure payments.

    Technical Architecture

    Backend: NestJS, PostgreSQL, MongoDB, Redis, Socket.io

    Web Frontend: Next.js 14, Tailwind CSS, React Query

    Mobile: React Native with offline-first architecture

    Impact and Results

    Since launch:

  • 🏥 **10,000+ patients** using Keneya
  • 👨‍⚕️ **200+ doctors** active on the platform
  • 📱 **25,000+ consultations** completed
  • ⭐ **4.8/5** patient satisfaction
  • Conclusion

    Keneya demonstrates that technology can truly transform healthcare access in Africa.


    *Have a digital health project? [Contact us](/contact) to discuss your vision.*

    Did you like this article?

    Share it with your network!