A mental wellness application featuring an AI companion named Serena, level progression, badges, and mindfulness tools.
- AI Chat Support with Serena
- Level Progression System
- Achievement Badges
- Journal Writing
- Mindfulness Exercises
- Daily Rewards
- Resource Library
- Node.js 18.x or later
- npm or yarn package manager
- Clone the repository:
git clone https://github.com/yourusername/serene-she.git
cd serene-she
- Install dependencies:
npm install
# or
yarn install
- Run the development server:
npm run dev
# or
yarn dev
- Open http://localhost:3000 with your browser to see the result.
- Build the application:
npm run build
# or
yarn build
- Start the production server:
npm start
# or
yarn start
- Next.js 14
- React 18
- TypeScript
- Tailwind CSS
- Framer Motion
- Radix UI Components
/app
- Next.js app router pages and layouts/components
- Reusable React components/lib
- Utility functions and shared logic/public
- Static assets
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.