streamable-httpupdated 3mo ago
TypeUI is an AI-first platform where you can use design skills, UI prompts, and other resources to enhance AI capabilities to generate better user interfaces and design when building websites and applications. The resources from this repository will work with any AI provider, given they support markdown files or general prompting.
What can you do with TypeUI?
TypeUI - Build better UI with AI
TypeUI is an AI-first platform where you can use design skills, UI prompts, and other resources to enhance AI capabilities to generate better user interfaces and design when building websites and applications. The resources from this repository will work with any AI provider, given they support markdown files or general prompting.
Getting started
Install TypeUI where you build. Connect your AI coding tool to TypeUI MCP, then ask for UI in plain language while TypeUI supplies design systems, prompts, and layout variation guidance.
Design skills
Check out all design skills. Available in both DESIGN.md and SKILL.md formats.
UI design prompts
Browse all major UI prompt categories from TypeUI Prompts.
UI/UX Fundamentals
Use our official skill for UI/UX fundamentals based on years of experience, knowledge and data from the design world to make sure that any UI you generate together with the design skills and UI prompts from TypeUI will keep fundamental design principles in order, such as spacing, typography, color contrasts, and more.
Run this command to install it locally:
npx skills add https://github.com/bergside/typeui --skill typeui-fundamentals
CLI commands
All commands run via npx typeui.sh. Add --help to any command to see its options.
| Command | What it does | |
|---|---|---|
| 🪄 | generate |
Generate a fresh SKILL.md or DESIGN.md from interactive prompts. |
| ✏️ | update |
Re-run prompts and update existing output files in place. |
| 🎲 | randomize |
Generate a fully randomized local design system. |
| 📚 | list |
Browse available registry specs and pull one automatically. |
| ⬇️ | pull <slug> |
Pull a specific registry markdown file by slug. |
generate
Run interactive prompts and generate a fresh SKILL.md (default) or DESIGN.md file.
npx typeui.sh generate
npx typeui.sh generate --format design
update
Run interactive prompts and update existing output files in place.
npx typeui.sh update
randomize
Generate a fully randomized local design system — useful for quickly seeding a starter spec.
npx typeui.sh randomize
npx typeui.sh randomize --format design
list
Browse available registry specs from bergside/awesome-design-skills (with typeui.sh preview links), then pull one automatically.
npx typeui.sh list
npx typeui.sh list --format design
pull <slug>
Pull a registry markdown file by slug. SKILL.md writes to provider paths; DESIGN.md writes to the project root.
npx typeui.sh pull <slug>
npx typeui.sh pull <slug> --format design
Local development
If you want to use this locally these are the commands you need to run:
npm install
npm run build
Then use the following command instead of npx in your terminal:
node dist/cli.js --help
License
The CLI and public registry is open-source under the MIT License.
Pro version
Get access to enhanched design skill files, UI prompts for layouts and a private Discord community by getting the pro version and thus supporting our open-source work.
Sponsors
A huge thank you to the companies supporting our open-source work.
Want to see your logo here? Become a sponsor.
Install
Add TypeUI to your client. Pick the one you use.
claude mcp add --transport http typeui https://mcp.typeui.sh/mcpcodex mcp add typeui --url https://mcp.typeui.sh/mcp{
"mcpServers": {
"typeui": {
"url": "https://mcp.typeui.sh/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"typeui": {
"type": "http",
"url": "https://mcp.typeui.sh/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"typeui": {
"url": "https://mcp.typeui.sh/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"typeui": {
"serverUrl": "https://mcp.typeui.sh/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation16/25
- Maintenance13/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 92 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | May 31, 2026 |
| 1.0.0 | May 31, 2026 |