Skip to content

Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.

License

Notifications You must be signed in to change notification settings

payloadcms/payload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3c9d71d · Mar 29, 2021
Mar 13, 2021
Feb 5, 2021
Jan 7, 2021
Mar 29, 2021
Mar 22, 2021
Feb 23, 2021
Mar 29, 2021
Nov 29, 2020
Dec 30, 2020
Jan 5, 2021
Aug 6, 2020
Oct 10, 2020
Jan 25, 2021
Mar 29, 2021
Mar 1, 2021
Dec 24, 2020
Dec 24, 2020
Nov 28, 2020
Dec 24, 2020
Dec 24, 2020
Dec 24, 2020
Jan 23, 2021
Dec 24, 2020
Nov 29, 2020
Dec 2, 2020
Feb 28, 2021
Nov 28, 2020
Mar 29, 2021
Dec 28, 2020
Jan 23, 2021
Dec 28, 2020
Mar 14, 2021
Dec 24, 2020
Mar 15, 2021

Repository files navigation

Payload

A self-hosted, JavaScript headless CMS & application framework built with Express, MongoDB and React.

npm Tweet Payload

Payload headless CMS Admin panel built with React

Quick Start

npx create-payload-app

Alternatively, it only takes about five minutes to create an app from scratch.

Documentation

Check out the Payload website to find in-depth documentation for everything that Payload offers.

Features

Code-first

If you know JavaScript, you know Payload. Payload is a code-first CMS, which allows us to do a lot of things right:

  • Payload gives you everything you need, but then steps back and lets you build what you want in JavaScript or TypeScript - with no unnecessary complexity brought by GUIs. You'll understand how your CMS works, because you will have written it exactly how you want it.
  • Bring your own Express server and do whatever you need on top of Payload. Payload doesn't impose anything on you or your app.
  • Completely control the Admin panel by using your own React components. Swap out fields or even entire views with ease.
  • Use your data however and wherever you need thanks to auto-generated, yet fully extensible REST, GraphQL and Local Node APIs.

Free forever for personal use and small projects

Payload is 100% free for personal projects or small use cases where only one admin user is required. You can also get started without an account whatsoever while running on localhost.

Installation

Before beginning to work with Payload, make sure you have all of the required software.

From there, the easiest way to get started with Payload is to use the create-payload-app package:

npx create-payload-app

Alternatively, it only takes about five minutes to write out your own app from scratch.

License

Find the Payload license here.