BuildWithMatija
  1. Home
  2. Blog
  3. Payload
  4. 13 Best Payload CMS Plugins to Boost Your Project Now

13 Best Payload CMS Plugins to Boost Your Project Now

A practical guide to official and community Payload CMS plugins — authentication, AI tooling, search, multi-tenant…

25th March 2026·Updated on:3rd June 2026··
Payload
13 Best Payload CMS Plugins to Boost Your Project Now

Need Help Making the Switch?

Moving to Next.js and Payload CMS? I offer advisory support on an hourly basis.

Book Hourly Advisory

📚 Comprehensive Payload CMS Guides

Detailed Payload guides with field configuration examples, custom components, and workflow optimization tips to speed up your CMS development process.

No spam. Unsubscribe anytime.

Related Posts:

  • •Payload CMS Cookie Auth: 7 Troubleshooting Secrets for Next.js
  • •Payload CMS SDK: CLI Toolkit for Faster Migrations
📄View markdown version
0

Frequently Asked Questions

About the author

Matija Žiberna

Matija Žiberna

Full-stack developer, co-founder

AboutResume

Self-taught full-stack developer sharing lessons from building software and startups.

I'm Matija Žiberna, a self-taught full-stack developer and co-founder passionate about building products, writing clean code, and figuring out how to turn ideas into businesses. I write about web development with Next.js, lessons from entrepreneurship, and the journey of learning by doing. My goal is to provide value through code—whether it's through tools, content, or real-world software.

You might be interested in

Payload CMS Cookie Auth: 7 Troubleshooting Secrets for Next.js
Payload CMS Cookie Auth: 7 Troubleshooting Secrets for Next.js

19th February 2026

Payload CMS SDK: CLI Toolkit for Faster Migrations
Payload CMS SDK: CLI Toolkit for Faster Migrations

30th January 2026

Contents

  • Contents
  • Official Plugins: What Ships With the Ecosystem
  • SEO
  • Search
  • Multi-Tenant
  • Import/Export
  • Form Builder
  • Authentication: More Options Than You Might Expect
  • payload-auth-plugin (authsmith)
  • payload-authjs
  • payload-auth (Better Auth integration)
  • payload-oauth2
  • payload-totp
  • AI Plugins: Actually Useful, Not Just Hype
  • payload-ai
  • payload-plugin-ai-localization
  • Developer Experience: The Plugins That Make Building Easier
  • payload-better-fields-plugin (NouanceLabs)
  • payload-visual-editor (pemedia)
  • payload-lexical-typography
  • payload-oapi
  • payload-dashboard-analytics (NouanceLabs)
  • payload-bites (rilrom)
  • @matija2209/payload-plugin-admin-feedback
  • How to Discover More
  • Worth Knowing Before You Commit
On this page:
  • Contents
  • Official Plugins: What Ships With the Ecosystem
  • Authentication: More Options Than You Might Expect
  • AI Plugins: Actually Useful, Not Just Hype
  • Developer Experience: The Plugins That Make Building Easier
Build with Matija logo

Build with Matija

Modern websites, content systems, and AI workflows built for long-term growth.

Services

  • Headless CMS Websites
  • Next.js & Headless CMS Advisory
  • AI Systems & Automation
  • Website & Content Audit

Resources

  • Case Studies
  • How I Work
  • Blog
  • Topics
  • CMS Hub
  • E-commerce Hub
  • B2B Website Strategy
  • Dashboard

Headless CMS

  • Payload CMS Developer
  • CMS Migration
  • Multi-Tenant CMS
  • Payload vs Sanity
  • Payload vs WordPress
  • Payload vs Contentful

Get in Touch

Ready to modernize your stack? Let's talk about what you're building.

Book a discovery callContact me →
© 2026Build with Matija•All rights reserved•Privacy Policy•Terms of Service
BuildWithMatija
Get In Touch

Moving from "Payload gives me a flexible core" to "Payload can support a serious production build" is not always straightforward. I recently found myself mapping out that exact path again while reviewing stack decisions for client work, and the answer kept coming back to the same thing: the plugin ecosystem now closes many of the gaps that used to require custom development.

That matters because most Payload projects hit the same sequence of questions. First, you need the official essentials like SEO, search, or multi-tenancy. Then you need to solve authentication properly. After that, you start looking at editorial workflow improvements, AI assistance, and the developer-experience details that make a project easier to ship and maintain.

