Agility CMS & Next.js Starter
This is a sample Next.js starter site that uses Agility CMS and aims to be a foundation for building sites using Next.js and Agility CMS.
Key Features:
- Uses
@agility/nextjs
package for easy integration. - Support for Next.js 15.0.3
- Connected to a sample Agility CMS Instance.
- Supports
next/image
for image optimization. - Supports full Page Management.
- Supports Preview Mode.
- Supports the
next/font
package - Provides a functional structure that dynamically routes each page based on the request, loads Layout Models (Page Templates) dynamically, and also dynamically loads and renders appropriate Agility CMS Components (as React Server Components)
- Supports component level data fetching.
- Tailwind CSS
- TypeScript
Use Cases:
- Rapidly prototype and deploy websites using Agility CMS and Next.js.
- Build scalable and performant web applications.
- Create personalized digital experiences with dynamic content.
- Implement headless CMS solutions with ease.