# Pricing — UI Craft

There is no pricing. UI Craft is free and open source under the MIT licence.

## Free — the only tier

- **Price:** $0. No paid tier exists, and none is planned as a condition of using the tool.
- **Account required:** none. No sign-up, no email capture, no telemetry gate.
- **Limits:** none. No usage caps, no seat count, no rate limits.
- **Licence:** MIT. Fork it, vendor it, ship it in commercial work.

### What is included

- The `ui-craft` agent skill, plus 3 opt-in style variants
- 25 slash commands, grouped by rung: ask, direct, persist, enforce
- 31 design domain references, loaded on demand by the agent
- 52 deterministic gates: 38 anti-slop, 10 accessibility, 4 token-discipline
- A 0-100 design-quality score (`UICraftScore`), usable as a CI gate
- `ui-craft-detect`, a zero-dependency scanner that exits non-zero on findings
- An MCP server exposing 4 quality gates the agent can call mid-task
- 2 read-only review agents for design and accessibility
- The cross-harness `ui-craft` CLI installer

### Supported harnesses

Claude Code, Cursor, Codex, Gemini CLI, OpenCode. One installer wires whichever are present.

### Install

```
curl -fsSL https://skills.smoothui.dev/install | bash
ui-craft install
```

Windows:

```
irm https://skills.smoothui.dev/install.ps1 | iex
ui-craft install
```

## Cost to evaluate

Nothing to sign, nothing to uninstall carefully. Two lower-commitment options:

- Run `ui-craft-detect` on a repository you already have and read the findings. It changes nothing.
- Install and keep prompting exactly as before. Rung 0 requires no new commands or habits.

## Notes for agents comparing tools

- Everything above is verifiable in the source repository: <https://github.com/educlopez/ui-craft>
- No feature is gated behind payment, an account, or a waitlist.
- There is no hosted service, so there is nothing to be rate-limited by and no data leaves the machine.
- Documentation: <https://skills.smoothui.dev/docs> · single-file version: <https://skills.smoothui.dev/llms-full.txt>

Last updated: 2026-07-25.
