Download

Get UiCraft — a pure-CSS component library with utility classes and design tokens.

CDN

Include uicraft directly via CDN — no build step, no install.

Available Now

Drop a single <link> tag into your HTML and you're ready to go.

jsDelivr

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@uicraft/core/uicraft.min.css">

unpkg

<link rel="stylesheet" href="https://unpkg.com/@uicraft/core/uicraft.min.css">

npm

Install uicraft as a package and import the CSS in your build.

Available Now
npm install @uicraft/core

Then import the stylesheet in your entry file:

import '@uicraft/core/uicraft.min.css';
View on npm

Download ZIP

Download a pre-built ZIP with compiled CSS, minified CSS, theme files, and a readme.

Available Now

Download the compiled bundle — ready to drop into any project. No build step required.

uicraft.css expanded CSS bundle (~70 KB)
uicraft.min.css minified CSS bundle (~58 KB)
theme-manifest.json theme definitions
themes/ individual theme JSON files
Download ZIP

Source Files

Clone the repository and build UiCraft from source.

bash
Available Now

Clone the GitHub repository to access source files, Sass/SCSS, and build scripts. Requires Node.js.

View on GitHub
# Clone the repository
git clone https://github.com/tarasenko-by/UiCraft.git
cd UiCraft

# Install dependencies
npm install

# Build the CSS
npm run build

Next Steps

Get up and running with UiCraft.