Sample CMS / Page

About this website

The Sample CMS is a demonstration of a website that separates content management from website development. Airtable stores the pages and posts, including titles, slugs, body text and metadata. Next.js retrieves that content and renders it as a website, while Vercel can host the deployed application. The aim is to make routine content changes possible without editing source code or rebuilding the entire site. Editors can prepare a record, review its content and use the configured Published view to control what the website reads. After a change, the revalidation workflow can refresh cached content. This example is intended for testing and learning; replace the sample copy and configure your own publishing rules before using it for a real organisation.