You can easily keep blog posts in markdown which are VERY easy to render in React, but when it comes to CMS I can recommend https://strapi.io/ which is open source and free if you host it on your own serwer There is also https://www.contentful.com/ which has free tier :). - Source: Reddit / 12 days ago
Sanity is quite possibly the wrong tool for this job. You will hit a hard wall as soon as you look into how to authenticate the hundreds of users, too. A sanity dataset is by default accessible to all users, ACL are organisation oriented and an enterprise feature. Look into strapi (https://strapi.io/) or something similar as a backend and create an authenticated UI to let users edit content. - Source: Reddit / 13 days ago
A few screens down at https://strapi.io/ there's a list of big-name clients. - Source: Reddit / 17 days ago
For some extra learning, I would recommend looking into something like strapi.io , and use this as headless cms. - Source: Reddit / 20 days ago
Would suggest a cms framework, have you checked on strapi? https://strapi.io/ easy without much coding needed (according to project needs ofc). - Source: Reddit / 25 days ago
In this React admin panel tutorial, we will be creating an admin application with refine that will be built with ChakraUI, an enterprise-level React component library, and Strapi, a popular backend service, as its backend provider. - Source: dev.to / 25 days ago
You could use Strapi or another headless CMS. - Source: Reddit / 28 days ago
Strapi is a popular open-source headless CMS built using Node. It is flexible and has an intuitive UI. The refine ecosystem has data providers for the most popular content management systems, such as Strapi, and cloud databases like Firebase and Supabase. - Source: dev.to / about 1 month ago
If you made a headless website or e-commerce, you've run into the issue that it didn't immediately refresh live after you changed your content? Relax; you're not alone! I've been working on a cool MedusaJS project, and we had the problem that our SEO experts were working in Strapi and didn't see their changes... Annoying when there are some minor or important edits you want to see live/in realtime. - Source: dev.to / about 1 month ago
Strapi is an open-source headless CMS (Content Management System) that allows you to quickly create and maintain RESTful JavaScript APIs. Strapi helps create simple and complex back-ends, either as an individual or an organization. Strapi is built on NodeJS, which provides high performance in processing large amounts of requests simultaneously. - Source: dev.to / about 1 month ago
This. I used to use Strapi but then PayloadCMS become open source. Migrated and never look back. - Source: Reddit / about 2 months ago
Another similar one to pocketbase is strapi which is self hosted and has a really great backend plus a good amount of plugins to extend functionality such as graphql. - Source: Reddit / about 2 months ago
Strapi is an open source, headless CMS designed to build and manage online stores. It is built on Node.js and offers a flexible and scalable way to create and manage content for Ecommerce websites. - Source: dev.to / about 2 months ago
Strapi is a popular open-source headless CMS built using JavaScript. It has an intuitive, customizable UI for creating content. While writing this article, Strapi's cloud hosting platform is still in beta. Therefore, you need to self-host your Strapi project at the moment. Strapi has several out-of-the-box integrations for some of the most popular tools and frameworks. - Source: dev.to / about 2 months ago
Strapi is the leading open-source headless CMS based on NodeJS, and its projects can vary a lot between themselves, but also Kubernetes provides a lot of flexibility. Therefore, it's worth investing some time in the best practices to integrate them. - Source: dev.to / about 2 months ago
These aren't exactly what you're asking for, but worth considering: Pocketbase or maybe something like strapi. - Source: Reddit / about 2 months ago
If you want a super simple, fast, easy and basic crud project, you can use strapi…it basically contentful, more of a CMS that you can have it handle backend data/logic and build front end apps for. https://strapi.io. - Source: Reddit / 2 months ago
When a new blog post is published with Strapi, Kick off GitHub Actions to deploy blog Republish Blog post to Hashnode, Dev.to and Medium Update my content calendar with the URL and set to Published Add post to my keyword tracking spreadsheet. - Source: dev.to / about 2 months ago
Learn some type of way to manage content using a content management system (CMS). The most common is WordPress (unfortunately it kind of sucks to develop in) but then there's new stuff like Strapi and Contentful, both solid. - Source: Reddit / 2 months ago
Both WordPress and Strapi - Open source Node.js Headless CMS 🚀 are well-liked choices for creating a website or application's back end, but their features and use cases differ significantly. - Source: Reddit / 2 months ago
Strapi is an open-source headless CMS. It enables the creation of configurable APIs in any frontend application. Strapi is simple to use since it allows you to create versatile APIs with unique features that you'll appreciate. - Source: dev.to / 2 months ago
Do you know an article comparing Strapi to other products?
Suggest a link to a post with product alternatives.