I wanted to build something that could find the developers who contributed the most to certain topics for a given repo. The demo is just for next.js, but this could be applied anywhere.
For example, if you were using Next.js and were having issues or a bug with server actions, you could use this to find the right devs to reach out to. Didn't spend too much time on UI/UX but the core integration with Greptile is there.
- Clone the Repo
- add a
.env.localfile with the following:
GREPTILE_API_KEY=<YOUR_GREPTILE_KEY>
GITHUB_TOKEN=<YOUR_GITHUB_TOKEN>
- Run
pnpm ito install dependencies - Run
pnpm devto run the app - View the app on localhost