Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
1a9bcb3
Added link to paper in nav bar
shenrunzhang Nov 5, 2025
48992c8
updated instructions for submitting to just go to project page and fo…
shenrunzhang Nov 10, 2025
98fabee
Made text on hero section lighter, rephrased cta button 'get started'…
shenrunzhang Nov 10, 2025
3dbff83
Made subtitles one liner
shenrunzhang Nov 10, 2025
e869bd1
Added logo and rescaled 0-100
shenrunzhang Nov 10, 2025
ae04aad
fixed metrics range, and dangling word
shenrunzhang Nov 10, 2025
b18f37f
Changed commercial/academic -> closed/open source. Added Chayan to le…
shenrunzhang Nov 18, 2025
ee68aaf
Fixed col width
shenrunzhang Nov 18, 2025
501520f
changed vllm affiliation to vllm sr team
shenrunzhang Nov 18, 2025
a9c0292
Fixed premature scrollbar on loaderboard
shenrunzhang Nov 18, 2025
9d1024f
added text wrapping to leaderboard affiliations
shenrunzhang Nov 18, 2025
7633325
Added two new metrics accuracy and cost/1k query
shenrunzhang Nov 18, 2025
111258a
Added eval metric explanation
shenrunzhang Nov 18, 2025
2229a48
spelling
shenrunzhang Nov 18, 2025
76628a1
Added website links to all routers and removed dangling word from lea…
shenrunzhang Nov 19, 2025
a85815c
Added beta slider
shenrunzhang Nov 20, 2025
307c9c0
Fixed sizing for mobile screens in homepage and leaderboard page and …
shenrunzhang Nov 20, 2025
05640f2
Fixed homepage padding for phone screens
shenrunzhang Nov 20, 2025
db8b60b
changed get started button color
shenrunzhang Nov 20, 2025
71c1d03
Fixed beta slider
shenrunzhang Nov 20, 2025
4e98b10
changed get started button color
shenrunzhang Nov 21, 2025
425fde2
Migrated data from mockdata.ts to /src/data/
shenrunzhang Dec 1, 2025
c14626f
Changed website title for better indexing
shenrunzhang Dec 10, 2025
cfd987e
Added HF link
shenrunzhang Dec 12, 2025
7d29235
Added hf link
shenrunzhang Dec 12, 2025
9a90f4d
Fixed merge
shenrunzhang Dec 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
129 changes: 91 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@
"@testing-library/user-event": "^13.5.0",
"katex": "^0.16.25",
"lucide-react": "^0.263.1",
"raw.macro": "^0.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-katex": "^3.1.0",
"react-router-dom": "^6.8.1",
"recharts": "^2.8.0",
"web-vitals": "^2.1.4"
"web-vitals": "^2.1.4",
"yaml": "^2.6.0"
},
"devDependencies": {
"@types/node": "^16.18.0",
Expand Down
6 changes: 4 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<meta name="google-site-verification" content="KC7qowG-JGDC4rYL6aI9UJHlVMrmNIqSm4_JwgAS4Mc" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Web site created using create-react-app" />
<meta name="description" content="Website for RouterArena, an open platform for comprehensive comparison of LLM routers" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
Expand All @@ -33,7 +33,9 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>RouterArena</title>
<title>RouterArena: An Open Platform for Comprehensive Comparison of
LLM Routers
</title>
</head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CFZYZLHP5X"></script>
<script>
Expand Down
Loading