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.
// 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:
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:
Conclusion
Keneya demonstrates that technology can truly transform healthcare access in Africa.
*Have a digital health project? [Contact us](/contact) to discuss your vision.*