All setups
🏭

ERP Setup

Starter Kit

Enterprise resource planning — dashboard, inventory, orders, procurement, finance, HR, reports.

npx sui adderp-setup

Pages & routes

Dashboard
Inventory
Orders
Procurement
Finance
HR
Reports
Profile

Generated files

app/(erp)/layout.tsx
~16 lines
app/(erp)/dashboard/page.tsx
~55 lines
app/(erp)/inventory/page.tsx
~58 lines
app/(erp)/orders/page.tsx
~55 lines
app/(auth)/sign-in/page.tsx
~68 lines
components/layout/sidebar.tsx
~72 lines
app/(erp)/finance/page.tsx
~20 lines
app/(erp)/hr/page.tsx
~20 lines
app/(erp)/procurement/page.tsx
~20 lines
app/(erp)/reports/page.tsx
~20 lines
+ auth files (based on your chosen provider)

Output options

Main project

Files written directly into your project root. Dependencies installed automatically. Ready to run.

struct/setups/erp

Saved as a reference template. No dependencies installed. Copy files manually when ready.

Auth providers

None

No auth — add it yourself later

NextAuth.js

Credentials provider, sessions, middleware

next-auth@beta

Better Auth

Database-agnostic, email/password, middleware

better-auth

Basic (JWT)

Custom JWT cookies, sign-in/up/out API routes

jose

Color palettes

slate
blue
indigo
violet
purple
rose
orange
emerald
teal
zinc

Quick start

npx sui add erp-setup
# Follow the prompts
npm run dev
Browse all setups