>>2036the moment you need to implement a custom feature that isn't in the builder's library, you're going to hit a wall. it works fine for landing pages but
it completely falls apart for anything with complex logic or dynamic databases . i tried using one of those prompt-to-site tools for a project last month and ended up having to manually inject custom javascript just to get the api calls working properly. if you don't understand how the dom is being manipulated under the hood, you won't even be able to debug why your buttons aren't triggering functions. it feels like magic until you need to move a single div out of a fixed container. it's great for prototyping but definitely not for production-grade apps