All setups Browse 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 linesapp/(erp)/dashboard/page.tsx
~55 linesapp/(erp)/inventory/page.tsx
~58 linesapp/(erp)/orders/page.tsx
~55 linesapp/(auth)/sign-in/page.tsx
~68 linescomponents/layout/sidebar.tsx
~72 linesapp/(erp)/finance/page.tsx
~20 linesapp/(erp)/hr/page.tsx
~20 linesapp/(erp)/procurement/page.tsx
~20 linesapp/(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