When a web app builds each page on the server and sends the finished HTML to the browser, instead of assembling it in the browser with JavaScript. It's part of what sets a framework like SvelteKit apart from a purely static site.