A Next.js application for mental health support with AI-powered conversations and mood tracking.
See it live 🌐 : https://preview-serenify-v015-kzmpnmtxc6zrr6kmamwj.vusercontent.net/
- Node.js 18+
- npm or yarn
- Clone the repository
- Install dependencies:
```bash npm install ```
- Set up environment variables:
Create a .env.local file in the root directory and add:
``` GEMINI_API_KEY=your_gemini_api_key_here ```
- Run the development server:
```bash npm run dev ```
- Open http://localhost:3000 in your browser.
- AI-powered mental health conversations
- Mood tracking and visualization
- Dark/light theme support
- Responsive design
- Chat history management
- Next.js 14
- React 18
- TypeScript
- Tailwind CSS
- Radix UI
- Google Gemini AI