webiny/webiny-js

Export of Published Site

ChevronTango opened this issue · 0 comments

Is your feature request related to a problem? Please describe.

We have applications that we want to deploy to other networks. Whilst Webiny is great for building and hosting, we want to also be able to export the site and host it on other infrastructure.

Describe the feature's behavior.

The ability for a site to be exported into a format that can be hosted elsewhere. That could mean exporting all the prerendered content, or it could be exporting something that can the be run independently, such as a react project, or even just a config file.

Our ideal is to end up with a container or source code that we can package and deploy independently from webiny. The container could be built by webiny, or it could be built in our own cicd using whatever webiny has exported. The target networks may be on premise, air gapped and security restricted, so hosting webiny directly is not an option.

Describe alternatives you've considered.

No response