Hi @Smag0, I think I managed to get it to work by using a CDN that runs Browserify on the fly (specifically: https://wzrd.in). You can try out a demo here: https://codesandbox.io/s/hardcore-elion-11ko6
(Note that you can publish the output of a bundler like Webpack or Browserify to GitHub Pages or a Pod just fine, so I’d still recommend people reading along to use a bundler if they can, which should result in better performance by only shipping relevant code.)