Enterprise-ready monorepo starter for building content-driven websites with Strapi v5, Next.js 16, React 19, TailwindCSS v4, shadcn/ui, Turborepo, and pnpm workspaces.
Build faster with a typed Strapi CMS page builder, smart population, page hierarchy, redirects, TypeScript API types, a shared design system, authentication, localization, preview, SEO helpers, media handling, browser-safe Strapi proxying, seed data, code-quality tooling, Docusaurus documentation, Playwright QA, deployment guides, and Dockerization ready.
Start locally with a short setup flow: clone the repository, install dependencies, and run the UI and Strapi apps from the monorepo root.
git clone https://github.com/notum-cz/strapi-next-monorepo-starter
cd strapi-next-monorepo-starter
pnpm install
pnpm dev:strapi
pnpm dev:uiFor the full setup flow, see the Quick Start guide.
Visit the full documentation for architecture, setup, and workflow guides.