Static site generator with GUI backend? (Publii alternative)

Bloodseeker

Elite Member
Jr. VIP
Joined
Apr 30, 2018
Messages
1,829
Reaction score
1,448
I like Publii a lot, but there's no support as the team is small.

Are there any other static site generators with GUI backend?

I found Gatsby, NextJs, Hugo, etc, but all of them are CLI or code-based.
 
I like Publii a lot, but there's no support as the team is small.

Are there any other static site generators with GUI backend?

I found Gatsby, NextJs, Hugo, etc, but all of them are CLI or code-based.
There are Headless CMSes out there like Forestry or Strapi that integrate very nicely with several static site generators. They provide a wordpress like frontend and plug into the cli backend of your SSG.

You'll need to build up the base templates (and there are several premade themes out there for that) and integrate the cms yourself but after that it's smooth.

Maybe I will write up a tutorial about setting up a SSG blog/content site here someday if enough people ask about it.
 
I use next.js +yii2 for the backend. yii2 has a feature called gii, which is game changing. It’s a fully featured gui based crud/model/controller/form generator.

For the actual db (migration/interaction) I use prisma though.
 
There are Headless CMSes out there like Forestry or Strapi that integrate very nicely with several static site generators. They provide a wordpress like frontend and plug into the cli backend of your SSG.

You'll need to build up the base templates (and there are several premade themes out there for that) and integrate the cms yourself but after that it's smooth.

Maybe I will write up a tutorial about setting up a SSG blog/content site here someday if enough people ask about it.
Will give them a try.

+1 for your tutorial :D

I use next.js +yii2 for the backend. yii2 has a feature called gii, which is game changing. It’s a fully featured gui based crud/model/controller/form generator.

For the actual db (migration/interaction) I use prisma though.
That's too techy for me lol
 
I have been following publii since years now and have 1 static site made with this great cms hosted on github pages for free as well.

Publii is the only one with GUI i guess among all the SSG's.

They do have a support forum, kindly reach out to them with your problem.

You can try HTMLY which is a flatfile cms and I also heard about Ghost & 11ty integration for static sites. Ghost is also a cool and lightweight CMS.

IMHO Publii is the leader in SSG arena with so many inbuilt options including SEO .
 
I have used Joomla to generate and maintain a large static project in the past and it worked out quite well. There are a lot of resources on how to do that in the Joomla community.
 
Back
Top