wire-ui

mcp
Security Audit
Fail
Health Warn
  • License รขโ‚ฌโ€ License: MIT
  • Description รขโ‚ฌโ€ Repository has a description
  • Active repo รขโ‚ฌโ€ Last push 0 days ago
  • Low visibility รขโ‚ฌโ€ Only 5 GitHub stars
Code Fail
  • rm -rf รขโ‚ฌโ€ Recursive force deletion command in apps/docs/package.json
Permissions Pass
  • Permissions รขโ‚ฌโ€ No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

๐Ÿค– The AI-native unstyled primitives framework, Compound component, Zero CSS

README.md

Wire UI

Wire UI

AI-native unstyled primitives framework. Headless, compound components with zero CSS.

@wire-ui/react npm version @wire-ui/vue npm version @wire-ui/solid npm version MIT license


Overview

Wire UI is an AI-native, headless component library. Every component ships with zero CSS โ€” interactive states are exposed through data-* attributes so you style them exactly the way you want, using Tailwind, CSS Modules, plain CSS, or any other approach. AI-integrated docs with llms.txt and machine-readable API references make it built for AI-assisted workflows.

<Button
  className="px-4 py-2 rounded-lg bg-indigo-600 text-white
    [data-hover]:bg-indigo-700
    [data-active]:scale-95
    [data-focus-visible]:ring-2 [data-focus-visible]:ring-indigo-500
    [data-disabled]:opacity-40 [data-disabled]:cursor-not-allowed"
>
  Save changes
</Button>

Packages

Package Version Description
@wire-ui/react npm AI-native unstyled component library (React 19)
@wire-ui/vue npm AI-native unstyled component library (Vue 3)
@wire-ui/solid npm AI-native unstyled component library (SolidJS 1.9)
@wire-ui/mcp npm MCP server for AI-assisted Wire UI workflows

Repository structure

wire-ui/
โ”œโ”€โ”€ apps/
โ”‚   โ””โ”€โ”€ docs/          # Nextra v4 documentation site
โ””โ”€โ”€ packages/
    โ”œโ”€โ”€ react/         # @wire-ui/react โ€” React 19 component library
    โ”œโ”€โ”€ vue/           # @wire-ui/vue โ€” Vue 3 component library
    โ”œโ”€โ”€ solid/         # @wire-ui/solid โ€” SolidJS 1.9 component library
    โ””โ”€โ”€ mcp/           # @wire-ui/mcp โ€” MCP server for AI integration

Documentation

Full documentation is available at wire-ui.com.

Community

Authors

Contributing

See the contributing guide for local development instructions and pull request guidelines.

License

MIT License ยฉ 2025 Wire UI. See LICENSE for details.

Reviews (0)

No results found