Two netlify-cms on the same site

Hello everyone, please I wanna find out whether it’s possible to have two or multiple netlify-cms on the same site? Probably in different folders.

Hi @delanyobott, the CMS is a self contained React up so you should be able to run two instances of it by creating two separate index.html files under two different folders (e.g. /cms1/index.html and /cms2/index.html) and load the CMS via CDN from each file as described here:

The thing is since the CMS uses local storage and IndexedDB those will be shared between instances hence it is not recommended to do so.

Hi @erez thanks you very much for the answer. I thought of doing a project of web stores where a customer can have its own folder with its config and files