← LearnGo live

Hub / Learn / Go live

Host

itch.io is the shop window. A domain is optional.

After you pay for the GameDever export, you own the file. Hosting a game is not hosting a café — players expect itch, not a custom TLD, until you have a reason.

itch.io (do this first)

Already have a domain

Cloudflare Pages → upload assets → drag the folder. Custom domain: add www and the apex, copy the CNAME. Netlify Drop is the same idea with fewer menus. GitHub Pages works if the repo is only that file. Same DNS trap as a shop site: edit the registrar that actually owns the nameservers.

Do not open file:// and call it shipped

Some browsers block game APIs on local files. If the preview worked on GameDever and dies on disk, host it.

Back to the builder Play GameHub