Next.js + Payload CMS public marketing and signup site
  • CSS 48.5%
  • TypeScript 45.4%
  • JavaScript 6.1%
Find a file
jcrm 9159bff82f scaffold: Next.js 15 + shadcn/ui public-facing site
Initial scaffold for the customer-facing marketing/signup site.
Stack: Next.js 15 App Router, TypeScript, Tailwind CSS, shadcn/ui.
Payload CMS will be added when content modeling begins.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-03 01:42:44 -04:00
app scaffold: Next.js 15 + shadcn/ui public-facing site 2026-06-03 01:42:44 -04:00
components/ui scaffold: Next.js 15 + shadcn/ui public-facing site 2026-06-03 01:42:44 -04:00
lib scaffold: Next.js 15 + shadcn/ui public-facing site 2026-06-03 01:42:44 -04:00
.gitignore scaffold: Next.js 15 + shadcn/ui public-facing site 2026-06-03 01:42:44 -04:00
AGENTS.md scaffold: Next.js 15 + shadcn/ui public-facing site 2026-06-03 01:42:44 -04:00
CLAUDE.md scaffold: Next.js 15 + shadcn/ui public-facing site 2026-06-03 01:42:44 -04:00
components.json scaffold: Next.js 15 + shadcn/ui public-facing site 2026-06-03 01:42:44 -04:00
eslint.config.mjs scaffold: Next.js 15 + shadcn/ui public-facing site 2026-06-03 01:42:44 -04:00
next.config.ts scaffold: Next.js 15 + shadcn/ui public-facing site 2026-06-03 01:42:44 -04:00
package-lock.json scaffold: Next.js 15 + shadcn/ui public-facing site 2026-06-03 01:42:44 -04:00
package.json scaffold: Next.js 15 + shadcn/ui public-facing site 2026-06-03 01:42:44 -04:00
postcss.config.mjs scaffold: Next.js 15 + shadcn/ui public-facing site 2026-06-03 01:42:44 -04:00
README.md scaffold: Next.js 15 + shadcn/ui public-facing site 2026-06-03 01:42:44 -04:00
tsconfig.json scaffold: Next.js 15 + shadcn/ui public-facing site 2026-06-03 01:42:44 -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.