🎥 Watch the Demo Video on YouTube
LaunchLens is an advanced venture intelligence platform tailored for VCs, angel investors, and analysts. It leverages a multi-model AI pipeline (GPT-4o, Claude 3.5 Sonnet, Gemini 1.5 Pro) to dissect, validate, and aggressively "roast" startup pitches.
- Multi-Model Intelligence: Compare outputs from industry-leading LLMs.
- Dynamic Roasting: Choose your brutality tier (Mild, Spicy, Brutal) for unfiltered AI feedback.
- Competitor Mapping: Instantly visualize market gaps and existing threats.
- Sleek Minimalist UI: Glassmorphic dark mode design utilizing Framer Motion and Tailwind CSS.
- Framework: Next.js (App Router)
- Styling: Tailwind CSS, Framer Motion
- AI Integrations: Groq SDK, Google Gemini SDK
- State Management: Zustand
- Backend/DB: Firebase
-
Clone the repository
git clone https://github.com/Snigdha-0210/StartUp_Validator.git cd StartUp_Validator -
Install dependencies
npm install
-
Configure Environment Variables Create a
.env.localfile in the root directory and add your API keys:GROQ_API_KEY=your_groq_api_key_here GEMINI_API_KEY=your_gemini_api_key_here NEXT_PUBLIC_FIREBASE_API_KEY=your_firebase_api_key_here
(Note: API keys must be kept private and are automatically ignored by git)
-
Run the development server
npm run dev
-
Open http://localhost:3000 in your browser.
This project is licensed under the MIT License - see the LICENSE file for details.