Installation

Install and configure Codelesskit for your Next.js project.

Get started with Codelesskit in minutes.

Create project

Run the init command to scaffold a new Next.js project:

pnpm dlx codelesskit@latest init

This creates a new Next.js app with the base architecture, Tailwind CSS, and shadcn/ui configured.

Add modules

You can now start adding modules to your project:

pnpm dlx codelesskit@latest add auth

The command above will add authentication as well as dependent modules database and emails. The CLI will prompt you to select the provider you want to use for each module.