https://github.com/blarApp/blarify
A tool to build a graph from a codebase
https://github.com/blarApp/blarify
agents falkordb knowledge-graph neo4j
Last synced: 3 months ago
JSON representation
A tool to build a graph from a codebase
- Host: GitHub
- URL: https://github.com/blarApp/blarify
- Owner: blarApp
- License: mit
- Created: 2024-03-20T21:13:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-16T05:55:09.000Z (3 months ago)
- Last Synced: 2025-07-16T13:59:23.282Z (3 months ago)
- Topics: agents, falkordb, knowledge-graph, neo4j
- Language: Python
- Homepage: https://blar.io
- Size: 5.62 MB
- Stars: 133
- Watchers: 0
- Forks: 33
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
This repo introduces a method to represent a local code repository as a graph structure. The objective is to allow an LLM to traverse this graph to understand the code logic and flow. Providing the LLM with the power to debug, refactor, and optimize queries.
# Supported Languages
- Python
- JavaScript
- TypeScript
- Ruby
- Go
- C## Example
![]()
This graph was generated from the code in this repository.# Quickstart
Get started with blarify by following our quickstart guide:
[➡️ Quickstart Guide](https://github.com/blarApp/blarify/blob/main/docs/quickstart.md)
# Article
Read our article on Medium to learn more about the motivation behind this project:
[➡️ How we built a tool to turn any codebase into a graph of its relationships](https://medium.com/@v4rgas/how-we-built-a-tool-to-turn-any-code-base-into-a-graph-of-its-relationships-23c7bd130f13)
# Future Work
- [x] Gracefully update the graph when new files are added, deleted, or modified
- [x] Add more language servers
- [ ] Experiment with parallelizing the language server requests# Need help?
If you need help, want to report a bug, or have a feature request, please open an issue on this repository.
You can also reach out to us at [Discord](https://discord.gg/s8pqnPt5AP)