This is a final project for Web Development Bootcamp at Lighthouse Labs, completed within 7 days. Contributors include Liana Kan, Kayano Oyama and Dan Ross.
First Aide is an AI-powered personal health assistant that utilizes speech recognition and Open AI to provide medical related advice. It also keeps track of personal medical records.
Click below to see demo video.
🔗 First-Aide Demo 🔗
This project is created for learning purpose only. In case of medical issues / emergency, please seek professional medical help or go to the emergency room. The responses of the app are fetched from Open AI and cannot replace doctors' advices.
- User
Registration,Login/Logout
- User can
navigateusing the bottom navigation bar
- User can ask questions using voice
Speech Recognitionfor user questions- App returns answers to user questions right away using
Open AItechnology
- User can
bookmarkthose first-aid responses for future easy access
- User can
edit titlesof bookmarks, evendeletebookmarks
- User can
create and updatetheir emergency contacts
- User can
create and updatetheir prescriptions, allergies and conditions
- The app provides a list of nearby hospitals according to the city where user resides

- User can
edittheir profile and change their name/email/city
- The app
remembers users locallyeven when they quit and re-launch the app
- React-native (expo)
- Tailwind CSS
- Open AI
- Express.js
- Json Web Token (JWT)
- PostgreSQL
- Make sure you have
xcodeinstalled, then fork and clone this repo - Please also fork and clone the server repo, and follow instructions in that repo
- Start the front-end by
npm iand thenexpo run:ios - Enjoy!
