Next.js customer management dashboard
  • CSS 48.5%
  • TypeScript 45.4%
  • JavaScript 6.1%
Find a file
jcrm 44ca0535a7 scaffold: Next.js 15 + shadcn/ui customer dashboard
Initial scaffold for the authenticated customer management dashboard.
Stack: Next.js 15 App Router, TypeScript, Tailwind CSS, shadcn/ui.
Will integrate Logto OIDC for auth and the provision-api for site management.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-03 01:43:56 -04:00
app scaffold: Next.js 15 + shadcn/ui customer dashboard 2026-06-03 01:43:56 -04:00
components/ui scaffold: Next.js 15 + shadcn/ui customer dashboard 2026-06-03 01:43:56 -04:00
lib scaffold: Next.js 15 + shadcn/ui customer dashboard 2026-06-03 01:43:56 -04:00
.gitignore scaffold: Next.js 15 + shadcn/ui customer dashboard 2026-06-03 01:43:56 -04:00
AGENTS.md scaffold: Next.js 15 + shadcn/ui customer dashboard 2026-06-03 01:43:56 -04:00
CLAUDE.md scaffold: Next.js 15 + shadcn/ui customer dashboard 2026-06-03 01:43:56 -04:00
components.json scaffold: Next.js 15 + shadcn/ui customer dashboard 2026-06-03 01:43:56 -04:00
eslint.config.mjs scaffold: Next.js 15 + shadcn/ui customer dashboard 2026-06-03 01:43:56 -04:00
next.config.ts scaffold: Next.js 15 + shadcn/ui customer dashboard 2026-06-03 01:43:56 -04:00
package-lock.json scaffold: Next.js 15 + shadcn/ui customer dashboard 2026-06-03 01:43:56 -04:00
package.json scaffold: Next.js 15 + shadcn/ui customer dashboard 2026-06-03 01:43:56 -04:00
postcss.config.mjs scaffold: Next.js 15 + shadcn/ui customer dashboard 2026-06-03 01:43:56 -04:00
README.md scaffold: Next.js 15 + shadcn/ui customer dashboard 2026-06-03 01:43:56 -04:00
tsconfig.json scaffold: Next.js 15 + shadcn/ui customer dashboard 2026-06-03 01:43:56 -04:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.