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 π₯
- Jekyll
- Hugo
- Gatsby
- Next.js (a framework, has an SSG feature)
- Vue.js (a framework, has an SSG feature)
β‘οΈ See also: awesome-static-generators and Jamstack list.