Analysis updated 2026-05-18
Track your MLB The Show 26 Team Affinity and #1 Fan program progress without checking the site manually.
Share one deployed tracker dashboard with several friends so nobody else needs a Cloudflare account.
Self-host the tracker in Docker on a spare PC, NAS, or Raspberry Pi instead of using Cloudflare.
| king829-dev/mlb26-tracker | abhishek-kumar09/mern-live-js-june-2021 | abhishek-kumar09/z | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | HTML | HTML | HTML |
| Last pushed | — | 2021-09-13 | 2019-12-23 |
| Maintenance | — | Dormant | Dormant |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 3/5 | 2/5 | 1/5 |
| Audience | general | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Requires either a free Cloudflare account and Node.js/Wrangler, or a machine capable of running Docker Compose.
mlb26-tracker helps players of MLB The Show 26 keep track of their progress in the game program modes, like Team Affinity and Number 1 Fan, without manually checking the website. You install a small bookmark, called a bookmarklet, in your browser. Clicking it grabs your current progress from the official mlb26.theshow.com site in the background and sends it to a dashboard you host yourself, which then shows it back to you as a clean web page. No browser extension is needed, and one deployment can serve several friends at once, so only the person setting it up needs an account with the hosting provider. There are two ways to run the dashboard, and you only need to pick one. The first uses Cloudflare Workers, a free serverless hosting service: you create a free Cloudflare account, install a command line tool called Wrangler, create a small storage namespace for your data, and deploy the project with a single command. Cloudflare then gives you a free web address automatically, or you can point your own domain at it if you have one. The second option runs the same app in Docker instead, so it works on your own computer, a NAS, or a Raspberry Pi with no Cloudflare account needed at all, storing data in a local file rather than in the cloud. Because the tracker has no login system by default, anyone with the link could send fake data to it or view your progress. The project addresses this with two optional steps: setting a secret sync key so only your own bookmarklet can write new data, and setting a username and password so only you can view the dashboard in a browser. There is also a built in limit on how many updates a single source can send in ten minutes, to protect your storage quota even if you skip the secret key. The dashboard itself is a React app that gets built into a single file ahead of time, so deploying it normally requires no separate build step unless you want to change how it looks.
A self-hosted bookmarklet tool that scrapes your MLB The Show 26 program progress and displays it on a dashboard you deploy to Cloudflare or Docker.
Mainly HTML. The stack also includes JavaScript, React, Cloudflare Workers.
No license information is stated in the README.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.