What is Payload CMS?
Payload CMS is an open-source headless CMS written in TypeScript, where the content model is defined in code and the admin panel and API are generated from it. It installs directly into a Next.js application and connects to a database of your choice, such as PostgreSQL. It is MIT-licensed, so you can self-host it and keep the content in your own database.
How we use it at Koda Plus
Payload is part of our stack as a headless CMS for Next.js projects. We deploy it where editors need a comfortable admin panel and the content should stay in your own database, such as PostgreSQL, alongside the rest of the system. We used it in the web application for the insulation company Wekert.
Used in
See the portfolioWhen it makes sense
- Editors publish regularly and need an admin panel
- The front end is a separate Next.js application
- Content should stay in your own database, not a SaaS
- The content model goes beyond a simple blog