Editor
Editor copied to clipboard
Static Game Export / Electron template
Although you can already set up your own build system and build the game manually from the terminal, it would be nice if the editor had a way to export a static build of the game. Just a compiled, tree-shaken, and optimized version. Maybe with extra settings in the editor for different builds. But basically just run a build command and compress the files into a zip file for the user.
This is necessary in order to host the game everywhere. Poki, CrazyGames, Itch, Cloudflare, Netlify, etc. Static hosting is cheap, and often a requirement for game hosting websites.