A True Enterprise Jamstack CMS: Combining AEMaaCS and Next.JS - as an Alternative to EDS
by @daniel-strmecki
Overview
For the demo presented in this article, we've set four main goals to satisfy all important stakeholders:
So far we have not been able to build a CMS solution that satisfies all the four goals mentioned, so we had to prioritize. However, with the recent updates of Next.js and the introduction of Universal Editor in AEMaaCS, archiving all the goals mentioned became possible. Adobe's Universal Editor facilitates seamless integration with any type of frontend by relying on plain HTML data attributes and standardizing content delivery through APIs. This enables frontend developers to easily fetch content and build experiences in modern frameworks like React or Next.js.
Architecture
A JAMstack architecture focuses on pre-building all HTML/JS files, so only a small percentage of user requests need to reach the backend servers. The pre-built content is pushed to a CDN like Vercel to achieve maximum performance. This approach also enables clients to choose different state-of-the-art solutions for their different layers. Therefore, we can avoid vendor lock-in across layers and keep our architecture future-proof and flexible.
Full Article
Read the full article on https://meticulous.digital/blog/f/a-true-enterprise-jamstack-cms-combining-aemaacs-and-nextjs to find out more.
Demo Video
Watch the recorded demo video on YouTube: https://www.youtube.com/watch?v=wJx4kLeGVuc
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.