Skip to main content

Grav CMS is not a Static Site Generator

Mike Crittenden | Senior Software Architect

October 9, 2018


I'm a fan of Grav CMS. I'm a fan of static site generators. But Grav CMS is not a static site generator. I'm creating this post to clarify for people who are confused by this.

That word, "static"

Grav is a "static file CMS". Things like Jekyll or Hugo or Gatsby are "static site generators". People seem to see the word "static" and assume that they're the same thing, but they very much aren't.

Grav is a regular old CMS, along the same lines as Wordpress or Craft or even Drupal (although much simpler), and can do more or less the same things as other CMS'es, except that instead of using a database it keeps content and config in static files.

A "static site generator" exports a set of static HTML files, one per page, that you can host pretty much anywhere. This really has nothing to do with Grav, and Grav isn't any better suited to doing that than any other CMS is.

What Grav can do that static site generators can't do

Here's a short, incomplete list of things that Grav can do easily which you can't do with a static site, unless you rely on external services for them:

  • User-facing forms
  • Email sending
  • Dynamic content
  • Search
  • Immediate site updates

Note that these are simplified. For example, you can have search on a static site without relying on an external service if you pre-build a search index (in, say, JSON) and load it clientside using something like LunrJS, but if we're being hand wavy and speaking in generalities, it's true enough.

What static sites can do that Grav can't do

On the flipside, here are some things that you can get out of static sites that Grav can't offer:

  • Host anywhere (S3, GitHub pages, etc.)
  • No backend required
  • Super fast
  • Virtually un-hackable

Again, we're being hand-wavy. Grav can be super fast too, for example, but you get the idea.

Make sense?

All that said, I highly recommend both Grav CMS or a static site generator, depending on the circumstances. They are both extremely valuable; it's just about finding the right tool for the job.


Recommended Next
Development
A Developer's Guide For Contributing To Drupal
Black pixels on a grey background
Development
3 Steps to a Smooth Salesforce Integration
Black pixels on a grey background
Development
Drupal 8 End of Life: What You Need To Know
Woman working on a laptop
Jump back to top