Installation
Use this page when you only need the shortest path to run apps/strapi locally.
Environment Variables
Strapi environment config lives in:
Strapi Schemas
Guidelines for creating and managing Strapi content type and component schemas.
Data Seeding
Data seeding gives every developer a working Strapi database without rebuilding the same pages, navigation, footer, roles, and demo content by hand.
Plugins
7 items
CMS Redirects
Editors manage URL redirects as content, without code or a redeploy. Redirects live in the Redirect collection (api::redirect.redirect) and are applied on the frontend by the Next.js redirects proxy.
Strapi Preview
Strapi preview lets editors check content before it is published. It is most useful for reviewing draft pages, localized updates, SEO fields, media, and page-builder changes in the same context where visitors will eventually see them.
Cron Jobs
Strapi's built-in cron runner schedules background tasks inside the Strapi process. The template wires it up in apps/strapi/config/server.ts and defines tasks in apps/strapi/config/cron-tasks.ts.
Docker Build
The Strapi Dockerfile builds a production runtime image for apps/strapi.