MIND is an advanced AI-powered platform for dynamic strategic decision analysis. It leverages Large Language Models (LLMs) to transform complex objective-based inputs into navigable, multi-outcome decision trees.
- AI-Driven Strategy: Powered by Google Gemini Pro (with heuristic fallback).
- Interactive Visualization: Powered by
@xyflow/react(React Flow). - Persistent Cloud Storage: Built on Supabase (Postgres).
- Secure Access: Integrated Supabase Auth and Next.js Middleware.
- Modern UI: Futuristic, dark-mode grunge aesthetic with Tailwind v4.
-
Clone & Install:
git clone https://github.com/saumya1311/MIND.git cd MIND npm install -
Environment Setup: Create a
.env.localfile with:GEMINI_API_KEY=your_key NEXT_PUBLIC_SUPABASE_URL=your_url NEXT_PUBLIC_SUPABASE_PUBLISHABLE_DEFAULT_KEY=your_key
-
Run Development Server:
npm run dev
- Framework: Next.js (App Router)
- State: Zustand
- Database: Supabase
- Icons: Lucide React
Developed by saumya1311.