* Update README.md - updates logo approach to work with npm and github - updates badge style - fixes twitter badge - removes duplicative links for discord and website - moves feature request link * changes h1 to p tag, changes h2 to h3 - both done to remove ugly bottom border * adds target blank to a few anchor tags
123 lines
6.1 KiB
Markdown
123 lines
6.1 KiB
Markdown
<p style="border: none; margin-bottom:0; padding-bottom: 0;" align="center">
|
|
<a href="https://payloadcms.com">
|
|
<picture>
|
|
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/payloadcms/payload/master/src/admin/assets/images/payload-logo-light.svg">
|
|
<img width="350" alt="payload cms logo" src="https://raw.githubusercontent.com/payloadcms/payload/master/src/admin/assets/images/payload-logo-dark.svg">
|
|
</picture>
|
|
</a>
|
|
</p>
|
|
|
|
<h3 align="center">The most powerful TypeScript CMS</h3>
|
|
<p align="center">Code-first Headless CMS that bridges the gap between CMS and application framework</p>
|
|
|
|
<h3 align="center">
|
|
<a target="_blank" href="https://payloadcms.com/docs/getting-started/what-is-payload" rel="dofollow"><strong>Explore the docs</strong></a>
|
|
·
|
|
<a target="_blank" href="https://demo.payloadcms.com/" rel="dofollow"><strong>Try Live Demo</strong></a>
|
|
<br />
|
|
</h3>
|
|
|
|
<br />
|
|
|
|
<p align="center">
|
|
<a href="https://opensource.org/licenses/MIT">
|
|
<img src="https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square" />
|
|
</a>
|
|
|
|
<a href="https://github.com/payloadcms/payload/actions">
|
|
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/payloadcms/payload/tests.yml?style=flat-square">
|
|
</a>
|
|
|
|
<a href="https://github.com/payloadcms/payload/commits">
|
|
<img src="https://img.shields.io/github/commit-activity/m/payloadcms/payload?style=flat-square" alt="git commit activity"/>
|
|
</a>
|
|
|
|
<a href="https://discord.com/invite/r6sCXqVk3v">
|
|
<img alt="Discord" src="https://img.shields.io/discord/967097582721572934?label=Discord&color=7289da&style=flat-square" />
|
|
</a>
|
|
|
|
<a href="https://www.npmjs.com/package/payload">
|
|
<img alt="npm" src="https://img.shields.io/npm/v/payload?style=flat-square" />
|
|
</a>
|
|
|
|
<a href="https://twitter.com/payloadcms">
|
|
<img src="https://img.shields.io/badge/follow-payloadcms-1DA1F2?logo=twitter&style=flat-square" alt="Payload CMS Twitter" />
|
|
</a>
|
|
</p>
|
|
|
|
<br />
|
|
|
|
<a href="https://payloadcms.com">
|
|
<img src="https://cms.payloadcms.com/media/payload-github-header.jpg" alt="Payload headless CMS Admin panel built with React" />
|
|
</a>
|
|
|
|
<br />
|
|
|
|
## ⭐ Why Payload?
|
|
|
|
Payload is a CMS that has been designed for developers from the ground up to deliver them what they need to build great digital products. If you know JavaScript, you know Payload. It's 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.
|
|
|
|
<a target="_blank" href="https://payloadcms.com/" rel="dofollow"><strong>Read more on our website</strong></a>
|
|
|
|
## ✨ Features
|
|
|
|
- Completely free and open-source
|
|
- [GraphQL](https://payloadcms.com/docs/graphql/overview), [REST](https://payloadcms.com/docs/rest-api/overview), and [Local](https://payloadcms.com/docs/local-api/overview) APIs
|
|
- [Easily customizable ReactJS Admin](https://payloadcms.com/docs/admin/overview)
|
|
- [Fully self-hosted](https://payloadcms.com/docs/production/deployment)
|
|
- [Extensible Authentication](https://payloadcms.com/docs/authentication/overview)
|
|
- [Local file storage & upload](https://payloadcms.com/docs/upload/overview)
|
|
- [Version History and Drafts](https://payloadcms.com/docs/versions/overview)
|
|
- [Field-based Localization](https://payloadcms.com/docs/configuration/localization)
|
|
- [Block-based Layout Builder](https://payloadcms.com/docs/fields/blocks)
|
|
- [Extensible SlateJS rich text editor](https://payloadcms.com/docs/fields/rich-text)
|
|
- [Array field type](https://payloadcms.com/docs/fields/array)
|
|
- [Field conditional logic](https://payloadcms.com/docs/fields/overview#conditional-logic)
|
|
- Extremely granular [Access Control](https://payloadcms.com/docs/access-control/overview)
|
|
- [Document and field-level hooks](https://payloadcms.com/docs/hooks/overview) for every action Payload provides
|
|
- Built with Typescript & very Typescript-friendly
|
|
- Intensely fast API
|
|
- Highly secure thanks to HTTP-only cookies, CSRF protection, and more
|
|
|
|
<a target="_blank" href="https://github.com/payloadcms/payload/discussions"><strong>Request Feature</strong></a>
|
|
## 🚀 Quick Start
|
|
|
|
Before beginning to work with Payload, make sure you have all of the [required software](https://payloadcms.com/docs/getting-started/installation).
|
|
|
|
From there, the easiest way to get started with Payload is to use the `create-payload-app` package:
|
|
|
|
```text
|
|
npx create-payload-app
|
|
```
|
|
|
|
Alternatively, it only takes about five minutes to [create an app from scratch](https://payloadcms.com/docs/getting-started/installation#from-scratch).
|
|
|
|
## 🗒️ Documentation
|
|
|
|
Check out the [Payload website](https://payloadcms.com/docs/getting-started/what-is-payload) to find in-depth documentation for everything that Payload offers.
|
|
|
|
## 🙋 Contributing
|
|
|
|
If you want to add contributions to this repository, please follow the instructions in [contributing.md](./contributing.md).
|
|
|
|
## 🚨 Need help?
|
|
|
|
There are lots of good conversations and resources in our Github Discussions board & our Discord Server. If you're struggling with something, chances are, someone's already solved what you're up against. :point_down:
|
|
|
|
- [GitHub Discussions](https://github.com/payloadcms/payload/discussions)
|
|
- [GitHub Issues](https://github.com/payloadcms/payload/issues)
|
|
- [Discord](https://t.co/30APlsQUPB)
|
|
|
|
## ⭐ Like what we're doing? Give us a star
|
|
|
|

|
|
|
|
## 👏 Thanks to all our contributors
|
|
|
|
<img align="left" src="https://contributors-img.web.app/image?repo=payloadcms/payload"/>
|