fix: Rate Limiting
Having the github api in use, it rate limits its requests to 60 per minute which makes it difficult for more than 3 users to browse at a time.
Current solution :

💡 Waiting for better solutions ...
I came here to mention this.
It could allow users to add their own token to allow for more requests similar to https://useful-forks.github.io/.
Alternatively, we can get people to login as that doesn't count in to the unauthorised rate limit. Adding own token sound quite cumbersome https://stackoverflow.com/questions/13394077/is-there-a-way-to-increase-the-api-rate-limit-or-to-bypass-it-altogether-for-git
Using Github's OAuth could fix rate limiting error as users will be using their own token.
To signin with github, i would recommand to use Supabase. It's really easy to setup (https://supabase.io/docs/guides/auth/auth-github)