You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/site/headless-cms/strapi.md
+28-29Lines changed: 28 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,63 +17,62 @@ images:
17
17
18
18
## Get started
19
19
20
-
Get started with Strapi using yarn or npx:
20
+
Get started with Strapi:
21
21
22
22
<br />
23
23
24
-
```bash
25
-
yarn create strapi-app my-project
26
-
```
27
-
28
-
```bash
29
-
npx create-strapi-app my-project
24
+
```sh
25
+
npx create-strapi-app@latest <my project>
30
26
```
31
27
32
28
<br />
33
29
34
-
Try also one of our [starters](https://github.com/strapi/starters-and-templates/tree/main/packages/starters) or [templates](https://github.com/strapi/starters-and-templates/tree/main/packages/templates)
30
+
Request a free [demo](https://strapi.io/demo)
35
31
36
32
<br />
37
33
38
-
## Features overview
34
+
## Product overview
39
35
40
36
### For Developers
41
37
42
38
<br />
43
39
44
-
**Multi-databases support** SQLite, MySQL, Postgres are supported, you just have to pick one of your choice.<br />
45
-
**GraphQL or RESTful** Consume the API from any client (React, Vue, Angular), mobile apps or even IoT, using REST or GraphQL.<br />
46
-
**100% Javascript** One language fits all. Use JavaScript from front to back.<br />
47
-
**Webhooks** Call back anywhere you need, to get the functionality you want, out of the box with our API.<br />
48
-
**Auto-generated documentation** Write and maintain the documentation with a one-click integration.<br />
49
-
**Authentication & Permissions** Secure your endpoints by allowing or not allowing users to
40
+
-**Multi-databases support**: SQLite, MySQL, Postgres are supported, you just have to pick one of your choice.<br />
41
+
-**GraphQL or RESTful**: Consume the API from any client (React, Vue, Angular), mobile apps or even IoT, using REST or GraphQL.<br />
42
+
-**100% Javascript**: One language fits all. Use JavaScript from front to back.<br />
43
+
-**Webhooks**: Call back anywhere you need, to get the functionality you want, out of the box with our API.<br />
44
+
-**Auto-generated documentation**: Write and maintain the documentation with a one-click integration.<br />
45
+
-**Authentication & Permissions**: Secure your endpoints by allowing or not allowing users to
50
46
access your API by roles.<br />
51
-
**TypeScript support** As developer, you will now be able to create and write lines of code using TypeScript files. All these files will be automatically compiled during the development phase.<br /><br />
-**Custom Fields (NEW)**: Extend Strapi’s capabilities by allow users to add new fields to content types for a better content edition experience (nicer display,
49
+
enriched data, more actions, etc).<br />
50
+
-**TypeScript support (NEW)**: As developer, you will now be able to create and write lines of code using TypeScript files. All these files will be automatically compiled during the development phase.<br /><br />
52
51
53
52
### For Users
54
53
55
54
<br />
56
55
57
-
**An intuitive, minimal editor** The editor allows you to pull in dynamic blocks of content. It’s 100% open-source, and it’s fully extensible.<br />
58
-
**Media Library** Upload images, video or any files and crop and optimize their sizes, without quality loss.<br />
59
-
**Flexible content management** Build any type of category, section, format or flow to adapt to your needs. <br />
60
-
**Sort and Filter** Built-in sorting and filtering: you can manage thousands of entries without effort.<br />
61
-
**User-friendly interface** The most user-friendly open-source interface on the market.<br />
62
-
**SEO optimized** Easily manage your SEO metadata with a repeatable field and use our Media Library to add captions, notes, and custom filenames to optimize the SEO of media assets.<br /><br />
56
+
-**An intuitive, minimal editor**: The editor allows you to pull in dynamic blocks of content. It’s 100% open-source, and it’s fully extensible.<br />
57
+
-**Media Library**: Upload images, video or any files and crop and optimize their sizes, without quality loss.<br />
58
+
-**Flexible content management**: Build any type of category, section, format or flow to adapt to your needs. <br />
59
+
-**Sort and Filter**: Built-in sorting and filtering: you can manage thousands of entries without effort.<br />
60
+
-**User-friendly interface**: The most user-friendly open-source interface on the market.<br />
61
+
-**SEO optimized**: Easily manage your SEO metadata with a repeatable field and use our Media Library to add captions, notes, and custom filenames to optimize the SEO of media assets.<br /><br />
63
62
64
63
### Global
65
64
66
65
<br />
67
66
68
-
[Customizable API](https://strapi.io/features/customizable-api): Automatically build out the schema, models, controllers for your API from the editor. Get REST or GraphQL API out of the box without writing a single line of code.<br />
69
-
[Media Library](https://strapi.io/features/media-library): The media library allows you to store your images, videos and files in your Strapi admin panel with many ways to visualize and manage them.<br />
70
-
[Role-Based Access Control (RBAC)](https://strapi.io/features/custom-roles-and-permissions): Role-Based Access Control is a feature available in the Administration Panel settings that let your team members have access rights only to the information they need.<br />
71
-
[Internationalization (i18n)](https://strapi.io/features/internationalization): Internationalization (i18n) lets you create many content versions, also called locales, in different languages and for different countries.<br />
72
-
[SSO (Enterprise)](https://strapi.io/blog/v3-5-sentry-plugin-sso-authentication): SSO authentication feature for the Strapi admin panel, which lets enterprises connect Strapi to their authentication providers and protocols such as Active Directory, Okta, Auth0, Keycloak, OAuth etc...
67
+
-[Customizable API](https://strapi.io/features/customizable-api): Automatically build out the schema, models, controllers for your API from the editor. Get REST or GraphQL API out of the box without writing a single line of code.<br />
68
+
-[Media Library](https://strapi.io/features/media-library): The media library allows you to store your images, videos and files in your Strapi admin panel with many ways to visualize and manage them.<br />
69
+
-[Role-Based Access Control (RBAC)](https://strapi.io/features/custom-roles-and-permissions): Role-Based Access Control is a feature available in the Administration Panel settings that let your team members have access rights only to the information they need.<br />
70
+
-[Internationalization (i18n)](https://strapi.io/features/internationalization): Internationalization (i18n) lets you create many content versions, also called locales, in different languages and for different countries.<br />
71
+
-[SSO (Enterprise)](https://strapi.io/blog/v3-5-sentry-plugin-sso-authentication): SSO authentication feature for the Strapi admin panel, which lets enterprises connect Strapi to their authentication providers and protocols such as Active Directory, Okta, Auth0, Keycloak, OAuth etc...
73
72
<br />
74
-
[Dark Mode](https://strapi.io/blog/strapiconf-2022-announcements-recap): You will be able to easily switch between the dark and the light mode through the user profile section in the administration panel.
73
+
-[Dark Mode](https://strapi.io/blog/strapiconf-2022-announcements-recap): You will be able to easily switch between the dark and the light mode through the user profile section in the administration panel.
75
74
<br />
76
-
[In-app marketplace](https://strapi.io/blog/strapiconf-2022-announcements-recap): Everything you love about the marketplace directly in Strapi. Now you can find all the plugins you need right in the app.
75
+
-[In-app marketplace](https://strapi.io/blog/strapiconf-2022-announcements-recap): Everything you love about the marketplace directly in Strapi. Now you can find all the plugins you need right in the app.
0 commit comments