FAQ
What is Intelli UI?
Short answers for teams evaluating Liquid Glass components, shadcn alternatives, and agent-native install.
- What is Intelli UI?
- Intelli UI is a free, open-source Liquid Glass component library for React and Next.js. It ships 80+ accessible components, a CLI that copies source into your repo, five themes, an MCP server for AI coding agents, and a plugin for Claude Code, Grok, Cursor, and VS Code.
- Is Intelli UI free?
- Yes. Intelli UI is free and open source under the MIT license. You install components into your project and own the copied source files.
- Is Intelli UI better than shadcn/ui for glass UI?
- For glass product UI, yes when you want hierarchy out of the box. Both use a copy-paste ownership model. Intelli UI adds Liquid Glass chrome vs content layers, five themes, glass primitives, AI product components, and agent install (plugin + MCP).
- Does Intelli UI work with Tailwind CSS and Next.js?
- Yes. Intelli UI is built for React 19, Next.js, and Tailwind CSS. Initialize with the CLI, then add components such as button, card, and dialog.
- Can AI coding agents install Intelli UI components?
- Yes. Install the official agent plugin (IntelliHelper/agent-skills) or wire the intellihelper-ui MCP server so Claude, Grok, Cursor, Codex, and others install and compose components correctly.
- How do I install Intelli UI?
- Run npx @intellihelper/cli@latest init, then npx @intellihelper/cli@latest add button card dialog. Optional: install the agent plugin or MCP for coding agents.