Getting Started

Installation

How to configure and initialize the Static UI code generation workspace engine inside your project.


1Run the Initialization Script

Execute our public scoped setup binary framework to prompt your visual layout manager and generate your system canvas configuration profile file.

$pnpm dlx static-ui init

2Verify Config Schema Generation

The initialization loop generates a static.json mapping configuration at the root of your folder structure. This schema handles your exact utility paths and configuration properties.

3Inject Component Primitives

With your configuration sealed in place, use the add command argument to write code files directly into your specified layouts.

$pnpm dlx static-ui add button