Web Layer
The Web Layer covers @netscript/fresh: server-rendered pages, route contracts, cache-aware data
loading, forms, islands, streaming, Vite integration, diagnostics, and page testing. Start here when
you are building the browser-facing surface that calls typed services through the same contracts as
the backend.
Overview & Concepts
Fresh page model
Server rendering, islands, route contracts, layers, partials, and shared query cache.
Quickstart Live dashboardBuild a Fresh page backed by a typed SDK client and a cache-first QueryIsland.
How-To Customize Fresh UIAdjust the generated UI layer and design-system surface.
How-To Server-validated formBuild a form that validates and mutates on the server.
API Reference @netscript/freshGenerated symbols for the Fresh framework package.
API Reference @netscript/fresh-uiGenerated symbols for the companion UI package.