Healitia is a digital health startup that is developing a platform to help elderly patients manage their health and wellness with the help of AI. The platform will offer a variety of features, including:
- Health and fitness calculators
- Personal health record
- Symptom tracker
- Medication reminder
- Auto pathology
- Medical exam data analysis
- Chatbot
- Library of healthy recipes and Corrective exercises
Healitia's mission is to raise awareness and make it easier for elderly people to manage their health and wellness. This startup believes that everyone should have access to high-quality, affordable healthcare.
Healitia can help elderly patients in a number of ways, including:
- Making it easier to track their health and wellness data
- Helping them to identify and manage their health risks
- Providing them with personalized recommendations for improving their health and well-being
- Connecting them with healthcare providers and other resources
Healitia is currently in the development stage, and its first version will be released in December 2023. The platform will initially be available as a web application, but mobile native applications for Android and iOS will be developed in the future.
Healitia is a promising new digital health platform that has the potential to make a significant difference in the lives of elderly patients. By providing them with the tools and resources they need to manage their health and wellness, Healitia can help them to live longer, healthier, and more independent lives.
- Mehdi Rezakhani - Front-End Developer
- Elham Sharifia - Back-End Developer
Client: Next, React, Context API, TailwindCSS, Material-UI
Server: Django, Django Rest Framework, Postgresql
*Liara services were used to deploy the project on a server.
| Color | Hex |
|---|---|
| Primary Color | |
| Secondary Color | |
| Light Color | |
| Dark Color | |
| Error Color | |
| Success Color |
- Light/dark mode toggle
- Live previews
- SPA & PWA
Clone the project
git clone https://github.com/el-sh200/healitiaGo to the project directory
cd healitiaCreate your own virtual environment
virtualenv venvInstall dependencies
pip install -r requirements.txtGenerate a new secret key
Migrate your migrations
$ python manage.py migrateCreate a new superuser
python manage.py createsuperuserFinal checks
python manage.py runserver