cairrier.com, built with Node.js, Firebase Firestore, Twilio, and deployed to Firebase Hosting.
Originally Founded @ 2019. Kickstarted @ 2023 with the rise of LLMs
cairrier is a HIPAA compliant semi-automated two way messaging system designed for healthcare providers and powered by artificial intelligence.
Our algorithm is a semi-automated two way messaging system designed for health care workers. Our platform implements deep learning to optimize communication with patients. We believe a messaging platform should be trustworthy, intuitive, confidential, and easily customizable to meet the specific needs of your practice.
git clone https://github.com/caslabs/cAIrrier/
cd cAIrrier
Create a .env
file for APIs requirements
FIREBASE_API_KEY=...
TWILIO_API=KEY...
Then install dependencies and run the development server:
npm install
npm dev