I realized—after trying many content management systems (CMS) and static site generators (SSGs)—that we often need multiple tools just to generate HTML, CSS, and JavaScript. Moreover, we have to understand how each tool works and learn how to combine them to output static content from dynamic markup.
What bothered me most was that each tool depended on others, which could become outdated, making the stack far heavier and more complex than it should be just to create an HTML document.
I decided to combine everything into a single process that is intuitive, lightweight, modular, and, most importantly, simple to use. That's why I created Blog-Doc.