Learn how to use Gatsby to deliver content to other front-ends in a super speedy way!
Learn to build a static API using the Middleman static site generator.
Implement a Static API using the simple and fast static site generator, Eleventy.
A super simple example of building a static API that walks through the deploy process using Vercel Now. It's part of a series of tutorials on building and deploying static APIs.
A super simple example of building a static API that walks through the deploy process using Netlify. Part of a series of tutorials on building and deploying static APIs.
Learn how to build a static API with Node.js. We'll write a node build script that converts local YAML files into a set of structured JSON output files.
An introduction on how to approach building a static API, which serves as the background for several specific tutorials on the topic.
Most APIs today are dynamic. But the Jamstack has provided a path for creating static APIs, which can be incredibly powerful and beneficial in the right scenario.