A Next.js application for managing adaptive care transitions with an email-first, phone-escalation strategy.
- Dashboard with patient monitoring metrics
- Workflow management for care transitions
- Patient detail views with communication timelines
- Email-first communication strategy with phone escalation
First, install the dependencies:
npm installThen, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
This app is configured for Vercel deployment. Simply push to your git repository and connect it to Vercel.