PROMPTS

Create development steps in `Scratchpad` of `.cursorrules` to create an ecommerce website with admin dashboard like amazon using TypeScript, Next.js 15, Shadcn, Lucide, Zod, Zustand, Recharts, Resend, Uploadthing, Prisma, PostgreSQL, next-auth@beta, Stripe.

Views0
PublishedJan 22, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown

PROMPTS

Prompt 1

Create development steps in Scratchpad of .cursorrules to create an ecommerce website with admin dashboard like amazon using TypeScript, Next.js 15, Shadcn, Lucide, Zod, Zustand, Recharts, Resend, Uploadthing, Prisma, PostgreSQL, next-auth@beta, Stripe.

Prompt 2

We already done these steps:

  • Initialize Next.js 15 project with TypeScript
  • Set up project structure and folders
  • Configure ESLint and Prettier

Make them done and Start from this step: Install and configure dependencies

Prompt 3

we already set DATABASE_URL in .env, Make this step done

  • Set up PostgreSQL database

Start from this step

  • Configure Prisma schema:
    • User model
    • Product model
    • Category model
    • Order model
    • Review model
    • Cart model

Prompt 4

  • Implement NextAuth.js authentication:
    • Email/Password
    • OAuth providers (Google, GitHub)
    • JWT handling
    • Protected routes

Prompt 5

Implement core features start from home layout.

Share: