Create a project
Use the official creator when you are starting a new application.
Prerequisites
Section titled “Prerequisites”- Node.js
>=22.13.0. - pnpm
>=11.14.0when using pnpm. - A destination directory that does not already exist.
Create and run the project
Section titled “Create and run the project”-
Create the application.
Terminal window pnpm dlx @mauriciodmo/create-framekit my-projectTerminal window npx @mauriciodmo/create-framekit my-project -
Enter the project and start development.
Terminal window cd my-projectpnpm devTerminal window cd my-projectnpm run dev -
Open Studio.
Visit
http://localhost:3000. New projects use open mode by default: the application redirects to/editor, and/editorand/brandwork without login./loginredirects to/editor. To enable login and protected access, setFRAMEKIT_AUTH_ENABLED=true; only in that mode setFRAMEKIT_ADMIN_PASSWORDbefore the first login.FRAMEKIT_ADMIN_USERNAMEis optional and defaults toadmin. -
Create your first template.
Continue with Create your first template.
Creator options
Section titled “Creator options”The creator can install dependencies, run pnpm build-script approval, initialize Git, accept or reject prompts non-interactively, and refresh public FrameKit skills. Those switches are reference material rather than required setup steps.
See the create-framekit CLI reference for prompts, -y, -n, update-skills, and recovery when installation is skipped or fails.