Some Thoughts on the CMS
Regarding the CMS, I am starting with a very basic experiment. Initially, I will focus only on the core part, which is content management. I will focus on three principles:
Local by choice, web only when needed Everything runs on your machine. You write, edit, and preview locally. You publish only when you are ready, the server exists only to serve the content, not to manage it.
No external dependencies A single binary. A single database file. No Node, no Python, no Docker. If your computer works, this works too.
The web as a result, not a platform The published site is pure HTML, no PHP, no runtime, no CMS on the server. The server does not even know this tool exists. It only serves static files.