The official Next.js website for payloadcms.com
The Payload website is the official repository for Payload’s website. It is built using Payload itself and showcases features like utilizing Payload’s GraphQL API, implementing dynamic light/dark mode in a Next.js site without flickering, rendering docs from MDX to Next.js pages, integrating Stripe for custom SaaS solutions, and more. The tech stack includes TypeScript, Next.js 13 with App Router, SCSS Modules, GraphQL, MDX, and Stripe for Payload Cloud.
To run the project locally:
yarn
..env
file by copying .env.example
and fill in the required values.yarn dev
.local.payloadcms.com:3000
to handle http-only cookie policies and GitHub App redirection.The Payload website showcases the capabilities of Payload by using its features like GraphQL API, Stripe integration, and dynamic theming. It serves as a valuable resource for learning how to build projects at scale using Payload. The open-source nature of the CMS and the availability of one-click deployment through Payload Cloud make it an efficient tool for developers looking to streamline their development process.