Throne has a little leaderboard section, but it's very limited. It only shows the top 3 over any given time, ignoring anyone else. Fortunately they have an endpoint that's very open, so you can build a leaderboard yourself.
throne-board.cc gives the API endpoint a slightly better frontend.
- React 19
- TypeScript
- Vite
- Tailwind CSS
- TanStack React Query
- Building around existing firebase apps
- Transforming data from API endpoints
- firebase / firestore queries
While an improvement on the existing UX, it can still be improved
- Tabs instead of long lists
- Remember searched creators
- Improved design
Install dependencies and start the development server.
pnpm installpnpm dev
For a production build:
pnpm buildpnpm preview
Set NODE_VERSION=22 in Cloudflare Pages/Workers build environment variables so the build runs on current Node LTS.