I understand that Cockpit is headless and we can access data via API with JavaScript. Understanding that, I believe for my website to be more SEO-friendly, I need to do pre-rendering or SSG.
I was thinking that perhaps I can merge design and content on the backend using PHP / Ruby / Python / NodeJS, on a separate project and serve complete HTML from Nginx / Apache. I think I can probably dig through the DB structure and come up with my own DB library. At least with PHP. But I was thinking that perhaps Cockpit can supply and official SDK that is separate from the main project, that connects direct to the DB.
What do you think?