If your website project is basically a blog which won’t require dynamic changes and a lot of front-end tweaking, it’s worth considering building it as a static website. There are multiple static sites generators, such as Gatsby, Jekyll, Next, Hugo, Hexo,.. Publii, based on Vue.JS, is a wysiwyg CMS to easily create and manage a static site, which can be hosted where you want (S3, Netlify,…). The app itself runs on your computer, not in the cloud. Static sites are faster, easier to maintain and more secure than sites built with traditional CMS solutions. The only downside is that it takes a while to push the update from the local app to the server since the system will go through all the pre-existing posts if there’s any interconnecting widget (like a “related posts” feature). So it’s wiser to avoid the static site route if you’re building a property with thousands of interconnected pages.
anyone who wants to build a simple blog or site which doesn’t rely on dynamic data and doesn’t require a lot of front-end tweaking. Publii works out of the box, is very easy to understand and helps you create beautiful responsive static websites in a snap