Host your own copy of Jeo

Jeo is open source. Fork the repo and you get the catalog, the scanner, the recovery pipeline, and the build.

  1. Fork Gotojeowebsite/jeoweb.
  2. Enable GitHub Pages on your fork (Settings → Pages → Source: GitHub Actions).
  3. The build workflow auto-runs npm run game:scan and npm run build, then deploys.
  4. Visit your fork's Pages URL. You're hosting Jeo.

Want to add your own games? Drop a folder into Assets/<slug>/ with an HTML entry and a cover image, then push. The scanner picks it up automatically.