Install
$ agentstack add mcp-uixhero-gunjo ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
@gunjo/ui
[](https://www.npmjs.com/package/@gunjo/ui) [](./LICENSE)
English · [日本語](./README.ja.md)
A design system from UIXHERO — see the live component gallery.
> ⚠️ Pre-1.0. The current 0.1.0-beta.x line is the first public beta. Until the 1.0.0 stable release the public API may change — pin your version and check the [CHANGELOG](./CHANGELOG.md) before upgrading.
Gunjo (群青) is an SSOT-driven React + Tailwind design system — 200+ components whose pen design source, React source, and docs are verified to stay in sync, and which are built to be used as comfortably by AI agents as by people.
"Becoming" — about the name
Gunjo (群青) is a deep ultramarine from the traditional palette of Japanese color names. But the name points at a color not yet blue — becoming blue: the sky before dawn, ink before it dries. Not a finished blue, but one on its way there — a symbol of growth and open possibility. That becoming is the stance of the whole project: built in the age of AI, never quite finished, always arriving. The primary 群青 (ultramarine) is grounded by a warm 媚茶 (kobicha) accent — the earth that supports the becoming.
Why Gunjo
- One source of truth, enforced. Every shipped component is checked across three axes — design source (
.pen), implementation (src/), and documentation — by an automated drift pipeline (npm run design:verify). Tokens, variants, and visuals can't silently diverge. - Organized by what you build. Components are grouped by function — Inputs · Display · Charts · Feedback · Navigation · Overlay · Layout — not by abstract tiers. All Radix-based, with accessibility (ARIA, keyboard) and dark mode built in.
Tested by AI that had never seen it
Gunjo's components weren't picked by intuition. They were found by failure.
We ran 170 cold tests. Each one hands an AI agent only the published npm package and the public docs — no source access, no prior context — and asks it to build a real screen from a real industry: taxi dispatch, medication administration, flight operations, insurance claims, freight billing. Then we record what it couldn't find, what it hand-rolled anyway, and where it got it wrong.
When three independent screens hand-rolled the same missing thing, we built it. That rule produced 26 of the components in this library. Ideas that never hit three stayed out.
Every round is public — including the bad ones. One screen scored 5/5; another scored 2.5/5 and was the most useful run we did, because it mapped what was missing:
The finding that shaped the whole system: an agent that has never seen your library is an honest inspector. It has no reason to flatter you. Wherever it hand-rolls something, you have a gap — and the hand-rolled code is a precise map of it.
AI-consumable by design
Gunjo treats "an agent will read and use this" as a first-class requirement, not an afterthought:
- Single typed entry point — every public API is re-exported from
src/index.ts, soimport { Button, Card } from '@gunjo/ui'is all an agent (or a person) needs to discover the surface. - SSOT pipeline — machine-readable component metadata (
design/*-metadata.json) describes every component's variants and tokens. - AI-handoff surface — a dedicated handoff section (
/ai-handoffin the docs, with MCP and Figma guides) for agents to pick up the system. (A published Figma library and an MCP server are on the roadmap.)
Quick start
npm install @gunjo/ui
// components
import { Button, Input, Card } from '@gunjo/ui';
// styles
import '@gunjo/ui/styles';
// tailwind preset
import gunjoPreset from '@gunjo/ui/tailwind-preset';
> Install & import: npm install @gunjo/ui — the package ships compiled ESM + types from dist/ (with "use client" boundaries preserved), so no transpilePackages / bundler config is needed on Next.js or Vite. See [docs/adoption.md](./docs/adoption.md).
Adopting Gunjo in another project
- [docs/adoption.md](./docs/adoption.md) — 5-minute install (start here)
- [docs/adoption-strategy.md](./docs/adoption-strategy.md) — distribution-format decision record
- [docs/migration-playbook.md](./docs/migration-playbook.md) — staged migration for existing apps
- [docs/dependencies.md](./docs/dependencies.md) — peer-dependency ranges and tested combinations
- [docs/versioning.md](./docs/versioning.md) — semver policy and breaking-change rules
Extending Gunjo
- [docs/component-addition.md](./docs/component-addition.md) — add a component across the SSOT three axes (pen + source + docs)
Documentation site
npm install
npm run dev # http://localhost:13030
The docs site dogfoods @gunjo/ui and is the canonical reference for every component, token, and pattern.
How Gunjo was built
Gunjo is built on a simple division of labor — the kind we expect to become commonplace before long:
- A human sets the philosophy and direction — what to build, what matters, the aesthetic, every judgment call.
- The system is built in collaboration with Claude — implementation, exhaustive audits (accessibility, design tokens, visual drift across every component), and fast iteration.
- And it is designed to be consumed by AI — a single typed entry point, an SSOT pipeline, and an AI-handoff surface, so agents can read and use it as easily as people can.
This is not "an AI made a component library." It is one person setting the vision and iterating, in tight loops, with an AI partner — and being transparent about it, because we think that's the honest (and increasingly normal) way software gets made.
Contributing & security
- [CONTRIBUTING.md](./CONTRIBUTING.md) — workflow, PRs, the SSOT three-axis flow
- [SECURITY.md](./SECURITY.md) — vulnerability reporting and supported versions
- [CHANGELOG.md](./CHANGELOG.md) — release history
- [CLAUDE.md](./CLAUDE.md) — issue-driven working agreement (open an issue before non-trivial work)
Work is tracked on GitHub Issues.
License
[MIT](./LICENSE) © 2026 4px LLC · built by UIXHERO
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: uixhero
- Source: uixhero/gunjo
- License: MIT
- Homepage: https://gunjo.jp
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.