Skip to content
/ web-strapi Public template

A ready-to-use monorepo template featuring Strapi (headless CMS), Next.js web frontend, Tailwind CSS components, and shared UI/config packages. Fast setup for scalable, modern web apps.

Notifications You must be signed in to change notification settings

GetCubed/web-strapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Strapi Monorepo Template Open Graph

Web Strapi Monorepo Template

This repository is a ready-to-use template for building modern web applications with Strapi and Next.js. It provides a scalable monorepo structure using Yarn workspaces, shared configurations, and a seamless developer experience out of the box.


Features

  • Monorepo setup powered by Yarn workspaces for efficient dependency management
  • Strapi backend for flexible headless CMS and API
  • Next.js web frontend for building performant user interfaces
  • Shared UI library for reusable React components
  • Centralized TypeScript and ESLint configs for consistency
  • Open Graph image for improved social sharing

Project Structure

├── apps/
│   ├── next/      # Next.js frontend app
│   └── strapi/    # Strapi backend app
├── packages/
│   ├── ui/        # Shared React UI components
│   ├── eslint-config/      # Shared ESLint config
│   └── typescript-config/  # Shared TypeScript config
├── opengraph.png  # Open Graph image
└── package.json   # Root package.json with workspace config

Getting Started

  1. Install dependencies (using Yarn recommended):

    yarn install
  2. Develop locally:

    yarn dev

    Or run a specific app:

    yarn workspace next dev
    yarn workspace strapi dev
  3. Build for production:

    yarn build

Included Tools


Useful Links


About

A ready-to-use monorepo template featuring Strapi (headless CMS), Next.js web frontend, Tailwind CSS components, and shared UI/config packages. Fast setup for scalable, modern web apps.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published