Discover your dev twin through mutual GitHub stars — personalized, AI-powered social feed for developers.
Cosmic Code Mates is a lightweight, social experience built on top of the GitHub API and OpenAI.
Just enter your GitHub Personal Access Token with read:user and public_repo scopes — your token is stored locally only and never sent anywhere.
You’ll get a feed of developers who star the same repositories as you, each paired with a short AI-generated description or poem.
Think: GitHub meets your cosmic developer horoscope.
This was one of those "what if this existed?" ideas that I just had to build.
I vibe-coded most of it using Lovable — shoutout to their AI builder, it helped me sketch things out fast.
If you’re into the idea and want to help build this into something cool, PRs and contributions are more than welcome.
Even feedback or feature ideas are appreciated — just open an issue.
The only requirement is having Node.js & npm installed - install with nvm
Follow these steps:
# Step 1: Clone the repository using the project's Git URL.
git clone https://github.com/DimitrijeGlibic/cosmic-code-mates.git
# Step 2: Navigate to the project directory.
cd cosmic-code-mates
# Step 3: Install the necessary dependencies.
npm i
# Step 4: Start the development server with auto-reloading and an instant preview.
npm run devThis project is built with:
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS
