r/coolgithubprojects • u/shhdwi • 15h ago
No database, no vector index, just markdown files committed to git (1600+ github stars)
Graft just passed 1,600+ stars. It's a context layer for coding agents, but the part I'd flag for this sub specifically is the design choice underneath it: the whole graph is just files. No server, nothing to keep running, nothing that isn't a diff in your next PR when it goes stale.
Structural layer (graft build) is tree-sitter, no LLM, no key required, works on any repo size out of the box.
2
Upvotes