create-madori-app
v0.1.3
Published
Create a new MADORI CMS project
Maintainers
Readme
create-madori-app
Scaffold a new MADORI project in seconds.
MADORI is a flat-file CMS for React/Next.js applications — inspired by Statamic, powered by TypeScript.
Usage
pnpm dlx create-madori-app@latest my-siteor
npx create-madori-app@latest my-siteThen:
cd my-site
pnpm install
pnpm devWhat you get
- Control Panel at
/cp— a polished admin UI for managing content - GraphQL API at
/api/graphql— auto-generated from your blueprints - Flat-file storage — content as Markdown/YAML, version-controlled alongside your code
- Blueprints — flexible field schemas (text, markdown, assets, replicators, and more)
- Collections, Taxonomies, Globals, Forms, Navigation — all the content primitives you need
- Asset management — upload, organise, and browse files from the CP
- Authentication & roles — built-in user management with role-based permissions
Requirements
- Node.js 18+
- pnpm (recommended) or npm
Default credentials
After scaffolding, log in to the control panel with:
- Email: [email protected]
- Password: password
⚠️ Change these after first login.
Documentation
See the MADORI repository for full documentation.
License
See LICENSE.md for details.
