Your whole site is compiled to static HTML files during your build process.
Delivering websites using the Jamstack architecture will have some real advantages to your business
Your whole site is compiled to static HTML files during your build process.
Your whole site is compiled to static HTML files during your build process.
The majority of requests do not ever reach your origin server like they would in a traditional website architecture. This means that there are a whole raft of errors which will never happen.
You still have to keep your API protected but now your attach vector is significantly reduced.
The bulk of your site is already built to scale. Using Content Delivery Networks existing infrastructure and simple route to scaling up and down.
Goodbye complex horizontal auto-scaling for web servers building HTML pages and hello to cheap static file-based responses.
The websites which are built in this way are less coupled to monolithic applications and so can be easy to get up and running as a developer.
There are also ever expanding options for integrating with Content Management Systems, Commerce and Personalisation without sacrificing developer productivity.