Static site generators

Static site generators (SSGs) are tools or frameworks that help developers build websites where the content is pre-rendered and delivered as static HTML, CSS, and JavaScript files 🏭.

It means that you'll write some code and with a SSG you'll have a server-less website with no PHP or whatever.

One of the main advantages is Performance πŸš€.

Some Static site generators πŸ”₯

➑️ See also: awesome-static-generators and Jamstack list.