The Run: The Free Speedrun Statistics Site
Therun is a free speedrun statistics website. It provides live data and advanced statistics for participating speedrunners.
- Live Runs tracking
- Advanced statistics
- Games overview
- Splits backup
- Twitch Extension
and many, many more.
You'll need node.js version 22 or higher. First clone this repository.
cp .env .env.local
npm i
npm run dev
Navigate to localhost:3000
Since early 2025, we use this project as our backend, with a new SQL database. To set it up:
- Get yourself a Postgres DB (I recommend using Supabase)
- Add your DATABASE_URL to
env.local
- Run
npm run migrate
to create the database tables - Run
npm run seed
to fill the database with seed data
Love what we do? You can support the project on Patreon!
Check out our Contribution guide.