Installation

Getting started with CSEdge ui is designed to be completely frictionless. No heavy initializations—just run the CLI and get coding.

Quick Start

Run the initialization command directly from your terminal. No prior global installs or setup required.

npx @csedge-foundry/ui@latest my-app

The CLI will prompt you for a few preferences (TypeScript, Eslint, Layout variants) and immediately scaffold your native portfolio.

Manual Setup into Existing Projects

If you prefer adding the core devkit tooling to an existing Next.js or Vite project:

npm install @csedge-foundry/ui

Next Steps

Once installed, explore the CLI Reference to see how to inject templates, pull native UI components, or audit your architecture.