wiremd โ
Wireframes in plain text.
Write a screen as Markdown, see it render as a visual mockup โ no design tool, no drag-and-drop.
## Login
Email
[_____________________________]{type:email}
Password
[_____________________________]{type:password}
[Sign In]* [Forgot password?]

What you can do with it โ
| Create | Describe a screen โ Claude writes the Markdown and renders it instantly |
| Share | Copy a link, embed in Notion, paste in Jira or Obsidian โ the wireframe travels with the spec |
| Stay portable | Everything is a .md file โ version-controlled, diff-able, readable by any LLM |
| Hand off | Open in VS Code or pass to Claude Code โ plain text, no screenshots, no translation layer |
Get started โ
Web editor โ no install โ
Open teezeit.github.io/wiremd/editor in Chrome, Edge, or Safari. Paste or write wiremd Markdown, pick a style โ renders instantly. No account, no setup.
With Claude โ
Describe the screen you want โ Claude writes and renders the wireframe for you.
Claude Code:
npx skills add teezeit/wiremd/extensions/skillsClaude Desktop Cowork: download wireframe-skill.zip โ Settings โ Plugins โ + Add โ Upload (.zip) (recommended), or Settings โ Skills โ + Add โ Upload (.zip).
Full rendering (serve/watch modes) requires local CLI access โ Claude Code and Claude Desktop Cowork. In chat contexts, the bundled CLI runs in the sandbox for display mode; or paste the Markdown into the web editor to render it.
Three modes โ see the full guide to pick yours:
- Only Claude (
/wireframe:display) โ HTML artifact in Claude's panel, no browser tab - Claude + Editor (
/wireframe:editor) โ live browser tab, both sides read/write the.md - Only Editor โ paste Claude's output into the web editor, no install
VS Code extension โ
Install the VS Code extension โ open any .md file, click the preview icon. Live preview as you type, no terminal needed.
Local dev server โ
npm install -g @eclectic-ai/wiremd
wiremd my-wireframe.md --serve --watchOpen the printed http://localhost:PORT address โ reloads on every save. Works with any browser, including Firefox. Install guide โ
Next steps โ
- Using with Claude โ full guide for all Claude surfaces
- Components โ all components and attributes
- Examples โ full-page wireframe templates