AuraMind is a comprehensive sleep and relaxation resource web application designed to help users struggling with sleep due to stressful life situations. The app features interactive tools, educational content, and personalized recommendations to improve sleep quality and overall wellbeing.
- Sleep Action Plan: A comprehensive guide with techniques and resources
- Binaural Beats Information: Educational content about how they work and their benefits
- Sleep Affirmations: A collection of positive statements for better sleep
- Mindfulness Techniques: Additional relaxation techniques to calm your mind and body
- Breathing Exercise Visualization Tool: Visual animations synchronized with breathing instructions
- Audio Player for Binaural Beats: Custom player with sample tracks for different brainwave frequencies
- Interactive Affirmation Cards: Flip card animation with save and share functionality
- Sleep Quality Tracker: Track and visualize your sleep quality and patterns
- Next.js with TypeScript
- Tailwind CSS for styling
- React Hooks for state management
- Node.js 18.0.0 or later
- npm or yarn
- Clone the repository
git clone https://github.com/yourusername/auramind.git
cd auramind
- Install dependencies
npm install
# or
yarn install
- Run the development server
npm run dev
# or
yarn dev
- Open http://localhost:3000 in your browser to see the application
/src/app
: Page components and routing/src/components/ui
: UI components like Header and Footer/src/components/interactive
: Interactive features like the Breathing Exercise tool/src/components/engagement
: Engagement features like email signup and feedback forms/src/styles
: Global styles and theme configuration/src/lib
: Utility functions and shared logic/public
: Static assets like images and audio files
- User accounts for saving preferences and tracking progress
- Additional guided meditation content
- Expanded sleep education resources
- Community features for sharing experiences
- Mobile app version
This project is licensed under the MIT License - see the LICENSE file for details.