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

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.
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
👀 See Also

Claude Counter: Android app tracks Claude usage limits with real-time notifications
A developer built Claude Counter, a free Android app that polls Claude's API to display live session and weekly usage limits. The app shows progress bars, provides rich notifications with percentage remaining, and alerts when limits reset.

Analyzing AI Coding Tools: Dissecting 3,177 API Calls
A technical breakdown of 3,177 API calls unveils how four AI coding tools manage context windows, revealing inefficiencies and variances.

HostedShell: A Web-Based Deployment Solution for OpenClaw Agents
HostedShell is a hosted version of OpenClaw that eliminates local CLI setup, dependency management, and manual pairing by providing a web console with direct terminal access and filesystem updates.

Codex Chrome Extension Adds Background Browser Automation Across Tabs
Codex's new Chrome extension on macOS/Windows enables parallel browser task execution in background tabs without taking over the browser — covering debugging flows, dashboards, research, and CRM updates.