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を使う2つの方法

ワークフローに合った方法を選択

永久無料

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 拡張機能

入力しながらライブプレビュー。シンタックスハイライトと自動補完。

Markdown統合

コードブロックでドキュメントにワイヤーフレームを埋め込み。

ライト & ダークテーマ

様々な環境に対応するライト・ダークテーマを標準搭載。

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、Markdownで直接ワイヤーフレームをプレビュー

使い方

コードからワイヤーフレームまで3つのステップ。

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サービスに費用がかかるのはなぜですか?
サーバーホスティング、認証、使用量追跡、レート制限のインフラコストが発生します。ローカルでコアライブラリを直接使用すれば常に無料です。
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コンポーネントセットが含まれています。完全なリストはドキュメントをご確認ください。