Bolt CMS has been officially released this week, bringing fruit to a two-year-long journey of extensive development. Bolt structures all content in ContentTypes: a content type defines the structure of your website content, for instance News, Pages, Blog Posts, Testimonials and Sections are all examples of a ContentType.
Take a look how easy it is to generate the HTML for your pages: Without any additional configuration, Bolt provides a RESTful and GraphQL API, allowing you to use the CMS in headless mode, alongside a static site generator, or simply to feed data into whatever other platform that wants to listen to it.
the beauty of Bolt being a Composer package is how easy it is to extend it.
Once you have your content types set up, it is as easy as running this one line of code to prepopulate your CMS with dummy data: At its core, Bolt is a Composer package.