Active Patients
—
Messages (7d)
—
Escalations (7d)
—
Auto-Handled
—
💬
Select a patient
Choose a patient from the left to view their conversation.
—
—
📅 Message Timeline
These messages are sent automatically every morning by Mendly AI. Claude personalizes each one for the individual patient. Negative days = before surgery | Positive days = after surgery.
Add New Message
Negative = before surgery · Positive = after
Claude will use this to write a warm, personalized SMS for each patient at send time.
Your Profile
Update your practice information and alert settings.
Receives urgent patient escalation alerts via SMS
Configuration
Connect this dashboard to your Mendly AI backend on Railway.
Supabase → Table Editor → surgeons → your row → id column
Useful Supabase SQL
Add a patient:
Add a patient:
INSERT INTO patients (surgeon_id, name, phone, procedure, surgery_date)
VALUES ('YOUR-UUID','Patient Name','+15551234567','Total Knee Replacement', CURRENT_DATE - INTERVAL '4 days');
Add a protocol:
INSERT INTO protocols (surgeon_id, procedure_name, content)
VALUES ('YOUR-UUID','Total Knee Replacement','PASTE PROTOCOL HERE');