This site runs best with JavaScript enabled.

The JAMStack, Gatsby & Contentful


Evergreen
🌳
Last tended Jun 01, 2019
Gatsby
Web Development

If you've been keeping up with the sweetest new static-site generation tools, you'll have heard of the JAMstack. And if you havent, don't worry it's a niche web developer thing -

explains it pretty well.

The TLDR here is that combining Javascript, APIs, and Markup (JAM) makes it easy to build sites that work well across all kinds of devices and data loading speeds. Which, like jam, makes everyone happy.

A stack of jam toast

Two popular tools for building JAMstack sites are

and . Gatsby is a framework for building the actual site, and Contentful is a Content Management System (CMS) - aka. where you stick all the images, text, and data.

created a whole that walks you through hooking these two up

Course illustration of contentful media running into a Gatsby machine, for the Build Content Rich Progressive Web Apps with Gatsby and Contentful course

Here's some notes I took while working through it...


Build progressive web apps with contentful and gatsby
The JAM stack is a new way to build web apps for speed and scalability. It uses Javascript, APIs, and Markup.
These two work well together - contentful feeds the data into gatsby. You structure all your content inside contentful, which then goes into gatsby through the gatsby-source-contentful plugin.
We can create new pages for our site inside gatsby-node.js. The gatsby node API gives us a creatPage action
The full gatsby and contentful illustrated note

Want more illustrated notes on web development?

Take a look at

, or

Want to share?

Join the newsletter

For weekly notes on visual thinking, ethical technology, and cultural anthropology.

Maggie Appleton © 2025