Definition
Headless Rendering
Running a browser without a visible UI to render web content.
Headless rendering involves running a web browser (like Chrome or Firefox) without a graphical user interface. The browser still fully renders HTML, CSS, and JavaScript, but outputs to memory instead of a screen. This is how HTML to image services work—they load your HTML in a headless browser and capture the rendered result as an image.