ClaudeAI Brainstorming Mode Gets Visual Companion for Mockups and UI Approval
A Reddit user on r/ClaudeAI reports that during brainstorming mode for a project, ClaudeAI prompted whether to use a "Visual companion" for mockups and UI approval. The user accepted, and ClaudeAI fired up a web server at http://localhost:<randomport>.
How It Works
The visual companion replaces the typical in-console clarifying questions with a web interface. Questions appear in the browser instead of the terminal. However, the user still answers them via the console by typing numbers (1, 2, etc.) or other chat input.
UI Design Phase
When the discussion moves to UI design, ClaudeAI builds mock-ups displayed on the local server. The user can approve, request changes, and iterate on the design before any actual code is written. The workflow is described as “easy back-and-forth to tweak design before actually building,” which the user notes is much better than reworking after the fact.
Availability
The user is uncertain if this is a brand-new feature or one they’re encountering for the first time. No release notes or version numbers are mentioned in the source. Other developers may want to test brainstorming mode with UI-heavy projects to see if the prompt appears.
For developers using ClaudeAI agents for front-end or full-stack work, this visual companion could reduce iteration cycles by catching design issues earlier.
📖 Read the full source: r/ClaudeAI
👀 See Also

clarp: Open Source Drop-In Replacement for Claude -p Before June 15 Metered Pricing
Claude -p moves to metered pricing on June 15. clarp is an open source CLI that replaces it for local workflows — just change the binary name from claude to clarp.

Dynamic Status Bar for Claude Code Shows Live Updates
A developer has improved their Claude Code status bar from static text to dynamic display with real-time updates showing what Claude is working on. The configuration is available as a GitHub gist.

Graphthulhu MCP Server Gives AI Agents Knowledge Graph Memory for Logseq/Obsidian
Graphthulhu is an open-source MCP server that provides AI agents with read-write access to Logseq or Obsidian vaults, storing memory as structured pages with properties and links instead of vector embeddings. After one month, the system generated 404 pages with 1,451 cross-references.

Claude Code Studio: Open-Source Desktop App for Managing Multiple Claude Coding Sessions
Claude Code Studio v0.9.3 is an open-source desktop application that provides a multi-pane interface for managing multiple Claude Code CLI sessions. It addresses common workflow issues like juggling terminal tabs, session persistence, and instruction repetition.