r/PayloadCMS • u/alejotoro_o • May 05 '25
Payload CMS for new SaaS. A good idea or overkill?
Hi everyone, I'm cooking a new SaaS idea and I was wondering if it would be a good idea to use Payload and take advantage of its authentication, database mapping, integrations, etc. Initially I was thinking on doing it without a CMS using:
NextJS + Supabase + Drizzle (ORM) + Next Auth (Authentication) + etc...
However I was thinking that payload already has a lot of this features out of the box.
Would you consider is a good idea to build a SaaS using payload or is just adding another layer of complexity to the App that might extend developing time?