Skip to content
Project
01
Category
AI / Healthcare
Period
March 2026

SehatConnect

Privacy-Aware Rural Healthcare Access System

SehatConnect ConsultationSehatConnect HomeSehatConnect Doctors

Overview

A low-bandwidth healthcare system reaching patients without smartphones — IVR, offline reminders and voice support alongside a full mobile client.

  • 01

    Designed a low-bandwidth healthcare system with IVR, offline reminders, WebRTC, and Node.js/MongoDB.

  • 02

    Built accessibility-first workflows for non-smartphone users through IVR and voice support.

  • 03

    Integrated AI workflows for prescription verification, chatbot support, and hospital/pharmacy discovery.

Problem

Rural healthcare access is constrained long before software is: intermittent connectivity, feature phones, and patients who cannot rely on an app being reachable when they need it. A conventional mobile-only product excludes the people it is meant to serve.

Approach

  • 01

    Treat the phone call as a first-class interface, not a fallback — IVR and voice workflows carry the full core journey.

  • 02

    Keep state local first. Reminders and records work offline through SQLite and sync when a connection returns.

  • 03

    Run inference on-device with TensorFlow Lite where the network cannot be trusted.

  • 04

    Use WebRTC for consultations so sessions degrade gracefully rather than failing outright.

Architecture

  1. 01AccessTwilio IVR + React Native client
  2. 02Local stateSQLite — offline reminders and records
  3. 03ConsultationWebRTC session layer
  4. 04IntelligenceTensorFlow Lite on-device inference
  5. 05ServicesNode.js API, MongoDB persistence

Technology

  • React Native
  • Node.js
  • MongoDB
  • TensorFlow Lite
  • WebRTC
  • SQLite
  • Twilio IVR

Project details

Details available on request.

Gallery

Home Screen
01Home Screen
Consultation Details
02Consultation Details
Doctor Selection
03Doctor Selection
Appointment Booking
04Appointment Booking
Prescription View
05Prescription View