As developers, we often keep our projects private. But during interviews, we need to show our code. Making everything public is not always a good option.
So I built this platform.
It allows you to generate a secure shareable link for your private GitHub repositories. You can send this link to an interviewer or anyone you want. They can view your code in a clean, read-only format without getting full access to your repository.
The link can also have an expiry time for better control.
Built with Next.js, Clerk, MongoDB, Tailwind CSS, and shadcn, this project focuses on secure authentication, GitHub API integration, and safe code sharing for developers.
Built with