Overview

Wingsuit apps integrate your Design System into your application or CMS. Right now Wingsuit supports three app types.

  1. Storybook
  2. CMS
  3. Drupal
  4. Pages

Installation

To create a new app run:

yarn ws generate-app

The wizard will ask you for the app type and the path to the app. To configure your app open your wingsuit.config.js and adjust your config. Checkout the apps section under configuration.

Start an app

To start an app in dev mode run

yarn ws dev APP_NAME

With ws build you can build your app.

yarn ws build APP_NAME
NEXT
UI Patterns
Learn how wingsuit leverages UI patterns.
Presentation templates
Learn how to create storybook preview pages for your components.