With this version, Kobweb now supports exporting static layouts. This means if you don't care about any of Kobweb's dynamic features, and you're happy just serving static html / js directly, you can use Kobweb to export your website into a simpler format that various existing hosting sites can host for you for cheap (or even free).
$ kobweb export --layout static
# If you want to test that it's working locally, you have to tell "run" about it
$ kobweb run --env prod --layout static
This feature will only work if you are using the kobweb CLI versioned 0.9.5 or newer, so please check kobweb version first if you're experiencing issues.