DocsGetting startedInstallation

Installation

Get the CascadeKit CLI running and add your first section in under a minute.

Prerequisites

  • A Shopify theme on Online Store 2.0 (Dawn or similar).
  • Node.js 18 or newer.
  • Tailwind CSS configured in your theme.

Install the CLI

Install CascadeKit globally with npm:

$ npm install -g cascadekit

Prefer not to install? Every command also works with npx:

$ npx cascadekit@latest --help

Tip

You don't need a global install — npx cascadekit add … works on demand.

Authenticate

Link your license so the CLI can pull premium sections:

$ cascadekit login

Next steps