You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="w-1/2">Comprehensive guide for building Jamstack sites and home of the global Jamstack community.</p>
12
-
<h1class="hero-text">The modern way to build <imgsrc="/img/svg/websites-and-apps.svg"width="545"height="88"alt="Websites and Apps"class="inline-block mr-2 hero-text-img"> that delivers better performance</h1>
13
-
<ahref="/community"class="cta">Join the global community</a>
<h1>What is <spanclass="font-extrabold text-transparent bg-clip-text bg-gradient-jams">Jamstack</span>?</h1>
20
+
</a>
21
+
22
+
<p>Jamstack is an architectural approach that decouples the web experience layer from data and business logic, improving flexibility, scalability, performance, and maintainability. Jamstack removes the need for business logic to dictate the web experience. It enables a composable architecture for the web where custom logic and 3rd party services are consumed through APIs.</p>
The Jamstack architecture has many benefits, whether you’re building a large e-commerce site, SaaS application or personal blog.
44
-
</p>
45
-
46
-
{{section.icons() }}
47
-
48
-
49
-
50
-
{{section.benefit(
51
-
"Better Performance",
52
-
"#pink_lightning",
53
-
"<p>
54
-
Why wait for pages to build on the fly when you can generate them at deploy time? When it comes to minimizing the time to first byte, nothing beats pre-built files served over a CDN.
55
-
</p>")
56
-
}}
57
-
{{section.benefit(
58
-
"Higher Security",
59
-
"#blue_shield",
60
-
"<p>
61
-
With server-side processes abstracted into microservice APIs, surface areas for attacks are reduced. You can also leverage the domain expertise of specialist third-party services.
62
-
</p>")
63
-
}}
64
-
{{section.benefit(
65
-
"Cheaper, Easier Scaling",
66
-
"#orange_coins",
67
-
"<p>
68
-
When your deployment amounts to a stack of files that can be served anywhere, scaling is a matter of serving those files in more places. CDNs are perfect for this, and often include scaling in all of their plans.
69
-
</p>")
70
-
}}
71
-
{{section.benefit(
72
-
"Better Developer Experience",
73
-
"#teal_browser",
74
-
"<p>
75
-
Loose coupling and separation of controls allow for more targeted development and debugging, and the expanding selection of CMS options for site generators remove the need to maintain a separate stack for content and marketing.
76
-
</p>")
77
-
}}
78
-
<ahref="/why-jamstack"class="cta">Read more about the benefits of Jamstack</a>
79
-
</section>
80
-
81
-
<divclass="bg-gray-100 mb-20">
82
-
<section>
83
-
<h2class="text-2xl">The future is highly distributed</h2>
84
-
<pclass="mt-6 mb-8">
85
-
Jamstack is the new standard architecture for the web. Using Git workflows and modern build tools, pre-rendered content is served to a CDN and made dynamic through APIs and serverless functions. Technologies in the stack include JavaScript frameworks, Static Site Generators, Headless CMSs, and CDNs.
86
-
</p>
87
-
<imgsrc="/img/svg/architecture.svg"alt="Jamstack architecture diagram, Bidirectional arrows between Client and CDN, Client and Microservices">
88
-
</section>
89
-
</div>
90
-
91
-
<sectionclass="text-center mb-20">
46
+
<sectionclass=" mb-16">
92
47
<divclass="md:w-8/12 mx-auto">
93
-
<h2>Rise of the Jamstack</h2>
48
+
<h2>The Roots of Jamstack</h2>
94
49
<pclass="mt-6 mb-8">
95
50
<ahref="https://www.netlify.com/authors/matt-biilmann/">Matt Biilmann</a> took the concept of Jamstack mainstream with his presentation at Smashing Conf 2016. Watch the quintessential introduction to the Jamstack.
96
51
</p>
@@ -101,8 +56,4 @@ layout: layouts/base.njk
101
56
</div>
102
57
<ahref="/resources/"class="cta">See more videos and resources</a>
0 commit comments