gui.new: Tool for Claude to Render Visual Output as Shareable Links

✍️ OpenClawRadar📅 Published: March 11, 2026🔗 Source
gui.new: Tool for Claude to Render Visual Output as Shareable Links
Ad

What gui.new Does

gui.new solves a specific workflow problem: when you ask Claude to build visual elements like dashboards, charts, or UI mockups, it typically returns code blocks that you must copy, save as HTML files, and open in a browser. gui.new eliminates that step by having Claude render visual output as live shareable links directly in the conversation.

How It Works

To use gui.new with Claude, paste this line into your conversation:

Read https://gui.new/docs/llms.txt - use gui.new to render any visual output as a shareable link. Apply this anytime you'd normally show a table, chart, dashboard, or UI mockup.

After pasting this instruction, when you ask Claude for visual elements, you'll receive clickable links to fully rendered pages instead of code blocks. These links are shareable with anyone.

Ad

Technical Implementation

The tool was built primarily with Claude: Claude Code was used for the codebase, and regular Claude was used for designing the API and iterating on the architecture. The implementation is a Next.js application deployed on Vercel with Supabase handling storage and real-time synchronization.

Current Status

gui.new is currently free and requires no signup. The creator describes it as "still early" and is seeking feedback on what breaks and what additional functionality users would want.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Open-source Claude Code reimplementation patched for local model compatibility
Tools

Open-source Claude Code reimplementation patched for local model compatibility

A developer patched the open-source Claude Code reimplementation to work with Ollama and local models by removing hardcoded Anthropic client dependencies. The CLI now auto-detects providers from model names and environment variables.

OpenClawRadar
Pali v0.1: Open Source Memory Infrastructure for LLMs with Reproducible Benchmarks
Tools

Pali v0.1: Open Source Memory Infrastructure for LLMs with Reproducible Benchmarks

Pali is an open source memory infrastructure for LLMs built in Go as a single binary with multi-tenant APIs, hybrid retrieval, and plug-and-play extensions. The v0.1 release includes a benchmark suite with reproducible results showing performance metrics for different configurations.

OpenClawRadar
Claude Code + MCP generates test suites from source code
Tools

Claude Code + MCP generates test suites from source code

Claude Code analyzes source code to generate hierarchical test suites covering modules, features, scenarios, happy paths, edge cases, and error handling, then pushes them to test management systems via MCP.

OpenClawRadar
RalphTerm: ralph-style loop for Claude Code with cross-review sessions from different agents
Tools

RalphTerm: ralph-style loop for Claude Code with cross-review sessions from different agents

RalphTerm is an open-source Rust CLI that runs a ralph-style outer loop around Claude Code: it takes a markdown plan, executes tasks in fresh interactive sessions, and runs cross-review with a different model (e.g., Codex) in separate fresh sessions, feeding issues back into new implementer sessions.

OpenClawRadar