The Care Nexus LogoCareNexus Docs

Platform Overview

Understand the full architecture, portals, and capabilities of The Care Nexus.

Updated June 2026 8 min read

The Care Nexus is structured as a unified SaaS platform with three independent portals sharing a single backend API and real-time infrastructure...

The Three Portals

Patient Portal

The patient-facing portal provides end-to-end healthcare management...

Doctor Portal

The doctor portal is optimized for clinical workflow speed...

Clinic Administration Portal

Clinic administrators manage the operational and business layer...

Tech Stack at a Glance

LayerTechnologyPurpose
FrontendNext.js 15, React 19, Tailwind CSS v4SSR, routing, responsive UI
StateRedux Toolkit + RTK QueryAPI data fetching and caching
BackendNode.js + Express.jsREST API, business logic
DatabaseMongoDB Atlas + MongoosePrimary data store
CacheUpstash RedisSessions, rate limiting, chat cache
AIGoogle Gemini + GROQ APIChatbot, transcription, parsing
RealtimeSocket.IOLive chat, notifications
AuthJWT + bcryptSecure token-based authentication
i18nnext-intlEnglish/Urdu with RTL switching
DeploymentVercel + Render + MongoDB AtlasProduction hosting

Data Flow

When a patient books an appointment, the request hits POST /api/patient/appointments...

Request Authentication

Every protected API route requires a valid JWT access token...

Multi-tenant Architecture

Each clinic is a separate entity...