New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@framingui/core

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@framingui/core

Core design system pipeline: Theme -> Blueprint -> Screen (~800 LOC)

latest
Source
npmnpm
Version
0.4.11
Version published
Maintainers
1
Created
Source

@framingui/core

Core theme, token, and screen-generation utilities for FramingUI.

Use this package when you need the lower-level building blocks behind the MCP workflow or want to integrate FramingUI data structures into custom tooling.

Install

pnpm add @framingui/core

Example

import { loadTheme } from '@framingui/core';

const theme = loadTheme('minimal-workspace');
console.log(theme.id);

Use Cases

  • loading FramingUI themes and tokens
  • resolving screen definitions
  • building internal tools on top of FramingUI contracts
  • sharing the same theme and layout primitives used by @framingui/mcp-server

If your goal is to build production UI with an AI agent, start with @framingui/mcp-server rather than using @framingui/core directly.

Docs

  • framingui.com/docs/api/core
  • framingui.com/docs/layout

License

MIT

FAQs

Package last updated on 20 May 2026

Related posts