It would be great if we could license and download the Webflow CMS solution and install it on our own server to host an Intranet site that isn't visible/exposed to the public Internet.
You can now export your whole CMS Site and host it where you want: https://stacket.app/
$ sodu npm install -g pm2
$ npm install webflow-cms
$ node webflow.js setup
(asks some questions for port, database connectivity etc.)
$ su node
$ pm2 start webflow.js --name webflow-cms
You won't be notified about changes to this idea.
You can now export your whole CMS Site and host it where you want: https://stacket.app/
$ sodu npm install -g pm2
$ npm install webflow-cms
$ node webflow.js setup
(asks some questions for port, database connectivity etc.)
$ su node
$ pm2 start webflow.js --name webflow-cms