A demo of the Strength 9 CMS shell — flat files in, fast site out.
A CMS without the moving parts
Every page on this site is a flat file in the repo. The build validates each
entry against its schema, renders markdown through a restricted pipeline, and
prerenders everything.
The admin UI is a thin layer over the same files — anything you can do there,
you can also do with a text editor and git push.
Frequently asked questions
In this git repository, as markdown and JSON files. There is no database — git is the version history.
Saving in the admin creates a git commit. GitHub Actions rebuilds the site and deploys it, usually within a couple of minutes.