Discover and connect with real developers faster.
Git-Connect helps you find authentic GitHub developers and tech communities by analyzing their latest public projects and summarizing their skills using AI.
- 🔎 Smart Search: Search by name, bio, or even by technology stack (Java, Python, Web3, etc).
- 🧠 AI-Powered Summaries: Gemini AI summarizes top developers' recent work and skills.
- 🎨 Elegant Profiles: Instant access to GitHub links, project highlights, and social media profiles.
- 💬 Dynamic Flip Cards: Hover and flip to explore AI summaries in a beautiful UI.
- ✨ Floating GitHub aesthetics: A lively, professional look for networking and discovery.
# 1. Clone the Repo
git clone https://github.com/vraj00222/gitconnect-hackdartmouth.git
cd gitconnect-hackdartmouth
# 2. Install Dependencies
npm install
# 3. Set Up Environment Variables
# Create a .env file in the root folder with:
VITE_GITHUB_TOKEN=your_github_token_here
VITE_GEMINI_API_KEY=your_gemini_api_key_here
# 4. Run the Project
npm run dev