Onero is an AI-powered dream analysis platform that helps users understand their dreams, uncover patterns, and transform insights into meaningful actions. The platform combines advanced AI interpretation with practical action planning to provide a comprehensive dream analysis experience.
- Dream Analysis: Advanced AI interprets your dreams, uncovering deep insights and hidden meanings within your subconscious.
- Guided Action Plans: Transform dream insights into scheduled actions, with personalized plans to achieve your goals.
- Dream Journal: Automatically document and track your dream patterns with AI-enhanced journaling and insights.
- Next.js 13+ (React Framework)
- Tailwind CSS (Styling)
- Google Calendar API (Event Scheduling)
- AI Integration for Dream Analysis
- Authentication with NextAuth.js
- Clone the repository:
git clone https://github.com/yourusername/onero.git
cd onero- Install dependencies:
npm install- Set up environment variables:
Create a
.env.localfile in the root directory with the following variables:
GOOGLE_CLIENT_ID=your_google_client_id
GOOGLE_CLIENT_SECRET=your_google_client_secret
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=your_nextauth_secret
- Run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.