💸 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
- Clone & Install:
git clone https://github.com/9d8dev/pay.git cd pay pnpm install
- Configure Environment:
- Copy .env.example to .env
- Set up PostgreSQL database
- Configure AWS S3 credentials
- Add Payload secret key
- Start Development:
pnpm dev