This guide walks through that journey in the same order. By the end, you'll have a clearer picture of which Payload CMS plugins are worth considering first, which ones solve common production problems, and how to think about the ecosystem as a whole.


Contents

  1. Official Plugins
    • SEO
    • Search
    • Multi-Tenant
    • Import/Export
    • Form Builder
  2. Authentication
    • payload-auth-plugin (authsmith)
    • payload-authjs
    • payload-auth (Better Auth)
    • payload-oauth2
    • payload-totp
  3. AI Plugins
    • payload-ai
    • payload-plugin-ai-localization
  4. Developer Experience
    • payload-better-fields-plugin
    • payload-visual-editor
    • payload-lexical-typography
    • payload-oapi
    • payload-dashboard-analytics
    • payload-bites
    • @matija2209/payload-plugin-admin-feedback
  5. How to Discover More

Official Plugins: What Ships With the Ecosystem

The best place to start is with the official plugins, because they tell you how much of your project Payload can cover without depending on third-party maintenance. These are the pieces that usually answer the first production-readiness questions: metadata, search, multi-site architecture, content migration, and forms.

Payload maintains these plugins inside its monorepo, so they tend to be the safest additions you can make. If you're still evaluating the ecosystem, this section is where you confirm whether the built-in path already covers most of your baseline requirements.

Plugins in this section: SEO · Search · Multi-Tenant · Import/Export · Form Builder

SEO

The @payloadcms/plugin-seo plugin adds a complete metadata layer to any collection. You get meta titles, descriptions, OG images, and auto-generation hooks that can populate fields from your existing content. It also includes a search-result preview in the admin panel, which gives editors immediate feedback before publishing.

If search visibility matters at all, this is one of the fastest ways to avoid rebuilding the same SEO field setup on every project.

Search

@payloadcms/plugin-search solves a common next-step problem. Payload's query API is flexible, but it is not designed to act like a dedicated full-text search layer. This plugin creates a separate indexed search collection that syncs selected fields from your other collections, giving you fast, prioritizable lookups without adding external infrastructure immediately.

It will not replace Algolia or Meilisearch for very large or heavily tuned search experiences, but it covers the search needs of many small-to-medium projects with much less complexity.

Multi-Tenant

@payloadcms/plugin-multi-tenant is one of the strongest signals that Payload is ready for more demanding architectures. It adds a tenants collection and scopes data by tenant, which lets you run multiple independent sites with their own content, users, and settings from a single Payload instance.

This is exactly the sort of capability that can consume weeks if you build it yourself. Having it maintained by the core team makes it especially attractive for SaaS products and agencies managing multiple client properties. For a practical walkthrough of how the multi-tenant architecture works — including the access control decisions you need to make alongside the plugin — Payload CMS multi-tenant vs access control decision framework covers those trade-offs in depth.

Import/Export

@payloadcms/plugin-import-export adds CSV and JSON import/export to the admin UI, including support for larger datasets through the job queue and a preview step before import. It is especially useful for migrations, structured content updates, and operational tasks that would otherwise turn into ad hoc scripts.

Form Builder

@payloadcms/plugin-form-builder adds a dynamic form creation system directly in the admin panel. Editors can build forms, manage field definitions, and review submissions without code changes. For landing pages, contact flows, and surveys, it can eliminate the need for a separate form product entirely.

Once you've covered these first-party capabilities, the next question is usually not "can Payload model my content?" but "can it support the authentication and access patterns this project actually needs?" That's where the community auth plugins become more important.


Authentication: More Options Than You Might Expect

Authentication is often the first place where a promising CMS stack gets complicated. The moment you need social login, SSO, passkeys, or stronger admin protection, "basic auth works" is no longer enough. This is also where Payload's ecosystem starts to feel more mature, because the community has built several credible options instead of leaving you with one narrow path.

The main decision here is not whether a plugin exists, but which auth model best matches your stack: enterprise SSO, Auth.js, Better Auth, simpler OAuth, or just stronger two-factor protection.

Plugins in this section: payload-auth-plugin · payload-authjs · payload-auth · payload-oauth2 · payload-totp

payload-auth-plugin (authsmith)

With 291 GitHub stars, payload-auth-plugin by authsmith is the most popular auth plugin in the ecosystem. It adds OAuth, SAML, SSO, OIDC, and WebAuthn/passkey support to Payload. If you're building for enterprise clients or need social login plus SSO from day one, this is the plugin to reach for.

