Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Strapi | 54,224 | 221 | 113 | a day ago | 281 | May 11, 2022 | 400 | other | JavaScript | |
🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript, fully customizable and developer-first. | ||||||||||
Payload | 10,638 | 5 | 20 | 9 hours ago | 248 | September 24, 2022 | 42 | mit | TypeScript | |
Built with React + TypeScript, Payload is a free and open-source Headless CMS. [✩Star] if you support our work! | ||||||||||
Relax | 8,286 | 2 years ago | 80 | gpl-3.0 | JavaScript | |||||
New generation CMS on top of React, Redux and GraphQL | ||||||||||
Doracms | 3,151 | 2 years ago | 17 | mit | JavaScript | |||||
DoraCMS是基于Nodejs+eggjs+mongodb编写的一套内容管理系统,结构简单,较目前一些开源的cms,doracms易于拓展,特别适合前端开发工程师做二次开发。 | ||||||||||
Content | 2,527 | 85 | a day ago | 38 | September 15, 2022 | 272 | mit | TypeScript | ||
The file-based CMS for your Nuxt application, powered by Markdown and Vue components. | ||||||||||
Quokka | 2,225 | 4 years ago | 13 | July 23, 2018 | 74 | other | Python | |||
LOOKING FOR NEW MAINTAINER - Quokka is a Content Management System - `docker run --rm -it -p 5000:5000 quokka/quokka` | ||||||||||
Cezerin | 2,000 | 8 months ago | 4 | February 24, 2018 | 166 | mit | JavaScript | |||
Cezerin is React and Node.js based eCommerce platform. | ||||||||||
Squidex | 1,936 | 4 | 2 | 2 days ago | 125 | September 20, 2022 | 4 | mit | C# | |
Headless CMS and Content Managment Hub | ||||||||||
Calipso | 1,735 | 2 | 6 years ago | 50 | January 07, 2015 | 45 | JavaScript | |||
Calipso is a simple NodeJS content management system based on Express, Connect & Mongoose. | ||||||||||
Nodepress | 1,174 | 5 months ago | 11 | mit | TypeScript | |||||
🟢 RESTful API service for https://surmon.me blog, powered by @nestjs |
The most advanced open-source headless CMS to build powerful APIs with no effort.
Strapi is a free and open-source headless CMS delivering your content anywhere you need.
Read the Getting Started tutorial or follow the steps below:
Install Strapi with this Quickstart command to create a Strapi project instantly:
yarn create strapi-app my-project --quickstart
or
npx create-strapi-app my-project --quickstart
This command generates a brand new project with the default features (authentication, permissions, content management, content type builder & file upload). The Quickstart command installs Strapi using a SQLite database which is used for prototyping in development.
Enjoy
Complete installation requirements can be found in the documentation under Installation Requirements.
Supported operating systems:
(Please note that Strapi may work on other operating systems, but these are not tested nor officially supported at this time.)
Node:
Strapi only supports maintenance and LTS versions of Node.js. Please refer to the Node.js release schedule for more information. NPM versions installed by default with Node.js are supported. Generally it's recommended to use yarn over npm where possible.
Strapi Version | Recommended | Minimum |
---|---|---|
4.3.9 and up | 18.x | 14.x |
4.0.x to 4.3.8 | 16.x | 14.x |
Database:
Database | Recommended | Minimum |
---|---|---|
MySQL | 8.0 | 5.7.8 |
MariaDB | 10.6 | 10.3 |
PostgreSQL | 14.0 | 11.0 |
SQLite | 3 | 3 |
We recommend always using the latest version of Strapi stable to start your new projects.
Please read our Contributing Guide before submitting a Pull Request to the project.
For general help using Strapi, please refer to the official Strapi documentation. For additional help, you can use one of these channels to ask a question:
Follow our migration guides on the documentation to keep your projects up-to-date.
Check out our roadmap to get informed of the latest features released and the upcoming ones. You may also give us insights and vote for a specific feature.
See our dedicated repository for the Strapi documentation, or view our documentation live:
See for yourself what's under the hood by getting access to a hosted Strapi project with sample data.
See the LICENSE file for licensing information.