Free and open source mods for Prodigy Math Game.
Prodigy Origin enhances your Prodigy Math Game experience with community-built mods, delivered through a simple browser extension.
Looking for Prodigy hacks? Prodigy Origin is the ultimate open source mod loader and hack tool for Prodigy Math Game.
| Browser | Link |
|---|---|
| Chrome | Chrome Web Store (coming soon) |
| Firefox | Firefox Add-ons (coming soon) |
| Edge | Edge Add-ons (coming soon) |
| Manual | Manual install guides |
- Blocks the original game code and loads a patched version with mods enabled
- Removes Content Security Policy restrictions
- Injects the Prodigy Origin mod menu into the game
- Configurable custom game/mod bundle URLs via the extension popup
- Custom login background and logo
| Directory | Description |
|---|---|
extension/ |
MV3 Chrome extension (Plasmo) — intercepts requests, injects mods |
originGUI/ |
In-game mod menu (esbuild) — TypeScript + SCSS |
typings/ |
Reverse-engineered TypeScript types for Prodigy game objects |
meta/ |
Documentation and install guides |
# Install all workspace dependencies
pnpm install
# Build the mod menu
cd originGUI && pnpm build
# Build the extension
cd extension && pnpm build
# Dev mode (extension hot reload)
cd extension && pnpm devLoad the unpacked extension from extension/build/chrome-mv3-dev/ in Chrome.
Navigate to math.prodigygame.com — press SHIFT to toggle the mod menu.