Static Site Generator Development

Tony

Tony Lea

Static (https://static.devdojo.com) is a truly simple static site generator. While there are many SSG tools available, I wanted something lightweight that didn’t require learning a complex templating language or an entire framework just to spin up a website. Static was designed with the philosophy that developers should be able to work directly with the basics—HTML, CSS, and JavaScript—while still benefiting from the convenience of static site generation.
I built Static using Node.js, focusing on speed, simplicity, and developer experience. It provides an easy way to structure content, generate pages, and deploy a site without the overhead of complicated configuration files or opinionated abstractions.
You can start a new static website from the starter template, or you can choose one of the pre-built sites that I have personally developers and designed.
I have a handful of client websites that run using the Static site generator. The great thing is that any of these websites can easily be hosted on Github pages. This makes it easy for deploying changes, provides a fast website, and essentially no overhead costs for hosting.
Learn more about this project at https://static.devdojo.com
Like this project

Posted Sep 30, 2025

Developed Static, a simple static site generator using Node.js.