🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable, and developer-first.
The leading open-source headless CMS, 100% JavaScript/TypeScript, flexible and fully customizable.
Strapi Community Edition is a free and open-source headless CMS enabling you to manage any content, anywhere.
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
or
npx create-strapi@latest
This command generates a brand new project with the default features (authentication, permissions, content management, content type builder & file upload).
Enjoy 🎉
Complete installation requirements can be found in the documentation under Installation Requirements.
Supported operating systems:
OS | Recommended | Minimum |
---|---|---|
Ubuntu | 24.04 | LTS |
Debian | 11 | LTS |
RHEL | 9 | LTS |
macOS | 14 | 12 |
Windows Desktop | 11 | 10 |
Windows Server | No Support | No Support |
Docker | N/A | N/A |
(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 |
---|---|---|
5.0.0 and up | 20.x | 18.x |
4.14.5 and up | 20.x | 18.x |
4.11.0 and up | 18.x | 16.x |
4.3.9 to 4.10.x | 18.x | 14.x |
4.0.x to 4.3.8 | 16.x | 14.x |
Database:
Database | Recommended | Minimum |
---|---|---|
MySQL | 8.0 | 8.0 |
MariaDB | 11.2 | 10.3 |
PostgreSQL | 16.0 | 14.0 |
SQLite | 3 | 3 |
We recommend always using the latest version of Strapi stable to start your new projects.
You can unlock additional features such as SSO, Audit Logs, Review Workflows in Strapi Cloud or Strapi Enterprise.
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.