Skip to content

wiremd

Wireframes in plain text.

Write a screen as Markdown, see it render as a visual mockup — no design tool, no drag-and-drop.

markdown
## Login

Email
[_____________________________]{type:email}

Password
[_____________________________]{type:password}

[Sign In]* [Forgot password?]

alt text


Get started

No terminal?Install the VS Code extension — open any .md file, click the preview icon. Done.

Want to describe it?Use Claude — tell Claude what screen you want, it writes and renders the wireframe for you.

CLI:

Install:

bash
npm install -g wiremd

Create my-wireframe.md, then render with live reload:

bash
wiremd my-wireframe.md --style clean --serve 3001 --watch

Open http://localhost:3001. The preview reloads as you save.


Next steps