Basegraph is a monorepo for tools that build property graphs from source code and help teams plan implementation work. Use this repository as a starting point—detailed setup and usage guides live within each project.
codegraph/– Go extraction engine and graph tooling.- Documentation:
codegraph/Readme.md
- Documentation:
relay/– Planning agent service that produces implementation-ready specs.- Documentation: see the guides in
relay/docs/
- Documentation: see the guides in
dashboard/– Next.js dashboard for exploring graph data and running workflows.- Documentation: reference the materials in
dashboard/docs/
- Documentation: reference the materials in
docs/dev-setup.md– Developer environment setupdocs/onboarding.md– User and organization onboarding flowexecution_trace.md– Historical experiments and architectural context
- Create a feature branch from
main. - Make your changes and run the relevant project checks.
- Open a pull request for review.