| Apologies in advance: * If you used `outline` instead of `border` to indicate editable elements, that'd fix the annoying 'content moves by 2px every time I hover over something' problem. * Editing in a modal instead of inline directly in the page feels very dated. * There's at least one content block in your sample that isn't editable -- the 2nd para on the "Terms and Conditions" page contains a link that can be edited but the rest fo the text can't. Suggests that your parser for finding editable chunks of content is a bit fragile. * Yes, after uploading some sample HTML, I see your parser is unusably fragile; any nested element at all (including simple text styling) will break your tool and make the element uneditable; only leaf nodes can be edited with your tool. (Also my uploaded file isn't editable; it shows the hover highlights but nothing happens when I click on them.) * (I uploaded an extra index.html into the sample website. Now it has two index.htmls in it! Not sure how that will work out on download....) * It can only edit text. Not links, not images, not layout, not anything else. Even if you're aiming for the most technophobic of customers they're still going to want more control than you're giving them. The only real value-add you have here is in parsing existing HTML and allowing nontechnical people to change the text nodes inside it -- at minimum you'll need to improve how you identify editable nodes substantially before this can be considered at all usable for purpose. |
There are also a number of hiccups and contradictions on your pricing page, and quite a few things listed there that don't appear to be represented in your (current) offering...