01
The code panel is an editor, not a preview
Most visual builders make the canvas authoritative and generate code out of it — a panel you can read and cannot meaningfully write. Here both views dispatch into one reducer, so dragging a box and typing a number are the same operation.
02
Your markup, your stylesheet
Semantic tags, your class names, and CSS you wrote. What comes out is a page you could have hand-built — no runtime to include, no format to be trapped in. Leaving is copy and paste, which is a feature, not a leak.
03
Built for agencies
Presets are copied by value so a library change cannot reach into a client’s published homepage. The suite around it — portal, components, workflow tools — exists because shipping client sites is the job, not a use case.
04
Claim only what exists
Status chips are read from one file. Unbuilt work is named, never described in the present tense — the pricing page says its numbers are placeholders, and the roadmap lists the problems as problems.