Skip to content

imugi — Design to Code

Give AI eyes to see your frontend. Design-to-code with visual verification — captures, compares, and patches until the code matches your design.
npm install -g imugi-ai

How it works

Design Image → Code Gen → Screenshot → Compare → Analyze → Patch ↓ Score ≥ 95%? → Done! ↓ No Repeat

Features

Visual Comparison Engine

SSIM + pixel diff + Claude Vision scoring with heatmap output. Know exactly where your code diverges from the design.

Boulder Loop

Iterative code improvement that keeps going until the design match threshold is met. Set it and forget it.

MCP Server

Drop-in integration with Claude Code, Cursor, or any MCP-compatible AI tool. 6 tools out of the box.

Figma Integration

Export Figma frames directly via URL. No manual export, no context switching.

Project Detection

Auto-detects React, Vue, Svelte, Tailwind, CSS Modules, TypeScript, and more.

Smart Patching

Full regeneration for low scores, surgical patches for high scores. The right strategy, automatically.

imugi workflow

Quick MCP Setup

Add imugi to your Claude Code or Cursor config:

{
"mcpServers": {
"imugi": {
"command": "npx",
"args": ["-y", "imugi-ai", "mcp"]
}
}
}

Then just ask your AI to implement a design — imugi handles the rest.