SafeSpace Plus is a full-stack mental wellness platform designed to help users monitor emotional well-being, build healthy habits, and access supportive tools through an intuitive digital experience.
The platform combines journaling, mood tracking, AI-powered conversations, and personalized insights to encourage self-reflection and consistent wellness practices.
- Secure user authentication and account management
- Daily journaling with mood-based reflections
- Mood tracking and emotional trend monitoring using Camera & Voice input
- AI chat support for guidance and conversation
- Personalized wellness insights dashboard
- Progress streaks and habit consistency tracking
- Responsive and modern user interface
- Next.js
- TypeScript
- Tailwind CSS
- Node.js
- Express.js
- MongoDB
- Gemini API
- JWT Authentication
SafeSpace_Plus/
├── backend/
├── frontend/
└── README.md
git clone https://github.com/codesughosh/SafeSpace_Plus.git
cd SafeSpace_Pluscd frontend
npm installcd ../backend
npm installStart the backend server:
cd backend
npm run devStart the frontend application:
cd frontend
npm run dev