Completely serverless CMS with a Next.js front-end, hosted on Vercel.
This demo showcases a set of utilities that allow Payload to be deployed seamlessly, serverless, within an existing NextJS project. It add the Payload admin UI into the NextJS /app folder and adds all Payload endpoints into the pages/api folder.
You can do all sorts of cool things like flatten your stack, manage less infrastructure, and share TypeScript interfaces between Payload and your Next app out-of-the-box.
To get started with this integration, visit the GitHub repo and check out how to install the next-payload package in your Next app.