AI-powered project idea generator that checks existing repos and suggests unexplored or difficult projects.
- Open the app (no installation needed)
- Click "SET API KEY" and enter your DeepSeek API key
- Enter a topic and hit "Explore"
- Get ranked ideas of what hasn't been built yet
All API keys are stored only in your browser's localStorage. They are:
- ✅ Never sent to this repo's servers
- ✅ Never logged or tracked
- ✅ Only sent directly to their respective API providers (DeepSeek)
- ✅ Deleted when you clear browser data
- GitHub API: Public repo search queries
- DeepSeek API: Topic + repo context for AI analysis
- Your saved ideas
- Your API key
- Search history
- Cost: ~$0.001 per search
- Get it: https://platform.deepseek.com/api-keys
- Why: Powers the AI gap analysis that finds unexplored projects
- Used automatically via public endpoints
- No key needed for basic searches
- Rate limited to 10 req/min without auth
- Scan GitHub → Fetches top repos matching your topic
- AI Analysis → DeepSeek identifies gaps and unexplored areas
- Rank Ideas → Returns 8 ideas ranked by impact + novelty
- Save & Export → Store ideas locally or export as JSON
- 🔍 Real-time GitHub scanning
- 🤖 AI-powered gap analysis
- 💾 Save ideas locally
- 📊 Difficulty & feasibility scoring
- ⬇️ Export results as JSON
- 🎨 Dark mode UI with smooth animations
Just open Progenerator.html in your browser. It's a single-file app with zero dependencies.
If self-hosting, these are stored locally only:
# .env.example
VITE_DEEPSEEK_API_KEY=sk-your-key-hereMIT