DEV Community

Discussion on: Do I need a CMS for my client's site?

Collapse
 
edimeri profile image
Erkand Imeri

Maybe you can try some Headless CMS:

Maybe Cockpit with embedded Sqlite is enough for a static website: getcockpit.com/

very easy to host and use.

Or you can give it a try to: getgrav.org/

Install a theme and modify it.

Collapse
 
val3r0 profile image
Daniel G.Valero

Thank your Erkand, I´ll def check this. Didn't know about Headless CMS, looks like this should be enough for my project !

Collapse
 
perpetual_education profile image
perpetual . education

We haven't used those. How do they deal with rendering for crawlers etc?

Collapse
 
edimeri profile image
Erkand Imeri • Edited

Well, one way i can come up, is call those API from backend, and server-render it. Otherwise, you can dig deeper in this topic, maybe a static site generator like Gatsby and Gridsome can be of good use.