Virginia baseball game-by-game and season statistics that are filterable and sortable.
Unlike nearly every other free college baseball analytics site, UVA Stats supports advanced filtering that enables fans and coaches to find the insights that matter. Check how players' performances change over the course of the season, or identify the specific factors that contribute to their success.
- Advanced Filtering: Sort and filter player stats by date range, multi-hit games, innings pitched, and more.
- Comprehensive Data: Includes complete batting, pitching, and fielding information for Virginia's 2025 season.
- Real-Time Updates: A custom scraping system updates the database with the latest advanced stats immediately following each game.
- Completely Free: All data and analysis are provided without paywalls, making advanced stats accessible to everyone.
- Upcoming Features: Detailed stat splits for batting and pitching are coming soon!
The latest version of the website is available at: https://uvastats.jackrhoa.com
Docker is the easiest way to run this web app on your local machine.
-
Prerequisites:
- You must have Docker and Docker Compose installed.
-
Clone the repository and navigate to the root directory:
git clone https://github.com/jackrhoa/uva-stats.git cd uva-stats -
Launch the application:
docker-compose up -d
The app should now be running locally.
-
To stop and remove the containers, run:
docker-compose down
This project is not affiliated with the University of Virginia or the NCAA in any way.
This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to email me at zcy4pf {ALT + 64} virginia {ALT + 46} edu with any feedback, suggestions, or thoughts!