Description
Hospital React Dashboard — Next.js 16 & React 19 Admin Template
A modern, clinical hospital administration dashboard built with Next.js 16 (App Router, static export), React 19, TypeScript, and Tailwind CSS v4. Clinova ships 10 role-based dashboards and a full clinical workflow — patients, admissions, appointments, pharmacy, laboratory, and billing — in a calm, gradient-free clinical design system.
What’s inside
- 10 role dashboards — Overview, Clinical, Emergency, Doctor, Patient Portal, Nurse Station, Front Desk, Bed Management, Finance, Scheduling.
- Full clinical suite — Patients (TanStack data table with faceted filters, column toggle, CSV export), Patient detail, 4-step Admit wizard, Appointments calendar, Doctors, Departments, Pharmacy, Laboratory, Billing.
- App & system pages — Messages, Help, in-app Docs, Settings, Profile, Notifications, a full auth set, and 403/404/500/maintenance screens.
- shadcn/ui components, Recharts visualizations, react-hook-form + Zod forms, and lucide-react icons.
- OKLCh design tokens, light/dark themes, a runtime appearance customizer (theme / color preset / density), and a ⌘K command palette.
- Static export —
next build emits a fully static site; host it on any CDN. Deterministic seeded mock data (hydration-safe).
The bundled patient, doctor, and billing data is fictional demo content — wire the pages to your own API before production use.