EXOFRAME DOCS :: LOCAL COMPONENT LIBRARY
// DASHEN UI KIT — DOCS SITE

LOCAL UI LIBRARY

Components, palettes, article typography, print output, HTML PPT, and the Codex skill all share the EXOFRAME rules.

dashen-ui-kit exposes typed runtime helpers and local CSS layers.

Fonts, Prism, GSAP, docs, deck templates, and skill assets stay local.

Run bun run skill:install to install $exoframe-ui.

// INSTALL

USAGE

terminalBASH
bun install
bun run dev
bun run check
bun run skill:install
// API

EXPORTS

app.tsTYPESCRIPT
import "dashen-ui-kit/styles.css";
import { initExoframeUI, palettes } from "dashen-ui-kit";

initExoframeUI();
console.log(palettes.map((palette) => palette.id));
// PALETTE

TOKENS

This docs site consumes the same palette gallery as the main showcase, so documentation is not a second design system.

// HTML PPT

DECK

HTML deck lives at docs/deck/exoframe-html-ppt.en.html and exports through print media instead of .pptx.