This repo is a companion to the Headless CMSs course on Frontend Masters.
To being the course, clone the repo and check out the step/0 branch. The main branch contains an example solution of the final application build throughout the course. The other step/X branches are checkpoint branches during the course.
git clone https://github.com/Hendrixer/headless-nextjs.git
cd headless-nextjs
git checkout step/0
npm install
npm run dev
Contenful is the CMS used in this course. Create a free Contentful account and add environment variables to your project:
.env file in the root of your project. The values can be found in Contentful under Settings > API keys:CONTENTFUL_SPACE_ID=""
CONTENTFUL_ACCESS_TOKEN=""
CONTENTFUL_PREVIEW_ACCESS_TOKEN=""
CONTENTFUL_PREVIEW_SECRET=""
$ claude mcp add headless-nextjs \
-- python -m otcore.mcp_server <graph>