Client work2023 — 2026
Lifetime Health
A hospital-at-home health-tech platform: SSR catalog, role-based flows, and a large operational CRM.
- TypeScript
- React
- Next.js
- Tailwind CSS
- Ant Design
- Styled-Components
- SWR
- Zustand
- Google Maps API
- WebSocket
- AnyCable
- Docker

Concept
Lifetime Health is an Indian at-home care platform from Bangalore: ordering home visits for lab sample collection, express diagnostics, physiotherapy, and nursing care through an app. The product splits into two worlds — a storefront for patients and doctors with distinct purchase flows — and a large operational CRM the team uses to manage visits, shifts, and payouts.
Engineering
- SSR app on Next.js with a catalog, multi-carts, and role-based UX: distinct purchase flows, landings, and account interfaces for doctors and patients.
- An operational CRM spanning dozens of sections: order management with complex conditional logic, assigning nurses to home visits, shift schedules, and payouts.
- Dynamic forms that change structure depending on the user's role; integration with the backend REST API.
- Real-time notifications over WebSocket (AnyCable), eliminating race conditions when multiple CRM operators work simultaneously.
- Address autocomplete via Google Maps API in order forms; UI on Ant Design + Styled-Components, state on SWR and Zustand.
- Code review and architectural decisions affecting scalability; work in a Docker environment.
Interface
Open full screen
Results
- −25–30%
- page load time after SSR and Core Web Vitals optimization
- <100ms
- real-time notification latency with no operator race conditions
- +10–15%
- form-completion conversion with address autocomplete