GitGalaxy is a static explorer for AI-related GitHub repositories.
- maps repositories as connected nodes
- scales node size by GitHub stars
- supports searching by
owner/repoor full GitHub URL - highlights related repositories around a selected repo
- refreshes public repository metadata daily
- public repositories only
- AI-related repositories
stars >= 500- archived repositories excluded
- forks excluded by default
Repositories below the default star threshold may still be included after local review when they are:
- rapidly growing
- category-defining
- technically influential
- necessary to fill a sparse category
Exception entries are maintained in data/manual-includes.json.
- LLM
- Agents
- RAG
- Inference
- Fine-tuning
- Evaluation
- AI Apps
- Multimodal
GitHub Actions updates the public dataset every day at:
09:00 KST00:00 UTC
A local weekly review can adjust manual includes, category assignments, and relation quality. Only reviewed results should be committed.
npm install
npm run update-data
npm run devGenerate a local review report:
npm run review-reportThe report is written under local/ and is ignored by git.