Skip to main content

Copy. Paste. Ship.

Production-ready React layouts. Zero dependencies, zero wrappers. Copy-paste directly into your project.

Simple Signup

A registration form with name, email, and password fields.

Create an account

Enter your details below to create your account

Already have an account? Sign in

Signup with Social

A registration form with social providers and email.

Create an account

Sign up to get started with NachUI

or continue with email
Must be at least 8 characters

By clicking continue, you agree to our Terms of Service and Privacy Policy.

Connect it once.Your agent gets the whole catalog.

Point any MCP client at the server and your agent can list the catalog, pull the real source of a component and read the docs before it writes a line. Same copy and paste as always, without the part where it invents a component that does not exist.

mcp.json

{  "mcpServers": {    "nachui": {      "command": "npx",      "args": ["-y", "nachui-mcp"]    }  }}
  • list_componentsEvery component in the registry, with the npm packages it needs.
  • get_componentThe source of one component, the same file you would copy by hand.
  • search_docsSemantic search across the documentation, in English or Spanish.
  • get_docA full docs page as markdown, for when a snippet is not enough.

Nothing is installed and nothing runs in the background. Four read-only tools over the same registry the docs use.

MIT

Ctrl+I