Open source · MIT
The SaaS layer for Payload CMS.
Boilerplate, plugins and the engineers who build them. Built in the open, used in production.
An independent project built for the Payload community — not affiliated with or endorsed by Payload CMS.
Payload gave us the best backend we have ever shipped on. We give back: every product here is MIT licensed, developed in one public monorepo and documented on this site, by a team that builds client SaaS on Payload every week.
MIT · One public repository · Published under @payload-solutions
import { consentPlugin } from '@payload-solutions/plugin-consent'
import { emailsPlugin } from '@payload-solutions/plugin-emails'
import { actionScheduler } from '@payload-solutions/plugin-action-scheduler'
import { vercelPlugin } from '@payload-solutions/plugin-vercel'
export default buildConfig({
plugins: [
consentPlugin({ seed }),
emailsPlugin({ emails }),
actionScheduler({ actions }),
vercelPlugin({ targets }),
],
})
Products
Products for people who build on Payload.
Payload Stack
AvailableThe SaaS boilerplate for Payload CMS.
Better Auth, organizations, Stripe subscriptions and a shadcn dashboard, wired into Payload and Next.js. Scaffold a production-ready SaaS in one command.
- Better Auth with passkeys, magic links, 2FA and social sign-in
- Organizations bridged into the Payload multi-tenant plugin
- Stripe subscriptions per user or per organization
- Payload admin as your back office


Payload Clock
In progressA reliable clock for serverless Payload jobs.
Payload job queues need something to wake them up. Payload Clock triggers your queues on schedule so serverless deployments never miss a run, with a plugin that shows the next runs inside your admin.
- Cron and interval schedules per queue
- Retries, alerts and run history
- Companion plugin for the Payload admin
Plugins
Plugins for every Payload project.
The pieces we kept rebuilding for clients, packaged so nobody has to build them again.
Payload Consent
@payload-solutions/plugin-consentCookie categories, trackers, legal pages and consent records in the Payload admin.
AvailablePayload Emails
@payload-solutions/plugin-emailsTransactional emails defined in code, written by your team in the admin.
AvailableVercel Integration
@payload-solutions/plugin-vercelDeploy to Vercel from the admin or after content changes, and follow every build.
AvailablePayload Action Scheduler
@payload-solutions/plugin-action-schedulerA WooCommerce-style action scheduler on top of Payload job queues.
AvailablePayload Clock plugin
@payload-solutions/plugin-clockConnect a Payload project to Payload Clock and see upcoming runs in the admin.
In progress
In the open
Roadmap
What is done, what we are on, what comes next. Managed in our own Payload admin and updated as things ship.
Shipped
- Payload Stack 0.4 Q3 2026
- Payload Consent plugin 0.1Q3 2026
- Payload Emails plugin 0.1Q3 2026
- Payload Action Scheduler plugin 0.1 Q3 2026
- Vercel Integration plugin 0.1 Q3 2026
In progress
Payload Stack documentation
Q3 2026Guides for configuration, authentication, organizations, billing, deployment.
Next
Payload Clock beta
Q4 2026Hosted scheduler for serverless Payload job queues, with the companion plugin.
Exploring
Payload Stack on Payload 4
Move the boilerplate to Payload 4 once payload-auth supports it.
Work with us
Need it built? We build SaaS on Payload.
The same team that maintains these products takes on a few client projects at a time.
A SaaS in weeks, not quarters
We start from Payload Stack, so authentication, organizations, billing and the admin are done on day one. Your budget goes into the product.
Migrations and rescues
Moving off WordPress, Strapi, Contentful or a custom backend to Payload, with data, access control and editors carried over.
Plugins and integrations
Custom Payload plugins, Stripe and Better Auth integrations, job queues, Vercel deployments. Open source where the community benefits.