
By Strapi Team
Welcome aboard LaunchPad, the official Strapi demo application, where we launch your content into the stratosphere at the speed of "we-can't-even-measure-it!". This repository contains the following:


Welcome aboard LaunchPad, the official Strapi demo application, where we launch your content into the stratosphere at the speed of "we-can't-even-measure-it!". This repository contains the following:
Strap yourself in! You can get started with this project on your local machine by following the instructions below, or you can request a private instance on our website
Don't have Yarn installed? You can enable it via Node.js Corepack:
corepack enableOr install it globally via npm:
npm install -g yarn
To infinity and beyond! Clone the repo and install root dependencies:
git clone https://github.com/strapi/launchpad.git
cd launchpad
yarn installRun the setup script to install dependencies in both projects (Strapi and Next.js) and copy the environment files:
yarn setupPopulate your Strapi instance with demo content:
yarn seedLaunch both Strapi and Next.js concurrently from the root:
yarn devThis starts the Strapi server first, waits for it to be ready, then starts the Next.js frontend. You're now a spacefaring content master!
Visit http://localhost:1337/admin to create your first Strapi user, and http://localhost:3000 to discover your space rocket website.
Docs • Discord • YouTube • Strapi Design System • Marketplace • Cloud Free Trial
The Strapi application contains a custom population middlewares in every api route.
The Strapi application contains a postinstall script that will regenerate an uuid for the project in order to get some anonymous usage information concerning this demo. You can disable it by removing the uuid inside the ./strapi/packages.json file.
The Strapi application contains a patch for the @strapi/admin package. It is only necessary for the hosted demos since we automatically create the Super Admin users for them when they request this demo on our website.
Share your work with the community and get it listed in the Strapi ecosystem for everyone to discover and use.
Submit
