create-odlabs-payload
v1.0.0
Published
OD Labs White-label Payload CMS template for internal use.
Downloads
86
Readme
OD Labs Payload CMS Template CLI

An internal tool for OD Labs to quickly bootstrap new Payload CMS projects pre-configured with our premium white-label branding, customized UI, and optimized developer experience.
Features
- OD Labs Branding: Pre-configured logo, icons, and theme colors.
- Glassmorphism UI: A modern, premium admin dashboard experience.
- Optimized Layout: Refined sidebar and dashboard visuals for better usability.
- Seed Data: Built-in "OD Labs" seed data to get started immediately.
- Streamlined Setup: Automatic environment variable configuration and dependency installation.
Quick Start
The easiest way to start a new project is using npx (which runs the CLI without installing it permanently):
npx create-odlabs-payloadOr use the npm init shorthand:
npm init odlabs-payloadGlobal Installation (Optional)
If you prefer to install it globally:
pnpm add -g create-odlabs-payload
# or
npm install -g create-odlabs-payloadThen run:
create-odlabs-payloadSetup Process
- Project Name: Enter the name of your new directory.
- Database URI: Provide your MongoDB or PostgreSQL connection string.
- Wait: The CLI will download the latest
whitelabeltemplate, configure your environment, and install dependencies.
Project Structure
The generated project follows the standard Payload CMS structure but with our custom refinements in:
src/graphics/: Custom Logo and Icon components.src/components/BeforeDashboard/: Personalized dashboard with glassmorphism.src/collections/Users: Pre-configured for internal team use.
📄 License
This project is licensed under the MIT License.
© 2026 OD Labs. Internal use only.
