This is site is pre-prelease. All designs and content are work in progress. Feedback →

Jamstack

Create fast and secure sites and dynamic apps with pre-rendered resources served directly from a CDN, removing the requirement to manage or run web servers.

You may have already seen or worked on Jamstack sites. They might be built using tools like Jekyll, Hugo, Nuxt, Next, Gatsby, or another static site generator.

The thing that they all have in common is that they don’t depend on a web server.

Jamstack logical diagram

Benefits of Jamstack

There are many benefits to this approach to web development.

Security

The Jamstack removes multiple moving parts and systems from the hosting infrastructure resulting in fewer servers and systems to harden against attack.

Serving pages and assets as pre-generated files allows read-only hosting reducing attack vectors even further. Meanwhile dynamic tools and services can be provided by vendors with teams dedicated to securing their specific systems and providing high levels of service.

Scale

Popular architectures deal with heavy traffic loads by adding logic to cache popular views and resources. The Jamstack provides this by default. When sites can be served entirely from a CDN there is no complex logic or workflow to determine what assets can be cached and when.

With Jamstack sites everything can be cached in a content delivery network. With simpler deployments, built-in redundancy and incredible load capacity.

Performance

Page loading speeds have an impact on user experience and conversion. Jamstack sites remove the need to generate page views on a server at request time by instead generating pages ahead of time during a build.

With all the pages are already available on a CDN close to the user and ready to serve, very high performance is possible without introducing expensive or complex infrastructure.

Maintainability

When hosting complexity is reduced, so are maintenance tasks. A pre-generated site, being served directly from a simple host or directly from a CDN doesn't need a team of experts to "keep the lights on".

The work was done during the build, so now the generated site is stable and can be hosted without servers which might require patching, updating and maintain.

Portability

Jamstack sites are pre-generated. That means that you can host them from a wide variety of hosting services and have greater ability to move them to your preferred host. Any simple static hosting solution should be able to serve a Jamstack site.

Bye-bye infrastructure lock-in.

Developer Experience

Jamstack sites can be built with a wide variety of tools. They do not depend on the proprietary technologies or exotic and little known frameworks. Instead, they build on widely available tools and conventions. As a result, it's not hard to find enthusiastic and talented developers who have the right skills to build with the Jamstack. Efficiency and effectiveness can soar.

Learn more about Jamstack

You can find examples and resources on this site.

These were recently added:

Explore the resources section for much more.

Jamstack in real life

Jamstack meetups are springing up all over the world.

Find one near you (or start your own) to join the community.

Upcoming community events

Join the conversation

Join other Jamstackers in Slack

The conversation about Jamstack is happening right now. See what people are saying on Twitter or join the many developers, vendors, and agencies who are already discussing Jamstack in the official Jamstack community Slack.

Join the Jamslack →