Have you ever looked at your GitHub profile and thought, "Wow, I am a 10x developer"? Well, you're wrong. And this app is here to prove it.
Enter any GitHub username, and our highly trained AI will fetch their repos, commit history, and languages to generate a savage, personalized roast. It's basically a code review, but evil.
Warning: May cause existential crisis, impostor syndrome, or a sudden urge to delete your node_modules.
**Try Here: https://github-roaster-2n9pwmvqg-vivaan-dhawans-projects.vercel.app/ **
(Insert Screenshots Here)
- Clone it (if you dare):
git clone https://github.com/VIVAAN-DHAWAN/github-roaster
cd github-roaster- Install dependencies (hope you have enough RAM):
npm install- Set up the env variables:
cp .env.example .env.localFill in your OPENAI_API_KEY (or whichever AI provider you want to use).
- Run it:
npm run devWe support multiple providers so you can get roasted on a budget:
- OpenAI (default,
gpt-4o) - Anthropic (
claude-sonnet-4-6) - OpenRouter (
stepfun/step-3.5-flash:free) - Ollama (fully local, free,
llama3.2)
Set AI_PROVIDER and AI_MODEL in your .env.local.