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.

  1. Fork the Jeoweb Repository.
  2. Go to Settings → Pages on your fork.
  3. Set source to GitHub Actions.
  4. The next push automatically scans, builds, and publishes your site!
Fork Repo

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 Vercel

Netlify 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 Netlify

How 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!