What problem does it solve? It lets you sketch page layouts and content hierarchy as ASCII wireframes before committing to code or Figma, so you can iterate on structure quickly from the terminal. ## Core Features & Use Cases - MCP Server Integration: Connects to Claude Code via the @wiretext/mcp server with create_wireframe and render_wireframe tools. - Primitives and Components: Compose layouts from box, text, line, and arrow primitives plus components like button, input, table, modal, navbar, tabs, and card. - Editable Browser URL: Each generated wireframe returns an editable URL for fine-tuning layout in the browser. - Use Case: Before building a new landing page, ask the agent to wireframe the hero, pricing, and footer sections, review the ASCII layout, adjust it in the browser, then use it as a reference for the code build. ## Quick Start Ask Claude Code to wireframe a page section using the wiretext MCP server and open the returned editable URL to refine the layout.