Packages
Most apps only install @airframeui/core. It pulls in @airframeui/tokens. The other packages are optional tooling. Public npm packages and IntelliSense for Airframe share one version.
npm install @airframeui/coreThen import the CSS — Installation. No bundler? Use the CDN file.
Inventory
Section titled “Inventory”| Package | Role | Links |
|---|---|---|
@airframeui/core | Airframe UI Core — layouts, patterns, utilities, and AI catalogs | Docs · npm |
@airframeui/tokens | Airframe UI Tokens — CSS variables, JSON, and typed exports. Installed with core. | Docs · npm |
@airframeui/theme | Airframe UI Theme — generate, map, and lint CSS from design-token files | Docs · npm |
@airframeui/mcp | Airframe UI MCP — npx server for pattern search, markup validation, token lookup, and theme mapping | Docs · npm |
airframe-intellisense | Airframe UI IntelliSense for tokens and classes. Visual StudioCode Marketplace, not npm. | Docs · Marketplace |
npm org: npmjs.com/~airframeui.
Related
Section titled “Related”- Installation — get the CSS in the project
- Airframe MCP — coding agents via
npx, no extra package - Theming — CSS variables;
@airframeui/themeonly when mapping a foreign token file - IntelliSense for Airframe