For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Dev Portal
DocsAPI ReferenceLearnCommunityChangelog
DocsAPI ReferenceLearnCommunityChangelog
  • Overview
    • Quick Start
    • Sandboxes
    • Tools & SDKs
    • Support
  • Docs
      • Getting Started
        • Overview
          • Prerequisites
          • Manual Installation
          • Environment Variables
          • Optimization
          • Sessions
          • Session Sync
          • Middleware
          • CDN and Images
          • Caching
    • Archive
    • Closed Beta Programs
Dev Portal
LogoLogo
On this page
  • Node.js version 24.x
  • Corepack-enabled pnpm
  • Git version 2.35.x or later
  • A BigCommerce store or sandbox
  • Permission to create API accounts on your store
  • A GitHub account
DocsStorefrontCatalystDevelopment

Prerequisites

Was this page helpful?
Previous

Customer Group Component

Next

Manual Installation

Built with

Before you begin, ensure you have met the prerequisites listed below on your local machine.

Node.js version 24.x

Catalyst currently supports Node.js version 24.x (click here to download Node.js)

Corepack-enabled pnpm

Node.js version 24.x ships with Corepack by default; you should be able to run corepack enable from your terminal to meet this prerequisite (more information on the official Node.js Corepack documentation)

Git version 2.35.x or later

Click here to download Git

A BigCommerce store or sandbox

You can create a trial store or spin up a developer sandbox to meet this prerequisite. If you already have a BigCommerce store, that will work fine too.

Permission to create API accounts on your store

In order to allow Catalyst to authenticate with your BigCommerce store, you’ll need to make sure that your user account on the subject store has been granted the Create store-level API Accounts permission detailed in our documentation on High-Risk Permissions. If you are the assigned store owner of the store, you have these permissions implicitly.

A GitHub account

You can sign up for a free GitHub account on the official GitHub signup page.