Free browser tool

View HTML as a real page.

Paste HTML, render it instantly, switch to the source, and keep drafts in a local browser library. Nothing is sent to an HTML Lens server.

No accountLocal-firstNo HTML Lens uploadsFree web tool

A viewer for HTML you already have

Useful when an AI, coworker, email, or downloaded file gives you code but not a convenient way to see the finished page.

Render pasted HTML

See the page instead of staring at markup.

Open an HTML file

Choose a local .html or .htm file and render it in the browser.

Inspect and edit source

Move between the rendered page and its code, then render your changes.

Keep a local library

Save drafts in this browser without creating an account.

The short answer

HTML Lens Web is a free online HTML viewer that runs locally in your browser. The viewer itself does not upload your document. A document can still request its own remote fonts, images, scripts, or stylesheets if its code tells it to.

How it works

01

Paste or open

Paste your code or choose an HTML file from your device.

02

Render

HTML Lens displays it inside a sandboxed preview.

03

Inspect or save

Read the source, make a change, or save it to the local library.

Common questions

Is the HTML viewer free?

Yes. Rendering, source viewing, and the browser-based local library are available without an account.

Does HTML Lens upload my HTML?

No. HTML Lens has no server receiving your document. If the HTML itself references third-party resources, the browser may request those resources directly.

Can I use it on an iPhone?

Yes, the web tool works in a mobile browser. The native iPhone app is designed to open local HTML files directly from Files, Mail, and the share sheet.

Can it run JavaScript?

Interactive HTML can run inside an isolated preview. It cannot read HTML Lens local storage or call the native bridge.