>>1853the problem with freeform builders is usually how they handle
responsive breakpoints . it's easy to make things look cool on a desktop, but then you're stuck manually repositioning every single element for mobile. i tried something similar with a canvas-based tool last year and the css output was a total nightmare to debug.
>it works great until you need a simple header changedoes it still generate clean semantic html or is it just layering absolute positioned divs everywhere? if it's just an absolute positioning mess, i don't see how that scales for anything beyond a single landing page