Skip to main content
Back to projects

CarePulse

A real-time healthcare dashboard for hospitals, tracking patient vitals via API integrations and providing automated, actionable alerts to healthcare professionals.

React.jsNextjsTailwind CSSTypescriptAppwrite
CarePulse

Modernizing Healthcare Operations

Hospitals generate thousands of data points per minute, but much of that data is siloed. CarePulse is designed as a centralized, real-time command center for healthcare professionals to monitor patient vitals, manage appointments, and track critical alerts.

Backend as a Service (BaaS) with Appwrite

To ensure HIPAA-level security and real-time capabilities without writing a massive custom backend, I utilized Appwrite. It handles:

  • Secure Authentication: Role-based access control ensuring doctors only see relevant patient data.
  • Real-time Databases: When a patient's vitals cross a dangerous threshold, the database pushes a real-time event directly to the Next.js frontend, triggering a dashboard alert instantly.
  • Storage: Securely holding medical documents and patient history files.

The Dashboard Experience

The UI is heavily data-driven. Using Tailwind CSS, I designed a dark-mode optimized dashboard that reduces eye strain for nurses working night shifts. The layout prioritizes the most critical data (active emergencies) while allowing deep dives into historical patient metrics.