AI Healthcare Automation · In Development
Clinic Assistant
Clinic Assistant brings WhatsApp automation to healthcare practices. Patients message the clinic's WhatsApp number and the AI handles the full conversation checking doctor availability, booking appointments, answering common questions, and sending confirmations. The DB-first approach means the AI never fabricates availability or information: it queries real schedule data before responding. Currently in active development.
Node.jsTypeScriptPostgreSQLPrismaWhatsApp Business APIClaude APIRedis
// engineering highlights
- →DB-first design: AI queries real appointment slots before confirming no hallucinated availability
- →Full conversation flow: booking, rescheduling, cancellation, and patient FAQ all over WhatsApp
- →Claude AI for intent classification and natural language response generation
- →Redis for session state maintains conversation context across multiple messages