Skip to content

Latest commit

 

History

History
109 lines (76 loc) · 1.86 KB

File metadata and controls

109 lines (76 loc) · 1.86 KB

🚀 FounderMatch

FounderMatch is an AI-powered matchmaking platform that connects startup founders with investors — similar to a dating app, but for funding and collaboration.

🔗 Live Demo: https://founder-match-mrabs1o62-rama542s-projects.vercel.app/


📌 About the Project

FounderMatch helps users:

  • Discover potential investors or founders
  • Swipe and match like a dating app
  • Chat after matching
  • Get AI-based evaluation scores
  • Simulate investor-founder conversations

The idea is inspired by combining: 👉 Tinder-style matching
👉 LinkedIn-style networking
👉 AI-powered evaluation


✨ Features

🔐 Authentication

  • Signup / Login system
  • Role-based users:
    • Founder
    • Investor
  • Local storage-based login persistence

🔍 Discover (Swipe System)

  • Swipe right → Match
  • Swipe left → Pass
  • Smart UI animations

🤝 Matching System

  • Founder ↔ Investor matching
  • Real-time match notification

💬 Chat System

  • Simulated AI chat between users
  • Investor / Founder persona-based replies

⚡ AI Interview System

  • Investors take an AI interview
  • AI evaluates based on:
    • Experience
    • Clarity
    • Founder friendliness
    • Decision speed

➡️ Generates a Investor Quality Score (1–100)


📊 Startup Scoring

  • AI-based evaluation of startups:
    • Market potential
    • Team strength
    • Problem clarity
    • Overall score

📊 Dashboard

  • Matches overview
  • Score insights
  • Chat access
  • Activity stats

👤 Profile

  • User profile with badges
  • Role-based UI (Founder / Investor)

🛠️ Tech Stack

Frontend

  • React (Vite)
  • JavaScript (ES6+)
  • Inline CSS styling

AI Integration

  • Google Gemini API (or Claude / OpenAI configurable)

Storage

  • LocalStorage (for authentication)

Deployment

  • Vercel

📁 Project Structure