Skip to content

strapi/LaunchPad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LaunchPad - Official Strapi Demo

LaunchPad

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:

  • A Strapi project with content-types and data already onboard
  • A Next.js client that's primed and ready to fetch the content from Strapi faster than you can say "blast off!"

🌌 Get started

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

🛠 Prerequisites

Before you take off, make sure you have the right env variables loaded for each part (rocket science at its best):

  • Strapi (example in ./strapi/.env.example):

    • STRAPI_ADMIN_CLIENT_URL=<url-of-nextjs>
    • STRAPI_ADMIN_CLIENT_PREVIEW_SECRET=<a-random-token>
  • Next.js (already in ./next/.env):

    • NEXT_PUBLIC_API_URL=<url-of-strapi>
    • PREVIEW_SECRET=<the-same-random-token-as-for-strapi>

1. Clone Launchpad

To infinity and beyond! 🚀 Clone the repo with this command:

git clone https://github.com/strapi/launchpad.git
  • Navigate to your project folder by running cd launchpad.

2. Start Strapi

Take a deep breath. It's time to power up the Strapi engines. Navigate to your ./my-projects/launchpad/strapi folder by running:

Navigate to your ./my-projects/launchpad/strapi folder by running cd strapi from your command line.

  • Run the following command in your ./launchpad/strapi folder:
yarn && yarn seed && yarn develop

This will install dependencies, sprinkle in some data magic, and run the server. (You can run these commands separately, but why not be efficient?)

🧑‍🚀 Credentials for your Crew:

Feel free to change these credentials if you’re worried aliens might hack your content! (jk)

3. Start Next.js

We're almost ready for lift-off! Next.js is your sleek, futuristic interface for getting all that glorious content out into the world. 🚀

Navigate to your ./my-projects/launchpad/next folder by running cd next from your command line.

  • Run the following command in your ./launchpad/next folder
yarn && yarn build && yarn start

This installs dependencies, builds your project, and starts your server. You’re now a spacefaring content master!

Features Overview ✨

User


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.
Media Library Upload images, video or any files and crop and optimize their sizes, without quality loss.
Flexible content management Build any type of category, section, format or flow to adapt to your needs.
Sort and Filter Built-in sorting and filtering: you can manage thousands of entries without effort.
User-friendly interface The most user-friendly open-source interface on the market.
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.

Global


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.
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.
Role-Based Access Control (RBAC): 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.
Internationalization (i18n): Internationalization (i18n) lets you create many content versions, also called locales, in different languages and for different countries.
Audit LogsThe Audit Logs section provides a searchable and filterable display of all activities performed by users of the Strapi application
Data transfer Streams your data from one Strapi instance to another Strapi instance.
Review Worfklows Create and manage any desired review stages for your content, enabling your team to collaborate in the content creation flow from draft to publication.

Resources

DocsDemoForumDiscordYoutubeStrapi Design SystemMarketplaceClou Free Trial

Todo

  • Implement the official Strapi SEO plugin
  • Implement the official Strapi preview plugin
  • Create localized content for the pricing plans and products
  • Populate creator fields when it'll work on Strapi 5 (article authors information are missing)

Customization

  • The Strapi application contains a custom population middleware in order to populate more data than what it is set by default. You can find it in the ./strapi/src/middlewares/deepPopulate.ts file.

  • The Strapi application contains a postinstall script that will regenerate an uuid for the project in order to get some anonuymous usage information concerning this demo. You can disable it by removing the uuid inside the ./strapi/packages.json file.

About

Official Strapi Demo application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages