-
Yeah if the client wants to update the site you need a CMS. Since you are already on Netlify they have a CMS for static sites that is pretty good: https://www.netlifycms.org/
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
eleventy 🕚⚡️
A simpler site generator. Transforms a directory of templates (of varying types) into HTML.
You could use something like Netlify CMS with a static site generator like Eleventy (or a framework specific one if you're using a JS framework). I think that'll be easier than getting involved with some server rendered ecosystem.