Appearance
Getting Started
Creating an Account
- Go to rankhub.app.
- Click Sign Up and provide an email and password, or authenticate with GitHub/Google.
- Verify your email address via the link sent to your inbox.
Casting Your First Vote
- Browse categories on the home page or use the search bar.
- Select a subcategory (e.g., "Programming Languages" under "Technology").
- You will be presented with two items side by side. Click the one you believe ranks higher.
- Repeat. Each vote updates both items' Glicko-2 ratings in real time.
Understanding the Ranking System
RankHub uses the Glicko-2 rating algorithm. Every item starts with a rating of 1500.00 and a rating deviation (RD) of 350.00.
- Rating -- The estimated skill or quality of an item. Higher is better.
- Rating Deviation (RD) -- Measures uncertainty in the rating. New items have high RD (uncertain); items with many votes have low RD (confident).
- Volatility -- Measures how much an item's rating is expected to fluctuate.
A win against a higher-rated item produces a larger rating increase than a win against a lower-rated item. See the Ranking Algorithm page for the full mathematical details.
Submitting Items
- Navigate to a subcategory's leaderboard page.
- Click Submit Item.
- Fill in the item name, description, and optional image URL.
- Submissions are reviewed before appearing on the leaderboard.
Viewing Leaderboards
Each subcategory has a leaderboard at /leaderboard/<slug>. Items are sorted by rating, and the RD is shown to indicate confidence. You can filter by minimum confidence level.