DEV Community

Ben Halpern
Ben Halpern Subscriber

Posted on

What is the simplest static site framework?

What is the most minimal, straightfoward, and simple static site generator?

Maybe not the best, but the one with fewer moving pieces and an easy onboarding.

Latest comments (56)

Collapse
 
atas profile image
Ata

I asked myself the same question then I built a simple vanilla PHP & HTML static site generator that deploys to GitHub Pages by default: github.com/atas/ssg
I hope it becomes useful.

Collapse
 
Sloan, the sloth mascot
Comment deleted
Collapse
 
irishgeoff10 profile image
Geoff

You can go old school, and just use plain HTML and CSS.
For static website forms fabform is good choce too.

Collapse
 
jigar_online profile image
Jigar Shah

I have found TezJS a very easy and amazing Static Site Generator.

TezJS uses Vue as a primary language and helps you build JAMstack website. Even though, if you have a basic understanding about JavaScript, you could easily build website using TezJS.

GitHub - github.com/tezjs/tezjs

Collapse
 
cwraytech profile image
Christopher Wray

I love Nuxt static site options. I’m using it for my portfolio here.

Collapse
 
adriangrigore profile image
Adrian Emil Grigore

Hi,

Sorry I'm late to the party! You may prefer to take a look at mkws.sh/.

Collapse
 
johnbokma profile image
John Bokma

The static site generator I wrote, of course! :-). It uses a single Markdown-ish input file to generate the static site (main focus is a blog) and you can either use the Perl or Python version. I use it for my blog Plurrrr.

Collapse
 
sabi95oct profile image
Sabitha Kuppusamy • Edited

I would suggest netlify.com/. It is great for static sites. Recently, I tried using this for my react project and it is cool to use. It is integrated with Github. Whenever you make changes to your repository, the changes will be automatically reflected on your site which is hosted using netlify.

Collapse
 
hxii profile image
Paul (hxii) Glushak

I know my reply is a bit late, but I was checking these out myself.
Ended up making my own - Saishō. Very educational and fits my needs.

Collapse
 
fennecdjay profile image
Jérémie Astor

there's this low hanging fruit I found from suckless site:
a bsh script called ssg.

Some comments may only be visible to logged-in visitors. Sign in to view all comments.