Best headless CMS for t3-stack?

Hey, Im currently looking in to which headless CMS i want to implement with the t3-stack, do you guys have any recommendations?
6 Replies
Matvey
Matvey8mo ago
keystatic
WiZtEk
WiZtEk8mo ago
Decap
Jean
Jean8mo ago
I've recently heard good things about Payload CMS (https://payloadcms.com/). It's open-source, can generate TypeScript types, and can even be configured using TypeScript (e.g., the schema).
WiZtEk
WiZtEk8mo ago
The v3.0 uses nextjs too But its still in beta
Jean
Jean8mo ago
Awesome! I didn't know that.
Çreative
Çreative8mo ago
We're using DatoCMS at work. You can add a script to your package.json that generates typescript models from your DatoCMS schema. You can query the content with GraphQL. We used it for https://www.spuntini.be.

Did you find this page helpful?