AI가 UI를 말하는 언어

Wireweave는 와이어프레임을 설명하기 위한 오픈소스 DSL입니다. AI 어시스턴트(Claude, GPT)가 MCP 서버를 통해 와이어프레임을 즉시 생성하고 렌더링할 수 있습니다.

login.wf
page "Login" centered {
card p=6 w=320 {
col gap=4 {
title "Sign In" level=2
input "Email" type=email
input "Password" type=password
button "Sign In" primary w=full
}
}
}

직접 해보세요

Wireweave DSL 코드를 작성하고 결과를 즉시 확인하세요

wireframe.wf
Loading editor...
Enter wireframe code to see preview

Wireweave를 사용하는 두 가지 방법

워크플로우에 맞는 방법을 선택하세요

영구 무료

Self-Hosted

로컬에서 오픈소스 코어 라이브러리 사용

npm install @wireweave/core
  • 무제한 로컬 사용, 완전 무료
  • VSCode 확장으로 즉시 미리보기
  • 직접 도구에 통합 가능 (MIT 라이선스)
  • 워크플로우 완전 제어
GitHub에서 보기
Recommended
사용한 만큼 지불

MCP / API

AI 어시스턴트를 Wireweave에 연결

Claude / GPT + MCP
  • AI 어시스턴트에 MCP 연결
  • Claude, GPT가 Wireweave 도구 호출
  • 클라우드 저장, 버전 관리, 공유
  • 월 1,000 크레딧 무료
시작하기

빠른 프로토타이핑을 위한 모든 것

Wireweave는 DSL의 단순함과 AI의 강력함을 결합하여 와이어프레임 작성을 쉽게 만듭니다.

오픈소스 (MIT 라이선스)

간단한 DSL 문법

AI 어시스턴트가 자연스럽게 생성할 수 있는 읽기 쉬운 문법.

HTML 렌더링

CSS가 포함된 HTML로 내보내기. AST를 사용한 커스텀 통합 가능.

VSCode / Cursor 확장

타이핑하면서 실시간 미리보기. 문법 하이라이팅과 자동 완성.

마크다운 통합

코드 블록으로 문서에 와이어프레임을 삽입.

라이트 & 다크 테마

다양한 환경에 맞는 라이트/다크 테마 기본 제공.

Core API Tools5 tools

Parse

Parse Wireweave DSL source code into an AST (Abstract Syntax Tree)

1 credit

Validate

Validate Wireweave DSL syntax without generating output. Use strict mode to also check for unknown attributes.

1 credit

Grammar

Get the Wireweave DSL grammar documentation and syntax reference

0 credits

Guide

Get the comprehensive LLM guide for Wireweave DSL. This is the PRIMARY resource for learning the language - includes syntax, components, patterns, and best practices. Call this FIRST before generating wireframes.

0 credits

Patterns

Get common layout patterns for wireframes including headers, sidebars, forms, cards, and more. Use these as building blocks.

0 credits
Cloud Storage5 tools

Cloud List Projects

List all your Wireweave projects. Projects help organize your wireframes. WORKFLOW: Call this first before saving wireframes. If the list is empty, ask the user whether to create a new project (call wireweave_cloud_create_project) or use the default project.

0 credits

Cloud Create Project

Create a new project to organize wireframes. Use this when the user wants to organize their wireframes into a specific project. The project can have a custom name, description, and color.

0 credits

Cloud Update Project

Update an existing project

0 credits

Cloud List Wireframes

List your saved wireframes. Optionally filter by project or tags.

0 credits

Cloud Get Wireframe

Get a specific wireframe by ID, including its code and metadata

0 credits
Account & Billing4 tools

Account Balance

Check your current credit balance and subscription status

0 credits

Account Subscription

Get detailed subscription information including plan features

0 credits

Account Transactions

View your credit transaction history

0 credits

Pricing

Get current pricing information for plans, credit packs, and feature costs

0 credits

35 MCP tools available

좋아하는 도구에서 바로 사용하세요

VSCode, Cursor, 마크다운 문서에서 바로 와이어프레임 미리보기

사용 방법

코드에서 와이어프레임까지 세 단계로.