The documentation lives at authsmith.com and is kept reasonably up to date with Payload 3.x changes.

payload-authjs

payload-authjs by CrawlerCode integrates Auth.js with Payload. If you're already running a Next.js stack with Auth.js in the wider application, this is a natural choice because it keeps your authentication approach consistent instead of introducing another abstraction just for the CMS.

At 205 stars and with commits as recent as early 2026, it's actively maintained and well-regarded in the community.

payload-auth (Better Auth integration)

payload-auth by the payload-auth org integrates Better Auth with Payload. Better Auth has been gaining traction for its flexibility and TypeScript-first design, so this is the option to look at if you're starting fresh and want a more modern auth foundation across your application.

With 266 stars and active development, it looks less like an experiment and more like a serious option for greenfield builds.

payload-oauth2

For simpler OAuth needs, payload-oauth2 by WilsonLe covers the basics cleanly. If all you need is Google, GitHub, or another standard provider without a full enterprise auth layer, this is the more direct option.

It has 175 stars, recent updates into January 2026, and a narrower, easier-to-understand scope.

payload-totp

payload-totp by GeorgeHulpoi adds TOTP two-factor authentication on top of Payload's existing auth system. It is well suited to admin-heavy applications where you want stronger account protection without introducing the full complexity of SSO.

After auth is in place, the next bottleneck is usually not access control anymore. It is editorial throughput: how fast your team can create, translate, and refine content without leaving the admin panel. That is where the AI plugins start to matter.


AI Plugins: Actually Useful, Not Just Hype

AI tooling is easy to dismiss when it shows up as a generic marketing bullet. In Payload's case, the more useful plugins are the ones that improve concrete editorial workflows rather than trying to reinvent the CMS. If your team publishes a lot of content, works across multiple languages, or wants faster drafting support inside the admin, these plugins can remove a surprising amount of manual work.

This category becomes relevant once the foundation is already solid. You do not start here, but you often end up here once the team wants to scale output without adding more repetitive process.

Plugins in this section: payload-ai · payload-plugin-ai-localization

payload-ai

At 430 GitHub stars, payload-ai by ashbuilds is the most starred community plugin in the entire Payload ecosystem. It integrates text generation, image generation, voice generation, and translation directly into the admin panel. Editors can trigger AI writing assistance, generate images inline, and translate content without leaving Payload.

The plugin supports multiple providers, including OpenAI, Anthropic, Google Gemini, and ElevenLabs, and is designed to sit alongside your existing fields instead of replacing your content model. For multilingual or content-heavy projects, it can materially change how editors work day to day.

payload-plugin-ai-localization

payload-plugin-ai-localization by Crayonan takes a narrower, more practical approach. It adds a "Translate" button to non-primary localized fields and uses OpenAI or other models to auto-populate translations. If you already rely on Payload localization and need to move faster without a dedicated translation team, this is one of the most immediately useful plugins available.

Once content workflows improve, the next layer is quality of life for the people building and reviewing the project. That means better fields, better previews, better contracts, and clearer client feedback loops.


Developer Experience: The Plugins That Make Building Easier

This last category is where a Payload project starts feeling smoother instead of merely functional. Developer-experience plugins do not usually drive the initial framework decision, but they often determine how pleasant the project is to build, hand over, and maintain over time.

The common thread here is friction reduction. Some of these plugins improve the admin interface for editors, some improve your technical workflow as a developer, and some reduce the back-and-forth that usually slows down client projects.

Plugins in this section: payload-better-fields-plugin · payload-visual-editor · payload-lexical-typography · payload-oapi · payload-dashboard-analytics · payload-bites · @matija2209/payload-plugin-admin-feedback

payload-better-fields-plugin (NouanceLabs)

payload-better-fields-plugin by NouanceLabs has 278 stars and provides improved, specialized field components for the admin panel. If your team keeps running into small UX rough edges in the default field set, this plugin solves those problems without forcing you into custom component work.

payload-visual-editor (pemedia)

payload-visual-editor by pemedia GmbH brings a live visual editor into the Payload admin UI. Editors can preview their frontend while editing content, which is a major upgrade for clients who find structured content interfaces too abstract.

With 283 stars, it remains one of the more notable experience-focused plugins in the ecosystem.

