BetaUnder active development — content may be incomplete or change without notice.

Installation

How to install dependencies and structure your app.

Quick Start

Run the following command to create a new project with shadcn/ui:

pnpm dlx blok0@latest generate starter my-project

The Blok0 CLI handles the heavy lifting, including folder creation and dependency installation. Run the following command in your terminal

Manual Clone

git clone https://github.com/blok0-payload/starter.git my-project
cd my-project

If you prefer to manage the git history manually or the CLI is restricted in your environment, clone the repository directly