GitStalker banner

GitStalker

1 devlog
26m 33s

Find your github nerds

This is a nextjs app that lets you search for any github user as fast as possible :)

This project uses AI

A little help from gemini but most of the code was written by me :)

Demo Repository

Loading README...

Obay

Shipped this project!

I built a website that lets you search for any github user, faster than github search itself, cuz gh search is really slow :)

Obay

This is how I optimized ts

Debouncing

Instead of firing api requests for every character you type, we just wait for 500ms and then print the search results

Caching

We have a javascript “Map” running outside the react state, so if you search 2 names twice you get instant results

and image optimization as well :)

Attachment
0