Jamstack is a modern approach to develop and deploy websites at scale. This approach decouples the frontend from the backend and databases. The frontend is prebuilt into highly optimized static pages and assets using a Markup language such as HTML. Being static, these assets can be deployed on an edge platform for faster delivery. The backend applications that generate dynamic content are usually accessed using APIs, making pages rich and personalized.