A tool for tracking and analyzing open source projects to identify investment opportunities. Monitors GitHub repositories for traction signals, growth metrics, and investment potential.
- Traction Analysis: Track stars, forks, contributors, and growth over time
- Big Tech Filtering: Automatically exclude repositories from large tech companies (FAANG, etc.)
- Category Tagging: Auto-categorize repos (AI/ML, DevTools, Infrastructure, Data, Security, etc.)
- Funding Detection: Identify projects with existing VC backing
- Investability Scoring: Composite score based on growth, engagement, and market signals
- Historical Tracking: SQLite database for tracking metrics over time
- Web Dashboard: Interactive UI for browsing and filtering projects
# Install dependencies (uses standard library, no external packages required)
python3 dashboard_v2.pyThe dashboard will be available at http://localhost:8080
dashboard_v2.py- Main web server and dashboard UIanalysis.py- Funding detection, categorization, and scoring logicdatabase.py- SQLite database operations and metrics trackinggithub_traction_analysis.py- GitHub API integration for traction metricsgithub_forks_analysis.py- Fork analysis utilitiesoss_traction.db- SQLite database (auto-created)
Projects are automatically tagged into categories:
- AI/ML
- DevTools
- Infrastructure
- Data
- Security
- Observability
- Frontend
- Backend
- Fintech
MIT