Thanks for the feedback, is it cramped when it is vertical and horizontal? or just vertical
I am only working on one wide screen size, I will take a look on how this looks on different screens
You have all the data on the left and the preview on the right, basically you can edit anything on the left side and it should be reflected on the preview size (you might need to refresh the preview on some changes).
- The cross-hairs in some elements will help you to navigate to the preview elements.
- You can click on the elements on the preview to go to the code, values, frame or page on the left side.
- You can add pages, products, categories and collections of products
- The pages are a little opinionated, those are composed by a list of elements, those elements can be a section, paragraph or raw code. (you can drag and drop the sections)
The editor and the preview are separated React apps.
The cart functionality is provided by a React component, this same cart functionality will be present on the static production build.
The main goal is to generate a static store that can be deployed to a CDN and only have server functionality when a order is placed
I am working on an alternative service for the optimized images and deliver them over a CDN [1], for the images it generates a series of down-scaled images and provides a helper script to get the right image.
Right now all the documentation and examples are focused on NodeJS [2], but I am working on examples for Dart, Ruby and Python.
Some of the features are:
- Optimized images
- Custom domain
- Public and Private files over a CDN
- Upload widget, API, UI, dashboard and webhook
- Bulk delete and bucket manipulation
- CORS configuration
I am working on a couple features for the private files and image handling (based on the feedback from the users), let me know if you want to give it a try!
I haven't use webflow, I think that this is similar in the sense that both are web builders, but I am planning to combine/reuse this page editor with other services that I am working on.
I was thinking also on offer a more opinionated builder based on predefined templates.
Thanks for the feedback! I will work on those issues
I usually visit page performance sites to get some tips on things to improve on the performance, I think that this is a great idea to have a score on the appearance as well.
I got "You can further improve it by using better images and considering little denser layout." as a tip to improve, it would be great if there could be more details on the feedback.
I am using google spreadsheets to generate localized sites at www.pagews.com (The sheets for the site translations are public if you want to check an example)
The service convert the sheets to JSON and use them on the generated site content, I detect changes based on the hash for the cell and then the JSONs are published and versioned.
You have all the data on the left and the preview on the right, basically you can edit anything on the left side and it should be reflected on the preview size (you might need to refresh the preview on some changes).
- The cross-hairs in some elements will help you to navigate to the preview elements.
- You can click on the elements on the preview to go to the code, values, frame or page on the left side.
- You can add pages, products, categories and collections of products
- The pages are a little opinionated, those are composed by a list of elements, those elements can be a section, paragraph or raw code. (you can drag and drop the sections)
The editor and the preview are separated React apps. The cart functionality is provided by a React component, this same cart functionality will be present on the static production build. The main goal is to generate a static store that can be deployed to a CDN and only have server functionality when a order is placed