What's the Big Deal with JAMStack?

January 23, 2018

What is JAMstack?

JAMstack, according to the project site, offers you a "modern web development architecture based on client-side JavaScript, reusable APIs, and prebuild Markup." This method for creating websites uses JavaScript, APIs and Markup as core the components for the development stack.

Why should you care?

There are major of benefits for you, as a potential client engaging a developer to build a site, to using JAMStack.

Speed

JAMStack does not rely on databases like Wordpress, Joomla, Drupal, and other traditional CMS platforms. The content is prebuilt and ready to rock when a web browser requests a page. That will, in hand, increase the speed of your site because the pages do not need to be assembled.

Security

No databases, no servers... means nothing to break into. It's like eliminating bank robbers by eliminating banks. The need to continually upgrade and patch CMS systems and the databases they rely on is the the LARGEST attack vector a website can have... and all that goes away.

Cost

Since there are no server-side parts, there's less of a need to keep costly IT staff around to keep things up and running... thus reducing your overall cost significantly.