All live, all free, all browser-only. No signup, no limits.
HTML Viewer Cat is a free online HTML viewer that renders raw HTML live in a sandboxed iframe — paste, see it render, share via URL fragment. Works with Claude, ChatGPT, Cursor output, email templates, React snippets, anything you can paste. Nothing is sent to a server.
Use it for debugging Claude or ChatGPT HTML output before pasting it into a real codebase, previewing an email-template snippet across desktop, tablet, and phone widths, sanity-checking what a React component actually renders to in the DOM, or sharing a quick mockup with a designer by sending them a fragment URL — no account, no upload, no expiring preview link.
The editor is a full CodeMirror instance with syntax highlighting, bracket matching, line numbers, and Cmd/Ctrl+Z undo. The preview is a sandboxed iframe with allow-scripts on so interactive components work, but allow-top-navigation off so a pasted snippet can't redirect your tab. The split between editor and preview is draggable and remembers its position; drafts auto-save to your browser's localStorage so closing the tab doesn't lose your work.
What it doesn't do: no "save to cloud", no shared workspaces, no collaborative cursors, and the share-URL fragment caps at about 2KB before browsers complain. If you want the same shape for prose, the Markdown editor renders Markdown to HTML in a parallel pane. Why these tools. Full FAQ.