Easiest to integrate CMS?

Thinking about starting a project that requires a ton of markdown files to be edited from multiple places, Needing a CMS to achieve what I'm looking to do but can't figure out which one I should opt for since I haven't had much experience with using CMS combined with T3, Does anybody have any recommendations for something that works well with typescript?
8 Replies
Unknown User
Unknown User3y ago
Message Not Public
Sign In & Join Server To View
Del
DelOP3y ago
Seen sanity suggested in the past, will have a poke around, cheers
Dave
Dave3y ago
Directus, Payload, Keystone and Strapi are also strong candidates. Payload is pretty new and looks very promising but is MongoDB only which is why I have not used it. Directus and Strapi are one of the most used HeadlessCms with a strong community (Strapi is more famous than Directus) I would have used Strapi but its harder to setup with Prisma because it not so easy to use with an existing database and you cant easily add tables in a Prisma schema and use it in Strapi without adding configuration for Strapi to recognize the tables. So I used Directus which can be added to an existing Database much easier (wont delete tables on setup) and you can just define your database with the Prisma schema (for example add tables) and it will be available in Directus. Only for better displaying inside the Directus Dashboard it can be useful to configure the tables inside the Directus Dashboard. (Which columns can be edited, displayed, how to display it and so on) Keystone 6 looks promising because it can be integrated in a Nextjs project without running a extra service (they have a article about that). Also they use Prisma internally and provide a Graphql Api out of the box.
Del
DelOP3y ago
Ooh, keystone sounds cool. might have a play with that aswell, cheers.
Unknown User
Unknown User3y ago
Message Not Public
Sign In & Join Server To View
Dave
Dave3y ago
If only they could provide postgres or mysql support :/
Unknown User
Unknown User3y ago
Message Not Public
Sign In & Join Server To View
Del
DelOP3y ago
Sanity

Did you find this page helpful?