Q: Hi Thomas!
It seems to be a very good tool and I am interested. Just have 2 questions:
1 - When you say that it is possible to host the files generated by Reboo on our WebHost, where exactly should we store it to be able to work? I mainly use Wordpress with Thrive Architect. Considering the wordpress file diretory, where I would need to upload your files to have everything running smoothly?
2 - If I understand correctly, even if Reboo dissapeard by any reason, as long as I maintain the file in my server wordpress directory, I will not have any problem. Please confirm.
Congrats for the tool. Having the possibility of editing in a desktop, it is very good. I am looking forward to hearing from you! :)

Thomas_Reboo
May 14, 2024A: Hi! Reboo generates one CSS and one JS files and images (if they are used). You can export a folder that you can upload it wherever you prefer. You just need to link the CSS and JS files in your header with a code like this:
<link href="https://PATH-TO-YOUR-FOLDER/reboo.min.css" rel="stylesheet"></link>
<script src="https://PATH-TO-YOUR-FOLDER/reboo.min.js" type="text/javascript"></script>
And yes, once they are uploaded to your server they are 100% independent from Reboo,