Skip to content
orjiace

RightNowMD

Lead Mobile Engineer · TutuTech · Remote, US

· Active

Four RightNowMD screens: a booking menu offering DOKITA AI, a $50 telemedicine video call, a $200 provider visit or a clinic visit; the DOKITA AI assistant introducing itself above a medical disclaimer; a My Sessions list of active AI triage and nurse visits; and a patient profile with quick actions for editing details and reviewing sessions.

Four kinds of visit

RightNowMD is a telemedicine platform built with the TutuTech team: patients connect with doctors across video calls, in-home nurse visits, clinic appointments and provider sessions. I lead the mobile build: a full app from scratch in React Native and Expo.

The whole client

Each of the four session types has a separate booking path with its own routing, session creation and checkout logic. Client state runs on Zustand with persistence; server state on TanStack Query. Forms are Formik with Yup validation, animation is Reanimated, and releases go to TestFlight and Google Play through EAS.

Video consultations run on VSee ClinicKit with a secure SSO token login, so patients join HD calls without a second sign-in. Firebase push covers reminders, incoming calls and provider assignment.

DOKITA and live tracking

DOKITA, the AI medical chat assistant, runs on the Anthropic API (Claude Sonnet), with auto-detected questionnaires that turn follow-up questions into tappable Yes/No answers instead of free text.

Live nurse-location tracking streams over Socket.IO and updates on a map in real time. The waiting-room timer only exposes "Join call" inside a 15-minute window. UTC comparisons keep it correct across time zones.

Also in flight: a new REST triage API with a sessions/turns loop and VSee handoff, running alongside the existing chat. The API key stays out of the mobile bundle.

Where it stands

The app is live on TestFlight and Google Play via EAS, and the engagement is ongoing.