# MindEase - AI Mental Wellness Platform

Flexible version ready for personal testing and future commercial extensions.

## Setup

1. Clone or create project from this script.
2. Run `composer install`
3. Run `npm install && npm run build`
4. Copy `.env.example` to `.env` and configure database.
5. Run `php artisan key:generate`
6. Run `php artisan migrate --seed`
7. Run `php artisan serve`

## Features

- User authentication
- Mood tracking
- Exercises library
- Modular AI Agent (OpenAI/Anthropic)
- Dark mode & RTL support
- SEO & AdSense ready
- Repository pattern, service layer
- Future extensions: installer, theme panel, multi-language, freemium
