Helix

Installation

Get Helix running in your project in under five minutes. This guide covers requirements, installation and the one config file you'll touch.

Requirements

Helix runs anywhere Node 18+ does. Before you start, make sure you have:

Install the package

Add Helix and its peer dependencies with your package manager of choice:

$ npm install helix-ui @helix/core

Configuration

Helix reads a single helix.config.js at your project root. Every option is optional — these are the defaults:

Option Type Default
theme string "system"
prefix string "hx-"
strict boolean false
outDir string "./dist"

Next steps

You're set up. From here, most people head to theming or pull in their first components.