I’m not sure I could get Ai to produce the project I currently have with Backendless, but how could I untilise Ai to continue building?
Hi @Paul_HIllen,
If you started developing your UI using Backendless UI Builder and now want to hand over development to AI, you can do that with one caveat: you will no longer be able to continue developing the same UI using UI Builder afterward.
When UI Builder deploys a project, it generates static files that are stored in your application’s web folder. You can download the web folder as a ZIP archive, make changes to it using AI, zip it again, upload the archive back to your application, unzip it, and replace the existing web folder with the modified version.
However, this will desynchronize the UI Builder state from the actual contents of the web folder. As a result, UI Builder will not be aware of the changes made directly to the static files by AI, making it impossible to reliably make further changes to the UI using UI Builder.
Regards, Andriy