Skip to content

Anurampranav/SafeSpace_Plus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SafeSpace Plus

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.

Features

  • 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

Tech Stack

Frontend

  • Next.js
  • TypeScript
  • Tailwind CSS

Backend

  • Node.js
  • Express.js

Database

  • MongoDB

Additional Tools

  • Gemini API
  • JWT Authentication

Project Structure

SafeSpace_Plus/
├── backend/
├── frontend/
└── README.md

Setup Instructions

1. Clone the Repository

git clone https://github.com/codesughosh/SafeSpace_Plus.git
cd SafeSpace_Plus

2. Install Frontend Dependencies

cd frontend
npm install

3. Install Backend Dependencies

cd ../backend
npm install

4. Run Locally

Start the backend server:

cd backend
npm run dev

Start the frontend application:

cd frontend
npm run dev

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 69.1%
  • JavaScript 28.2%
  • CSS 2.7%