Full Project Setup
Set up MDCMS from scratch — install dependencies, start services, initialize the project, and embed Studio.Complete MDCMS setup — Docker, dependencies, project init, Studio embed, and first schema sync
Embed Studio in Next.js
Add the MDCMS Studio visual editor to an existing Next.js application.Embed MDCMS Studio in an existing Next.js App Router project
Configure the SDK
Set up the@mdcms/sdk client for fetching content in your application.
Configure MDCMS SDK — client setup, content fetching, and Next.js integration
Schema Definition and Sync
Define content types and sync them to the server.Define schema and sync — create content types with Zod validation and push to server
Content Migration
Run schema changes and apply content migrations.Run content migration — evolve schema and migrate existing documents
CI/CD Pipeline Setup
Configure automated schema sync and content deployment.Set up CI/CD — GitHub Actions for automated schema sync and content push