Skip to content

caslabs/cAIrrier

 
 

Repository files navigation

cairrier.com, built with Node.js, Firebase Firestore, Twilio, and deployed to Firebase Hosting.

Originally Founded @ 2019. Kickstarted @ 2023 with the rise of LLMs


Because we cair.

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.

Running Locally

git clone https://github.com/caslabs/cAIrrier/
cd cAIrrier

Software Requirements

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.9%
  • Other 1.1%