Getting started
How to get a GitHub repository link.
RepoContext works with any link in the form https://github.com/owner/repository. Here is exactly how to copy one in five steps.
Open the repository on GitHub
Go to github.com and open the repository you want to analyze. It can be your own repo or any public one — for example the link shown on the homepage: https://github.com/psf/requests.
✓ Public repos work with no setup. For private repos, connect your GitHub account first.
Copy the URL from the address bar
Once you are on the repository's main page, look at your browser's address bar. The full URL there is your repository link. It always follows the pattern https://github.com/owner/repository — for instance https://github.com/vercel/next.js.
✓ Just copy the whole address — no extra parameters or tokens are needed.
Make sure you are at the repo root
The link should end with owner/repository only. If you clicked into a file or folder, the URL will contain extra segments such as /blob/, /tree/, or /issues/. Click the repository name at the top of the page to get back to the root before copying.
✓ Wrong example: https://github.com/psf/requests/blob/main/requests/api.py — go up to the root first.
Optional: point to a specific branch
By default RepoContext analyzes the default branch. If you want a specific branch analyzed, add /tree/branch-name to the URL — for example https://github.com/owner/repo/tree/develop.
✓ Leave this out unless you specifically need a non-default branch.
Paste it into RepoContext
Copy the link with Ctrl+C (Windows) or Cmd+C (Mac), return to the RepoContext homepage, paste it into the input field, and click Analyze. Within a few seconds you'll get AI-ready context for your repository.
✓ That's it — no configuration file or credit card required for public repositories.
Valid examples
- ✓https://github.com/psf/requests
- ✓https://github.com/vercel/next.js
- ✓https://github.com/gin-gonic/gin