# Evalico An intelligent decision analysis tool that helps you make better choices by breaking down complex scenarios into clear, actionable insights. ## Features - **Smart Analysis**: AI-powered analysis of complex decision scenarios - **Visual Decision Flow**: Interactive Mermaid flowcharts showing decision paths - **Data Insights**: Real charts with relevant metrics and comparisons - **Clear Recommendations**: Evidence-based suggestions with pros/cons analysis - **Responsive Design**: Clean, accessible interface with WCAG compliance ## Getting Started ### Installation 1. Clone the repository: ```bash git clone https://github.com/hridaya423/evalico cd evalico ``` 2. Install dependencies: ```bash npm install ``` 3. Add your Groq API key to `.env.local`: ``` GROQ_API_KEY=your_groq_api_key_here ``` 4. Run the development server: ```bash npm run dev ``` Open [http://localhost:3000](http://localhost:3000) to view the application.