DEV Community

Cover image for I built a Github user analysis and ranking website
Ray-D-Song
Ray-D-Song

Posted on

I built a Github user analysis and ranking website

https://github-persona.pages.dev

Why

Sometimes I treat participating in Github as a game, like I will follow some big guys, see what they are doing recently, whether they have any new projects, any new ideas.

Then I realized that submitting code, participating in discussions, and solving problems can be quantified. I can make a website to analyze Github users, rank them, just like in the game.

Tech Stack

  • Cloudflare Pages
  • Cloudflare D1
  • Cloudflare AI

I use Cloudflare Worker to develop it, because it has convenient CI/CD service and free quota.

One of the requirements is to use large models to summarize users. Cloudflare AI perfectly meets this requirement.

Conclusion

This project is completely open source, you can view the source code on Github.

Welcome to join and improve it together.

Top comments (0)