The JAMstack is a security-focused approach to web development that simplifies the journey each request for assets makes, serving things statically directly from a CDN or a simplified file server. This reduces vulnerabilities and decreases the opportunities for attack. The JAMstack also enables faster page loads through caching, which is automatically populated and persisted with every new site build. Modern CDNs are gaining advanced capabilities, such as edge computing, which handle crucial business logic like redirects and authentication at the edge. The JAMstack does not mean an end to servers, but rather a decoupling of functionality from the frontend, allowing for custom logic and server-based specialist roles to be maintained. A rich content experience can be created on the JAMstack by decoupling code and content, enabling collaboration between developers and content creators.