Create Ideal CMS
Scaffolds a production-ready Payload CMS monorepo preconfigured with the @focus-reactive plugin suite.
Installation
pnpm add @focus-reactive/create-ideal-cms About
`create-ideal-cms` is a Node CLI that scaffolds a production-ready Payload CMS monorepo. Run via npx, it copies a pruned slice of the focusreactive/payload-plugins monorepo and wires the published `@focus-reactive` plugin suite into a fresh Next.js + Payload app. The CLI walks through project name, a primary brand color (hex), a Postgres connection string, the public server URL, and optional OpenAI, Vercel Blob, and OIDC SSO credentials. It generates a `PAYLOAD_SECRET`, writes an `apps/cms/.env` file, overlays the brand color into the shared Tailwind config, and rewrites the `workspace:*` plugin references in `apps/cms/package.json` to pinned npm versions. The scaffolded project is a Turborepo workspace with `apps/cms` (the Payload + Next.js app) and shared `tailwind-config`, `typescript-config`, and `ui` packages. The five `@focus-reactive` plugins (A/B testing, comments, presets, scheduling, translator) ship as published dependencies rather than source, so they are consumed like any other npm package. After fetching the template, the tool can initialize a git repo, install dependencies with bun, pnpm, or npm, and run the initial Payload database migration. A `--ref` flag pins the source to a specific git revision, and `--from-local` scaffolds from a local checkout of the monorepo for testing unpublished changes. This package is a scaffolding CLI, not a runtime Payload plugin.
Package info
- Package name
@focus-reactive/create-ideal-cms- Latest version
1.0.1- Unpacked size
- 21 kB
- License
- MIT
- Weekly downloads
- 6
- Last publish
- Jun 22, 2026
More from focusreactive
View profileTranslator
Translates localized Payload CMS content into any locale via pluggable providers, with document, bulk-collection, and per-field controls in the admin UI.
A/B Testing
A/B testing plugin that creates page variants in Payload collections and routes traffic at the edge via Next.js middleware.
Analytics
Adds a GA4-backed analytics dashboard inside the Payload admin, with KPIs, sessions, and lead-action tracking driven by the GA4 Data API and gtag.js.
SEO
Adds live Yoast SEO analysis to the Payload v3 document editor with a SERP preview, keyphrase checks, and readability scoring.
Collaborative Comments
Adds document-level and field-level comments to the Payload admin panel, with @mentions, email notifications, resolution, multi-tenancy and locale filtering.
Presets
Save and apply reusable block configurations as presets in the Payload admin panel.
Similar plugins
More in DevtoolsPuck visual page builder
Integrate Puck visual page builder with Payload CMS for drag-and-drop editing.
Dry Run
Test Payload create operations end-to-end without persisting, by rolling back the transaction after hooks and validation run.
OpenAPI
Generates OpenAPI specifications from Payload CMS configurations.
Repository
Wrapper around Payload's Local API providing repository operations.
Markdown documentation sync
Syncs Markdown documentation with Payload CMS using Git.
agent API guide
Generate a live API reference and query guide for Payload CMS.