DitherZ/starhub — reverse-engineered prompt
Reverse engineered prompt
Build me a clean little web app called Starhub for browsing a GitHub user’s starred repositories. I want to type in a GitHub username, load their starred repos, and see them in a nice responsive grid or list with the repo name, description, language, star count, owner, and a link to open it on GitHub.
Make it feel polished but simple, with a dark space inspired style that matches the name. Add basic searching and filtering so I can quickly find repos by name, description, or language. Handle loading states, empty results, and GitHub API errors in a friendly way.
It should be easy to self host and deploy on Netlify. If a GitHub token is needed for higher rate limits, make it configurable through an environment variable and include a clear example file. Use the existing JavaScript app setup in this repo and keep the code tidy. Look up current GitHub API docs online if you need to.
Want more depth? Deep Reverse