







SingleFile – Get this Extension for 🦊 Firefox (en-US)
Download SingleFile for Firefox. Save an entire web page—including images and styling—as a single HTML file.

playhtml — make the web feel alive
Make the web feel alive with interactive, collaborative HTML elements and no backend to run.

Web Model
Web APIs Browser Renderer Process Browser GPU Process Browser Network Process Browser Plugin Process Browser … Process HTML CSS JavaScript Media/Other formats… DOM Service Worker Parsing ..to the Wire! Subresource loading Subresource loading Subresource loading DOM Tree Layout Tree Layer Tree Pai...
WYSIWYG Web Builder
Web Builder is a WYSIWYG (What-You-See-Is-What-You-Get) program used to create web pages. The program generates HTML tags while you point and click on desired functions; you can create a web page without learning HTML.
Useful patterns for building HTML tools
I’ve started using the term HTML tools to refer to HTML applications that I’ve been building which combine HTML, JavaScript, and CSS in a single file and use them to …

gildas-lormeau/SingleFile
Web Extension for saving a faithful copy of a complete web page in a single HTML file
Water.css
A drop-in collection of CSS styles to make simple websites like this just a little bit nicer.

/screenshot - Capture screenshot
The /screenshot endpoint renders the webpage by processing its HTML and JavaScript, then captures a screenshot of the fully rendered page.

Webstrates
Webstrates # A Platform for Modern Computational Media Overview # Webstrates is a platform to explore software as computational media (read more in the “Background” below). Webstrates is a webserver where the pages it serves are collaboratively editable. This means that modifications to the Document Object Model (DOM), for instance, using the developer tools of a web browser, are synchronized with the server and with all other clients currently visiting the same webpage.
Automation and customization of rendered web pages
The names of commands and objects are vital to the usability of a programming system. We are developing a web automation system in which users need to identify web page elements, such as hyperlinks and form fields, in pages written by other designers. ...
Blog | FixBrowser
This blog post describes the rich text component used in FixBrowser web browser to display HTML pages and for interaction with the user.
How to Write a Flexbox Layout Engine
You won't guess how little code it takes to write a Flexbox-like layout engine that could render any website.

The HotJava Browser: A White Paper
Browsers allow people to treat the data spread across the Internet as a cohesive whole. Web browsers integrate the function of fetching the data with figuring out what it is and displaying it. One of the most important file types browsers understand is the hypertext markup language (HTML). HTML allows text data objects to embed simple formatting information and references to other objects.

Reasonable.html
Reasonable.html is a single HTML document that contains a reasonably complete set of example HTML elements.
Paras Chopra on Twitter / X
My favorite way of interacting with Claude Code is to have it generate static HTML files as outputs (reports, explorations, code structure, mockups etc.)I wanted to iterate on the file by commenting in browser and having Claude update the output live.So, I built this Claude… pic.twitter.com/XVFY0RaZDc— Paras Chopra (@paraschopra) May 26, 2026
Freeze-dry captures a web page as it is currently shown in the browser. It takes the DOM, grabs its subresources such as images and stylesheets, and compiles them all into a single string of HTML.