PrivyCode
Safe Code Sharing
Featured
- Platform
- iOS and Android
- Category
- Productivity
Personal project: the mobile companion to the open-source PrivyCode web app, on the same backend. Sign in with GitHub, browse your repositories, and hand someone a view-only link to a private one that expires — built to learn OAuth, token handling on a device, and access that is genuinely time-limited.
A personal project, and a small one on purpose. PrivyCode gives a private GitHub repository a view-only link that expires, so code can be shown to a recruiter or a client without making the repository public or handing over collaborator access.
This is the mobile companion to the open-source web version, running against the same backend: sign in with GitHub, browse your repositories, and generate a link that lets the recipient read but not clone, download or modify. It was built to work through the parts that are easy to get wrong rather than to ship a product — the GitHub OAuth handshake, holding a token on a device, and enforcing access that is genuinely one-time and time-limited rather than merely hidden.
Go see it
The ingredients
- 01Expo
- 02React Native
- 03Reanimated
- 04GitHub
- 05EAS
- 06Firebase
The screens
03 of them

01

02

03