Another WYSIWYG editor?

Traditionally, WYSIWYG editors try to conciliate two mental models that are very different: free form design (Sketch, Photoshop, etc) and flow based markup documents (HTML/CSS). Most WYSIWYG editors we've seen fall heavily into either of these models:

In short, we think WYSIWYG HTML editors end up tiying their internal models too much to the underlying technology they target (HTML/CSS).

Instead, we built Pagedraw with a compiler based approach. Drawing more from GCC than Dreamweaver, we embrace that the two mental models are completely different, and compile the designer mental model into TS+HTML/JSX and CSS, striving to make the generated code just like what we would write by hand as developers.