payload banner
payloadcms payloadcms

payload

Development community intermediate

Description

Before beginning to work with Payload, make sure you have all of the [required software](https://payloadcms.com/docs/getting-started/installation).

Installation

Terminal
claude install-skill https://github.com/payloadcms/payload

README

         

Explore the Docs · Community Help · Roadmap · View G2 Reviews

[!IMPORTANT] Star this repo or keep an eye on it to follow along.

Payload is the first-ever Next.js native CMS that can install directly in your existing `/app` folder. It's the start of a new era for headless CMS.

Benefits over a regular CMS

  • It's both an app framework & headless CMS
  • Deploy anywhere, including serverless on Vercel for free
  • Combine your front+backend in the same /app folder if you want
  • Don't sign up for yet another SaaS - Payload is open source
  • Query your database in React Server Components
  • Both admin and backend are 100% extensible
  • No vendor lock-in
  • Never touch ancient WP code again
  • Build faster, never hit a roadblock
  • Quickstart

    Before beginning to work with Payload, make sure you have all of the [required software](https://payloadcms.com/docs/getting-started/installation).

    pnpx create-payload-app@latest

    ...