💸 Pay -- Payload Starter by 9d8

Modern Full-Stack Starter Template

A powerful starter template combining PayloadCMS with Next.js, designed for performance and developer experience.

Key Features

  • Next.js 15 with App Router for modern React development
  • PayloadCMS for flexible content management
  • PostgreSQL database with Neon support
  • AWS S3 integration for media storage
  • Tailwind CSS & shadcn/ui for beautiful UIs
  • TypeScript for enhanced development

Quick Setup

  1. Clone & Install:
    git clone https://github.com/9d8dev/pay.git cd pay pnpm install
  2. Configure Environment:
    • Copy .env.example to .env
    • Set up PostgreSQL database
    • Configure AWS S3 credentials
    • Add Payload secret key
  3. Start Development:
    pnpm dev