payload-lexical-typography

Payload 3.x ships with Lexical as its rich text editor, and payload-lexical-typography by AdrianMaj extends it with extra typography controls such as color, font size, line height, font family, and letter spacing. It is a solid addition if your editors need more precision over inline styling than the default editor provides.

payload-oapi

payload-oapi by janbuchar generates OpenAPI 3.0 and 3.1 specifications from your Payload API schema. If your Payload project also acts as an integration surface for frontend teams or third parties, this gives you a cleaner contract than manually documenting endpoints.

It has 114 stars and commits as recent as February 2026, which is a healthy sign for a tooling-oriented package.

payload-dashboard-analytics (NouanceLabs)

payload-dashboard-analytics adds analytics charts directly into the admin panel, with support for providers like Plausible and Google Analytics. It is useful when clients want quick traffic visibility without switching between the CMS and a separate analytics tool.

payload-bites (rilrom)

payload-bites is a collection of small, focused Payload v3 plugins such as image search, fullscreen editor, audit fields, soft delete, and activity log. It is worth scanning because these are exactly the kinds of utility features that often become one-off internal tasks if you do not find an existing package first.

@matija2209/payload-plugin-admin-feedback

payload-plugin-admin-feedback headerpayload-plugin-admin-feedback header

I recently released my own plugin for collecting feedback directly from the Payload admin panel and selected Next.js frontend routes.

@matija2209/payload-plugin-admin-feedback adds a floating feedback widget that lets users submit comments with automatic path tracking, annotated screenshots, and formatted email notifications. It uses your existing Payload email adapter, so it fits setups using providers like Brevo, Resend, or Nodemailer.

This is useful when you're building or maintaining Payload projects for clients and need a clearer feedback loop than scattered Slack messages, screenshots, or vague bug reports.

Key features:

  • Screenshot capture with annotation tools
  • Automatic page path tracking
  • HTML email notifications with screenshot previews
  • Direct admin panel links in every notification
  • Custom email routing
  • Support for both Payload admin and selected Next.js frontend routes

It's a newer plugin, so I'd treat it as a practical workflow tool rather than a long-established ecosystem standard — but it solves a very real problem on client projects.


How to Discover More

At this point, the bigger question is usually not whether Payload has any plugins worth using. It is how to keep finding the right ones without wasting time on stale packages. The official discovery path is the payload-plugin GitHub topic, which shows everything the community has tagged. The Payload Marketplace also curates a list of developer plugins with direct links and descriptions.

If you end up building your own, Payload's plugin system is straightforward: a plugin is a function that receives the incoming config and returns a modified config. The monorepo also includes a template with a /dev folder for local testing, which makes it much easier to validate an idea before publishing it.


Worth Knowing Before You Commit

Before you commit to any plugin, there are two checks worth doing every time.

First, confirm that the package is actually targeting Payload 3.x. Some older plugins still target Payload 2.x, and Payload 3.0 was a significant enough rewrite that compatibility is not something to assume. Check the peer dependencies and the recency of commits before you install anything.

Second, use maintenance signals realistically. Official plugins are the safest bets because they live in the monorepo and ship with the same release cadence as Payload itself. For community plugins, GitHub stars alone are not enough, but stars combined with recent commit activity are a practical starting filter.


If you're coming from Sanity, Strapi, or another headless CMS and trying to work out whether Payload's ecosystem is deep enough for a real production project, this is the core takeaway: the official plugins cover a strong baseline, and the community has filled in many of the next-level needs around authentication, AI workflows, and developer experience.

That means the problem is no longer "does Payload have plugins?" It is "which plugins fit the kind of project I'm building?" After this guide, you should be able to answer that more confidently and move through the ecosystem in a more deliberate order.

If you're not yet certain Payload is the right CMS for your project, the CMS picker tool asks 10 questions about your website type, team, and budget and gives you a practical recommendation across WordPress, Webflow, Shopify, Sanity, Contentful, and Payload. For a full breakdown of what a Payload CMS project actually costs — plugins, hosting, and custom development — the Payload CMS pricing guide covers every variable, including a video walkthrough. For a project-specific budget estimate, use the Payload CMS cost estimator. And if you want to see a production Payload admin in action before committing, explore the live Payload CMS demos.

Let me know in the comments if you have questions, and subscribe for more practical development guides.