Host Your Own Mirror
Schools block domains quickly. Beat the filters by launching your own private mirror of Jeo in under 60 seconds.
GitHub Pages
Deploy directly to GitHub's free hosting with build actions built right in.
- Fork the Jeoweb Repository.
- Go to Settings → Pages on your fork.
- Set source to GitHub Actions.
- The next push automatically scans, builds, and publishes your site!
Vercel Deployment
One-click cloning and lightning fast CDN hosting. Perfect for a clean personal link.
Automatically creates a new private repository on your GitHub account and links the build output.
Deploy to VercelNetlify Host
Deploy your custom branch instantly. Supports customizable subdomains (e.g. my-math-site.netlify.app).
Provides an intuitive web panel to change site headers and customize access domains.
Deploy to NetlifyHow to Add Your Own Games
Once you have cloned the repository, adding custom files is incredibly simple:
1. Drop a game folder into Assets/<slug>/ containing your game files and an index.html.
2. Add a cover image inside that folder (e.g. logo.png or icon.jpg).
3. Run npm run game:scan or restart your local server. The scanner detects it and updates the listing automatically!