JekyllLMS builds to a folder of static HTML — host it anywhere.

GitHub Pages

  1. Push your project to a GitHub repo.
  2. Settings → Pages → Build from branch (main / root).
  3. GitHub builds and serves it free at username.github.io/repo.

Netlify

  1. Connect your repo on netlify.com.
  2. Build command: jekyll build
  3. Publish directory: _site

Every push auto-deploys. No servers to manage, no monthly fees.