Setups

Production-ready app starters

Scaffold a complete Next.js app with auth, routing, layout, and pages — in one command. Choose your color palette, auth provider, and output location interactively.

npx sui addcrm-setup
Interactive CLI
Schemes / OPS

Professional one-page website schemes

Review modern scheme packs for company profiles, portfolios, agencies, and sector-specific marketing sites.

Open schemes

Supported auth providers

Every setup prompts you to choose an auth integration. Files and dependencies are generated automatically.

None

Skip — add auth yourself later

🔐

NextAuth.js

next-auth v5 beta, Credentials provider

🛡

Better Auth

better-auth, database-agnostic

🔑

Basic Auth (JWT)

Custom JWT cookies, zero dependency

10 color palettes

Pick a primary Tailwind color — every component, button, and accent in the generated app uses it consistently.

Slate
Blue
Indigo
Violet
Purple
Rose
Orange
Emerald
Teal
Zinc

How it works

  1. 1

    Run the command

    npx sui add crm-setup — the CLI starts an interactive prompt.

  2. 2

    Answer the questions

    Project title, color palette, auth provider, and where to place the files.

  3. 3

    Files are generated

    All pages, layouts, components, and auth configuration are written to disk.

  4. 4

    Dependencies installed

    npm install runs automatically for any required packages.

  5. 5

    Start building

    Run npm run dev — everything is wired up and ready to customize.