01

DSL 코드 작성

간단하고 읽기 쉬운 문법으로 와이어프레임 구조를 설명합니다.

dashboard.wf
page "Dashboard" {
header h=56 {
row justify=between align=center px=4 {
text "Dashboard" bold
avatar "User" size=sm
}
}
main p=6 {
row gap=4 {
card p=4 { text "Revenue" muted }
card p=4 { text "Users" muted }
}
}
}
02

AI가 생성

Claude나 다른 AI 어시스턴트가 Wireweave DSL을 자연스럽게 작성할 수 있습니다.

프로필 섹션이 있는 설정 페이지 만들어줘
C
Claude

설정 와이어프레임입니다:

page "Settings" {
  card { avatar ... }
}
wireweave_render_html
03

즉시 미리보기

검토와 반복을 위한 HTML 출력물을 즉시 받아보세요.

Preview
HTML

자주 묻는 질문

Wireweave에 대해 알아야 할 모든 것.

Wireweave는 무료인가요?
DSL 코어 라이브러리(@wireweave/core)는 완전 무료 오픈소스(MIT)입니다. MCP/API 서비스는 월 1,000 크레딧 무료 티어가 있습니다.
MCP/API 서비스는 뭔가요?
AI 어시스턴트(Claude, GPT 등)가 Wireweave 도구를 호출할 수 있도록 호스팅된 MCP 서버를 제공합니다. 호출당 크레딧이 차감됩니다. 로컬에서 코어 라이브러리를 직접 사용하면 완전 무료입니다.
MCP 서비스에 비용이 드는 이유는?
서버 호스팅, 인증, 사용량 추적, rate limiting 인프라 비용이 발생합니다. 로컬에서 코어 라이브러리를 직접 사용하면 항상 무료입니다.
Wireweave DSL이란 무엇인가요?
Wireweave는 UI 와이어프레임을 간단하고 읽기 쉬운 형식으로 설명하기 위해 설계된 도메인 특화 언어입니다. AI 어시스턴트가 대화를 통해 자연스럽게 와이어프레임을 생성할 수 있도록 특별히 만들어졌습니다.
AI 통합은 어떻게 작동하나요?
Wireweave는 Claude와 같은 AI 어시스턴트와 통합되는 MCP(Model Context Protocol) 서버를 제공합니다. AI에게 와이어프레임 생성을 요청하면 Wireweave 도구를 사용하여 출력을 생성하고 렌더링합니다.
크레딧 시스템은 어떻게 작동하나요?
각 API 호출은 작업 유형에 따라 크레딧을 소비합니다. 파싱 및 렌더링 같은 기본 작업은 1-5 크레딧이 소요됩니다. 무료 티어에는 월 1,000 크레딧이 포함됩니다. 유료 플랜은 더 많은 크레딧을 제공하며, 일회성 크레딧 팩도 구매할 수 있습니다.
환불 정책은 어떻게 되나요?
Paddle 구매자 약관에 따라 모든 구매는 14일 이내에 크레딧을 사용하지 않은 경우 환불이 가능합니다. 크레딧을 사용한 경우 환불이 불가능합니다. 구독은 언제든지 취소할 수 있으며, 결제 기간이 끝날 때까지 서비스를 계속 사용할 수 있습니다.
어떤 출력 형식이 지원되나요?
Wireweave는 인라인 CSS가 포함된 HTML을 출력합니다. 인터랙티브 프로토타입, 디자인 리뷰, 이해관계자 공유에 적합합니다.
AI 없이도 Wireweave를 사용할 수 있나요?
물론입니다! Wireweave는 AI 워크플로우에 최적화되어 있지만, 플레이그라운드, 시각적 드래그 앤 드롭 에디터를 사용하여 DSL 코드를 수동으로 작성하거나 코어 라이브러리를 도구에 직접 통합할 수 있습니다.
어떤 컴포넌트가 사용 가능한가요?
Wireweave에는 페이지, 카드, 폼, 입력, 버튼, 테이블, 네비게이션 요소, 모달 등 풍부한 UI 컴포넌트 세트가 포함되어 있습니다. 전체 목록은 문서를 확인하세요.