MindEase – AI Mental Wellness Chatbot A work-in-progress web app built with HTML, CSS, JavaScript, and Firebase that aims to provide a supportive environment for users to express their thoughts and receive responses. Currently in development — AI integration and additional features coming soon.
MindEase is a smart mental wellness chatbot web application aimed at helping users express themselves, talk about their feelings, and receive empathetic responses in real-time.
This project is currently under development. New features like GPT-based replies, user authentication, and analytics integration are actively being worked on. Stay tuned!
- Frontend: HTML, CSS, JavaScript
- Backend: Firebase (Firestore, Hosting, Authentication)
- Deployment: Firebase Hosting
- Planned: OpenAI GPT Integration, Voice Input, Sentiment Analysis
- Simple chat interface between user and bot 🤖
- Stores all messages in Firebase Firestore
- Responsive layout for basic usability
- Firebase Hosting deployment
- Real GPT-based AI responses (OpenAI/Gemini)
- Firebase Authentication (user sessions)
- Chat analytics and mood tracking
- Voice input using Web Speech API
- Better UI/UX with animations and themes
# Clone the repo
git clone https://github.com/Khushidubey02/mindease-web.git
cd mindease-web
# (Optional) Serve locally
# Install live server or use VS Code Live Server extension