Browse chapters
Take the map
Small surface. Deep documentation.
From installation to deployment, read not just how each decision is used but why it exists.
Getting started
Building pages
Performance
Reference
08
Configuration
The complete configuration reference, field by field.
Read chapter
09
Dev tools
The development flow, the overlay, the report page and the dev gate.
Read chapter
10
Deployment
Production, Docker, reverse proxies and health checks.
Read chapter
11
Migration
Moving from Next.js: the mapping table and a staged plan.
Read chapter
12
dashboards
Read chapter
run the examples
npm --prefix examples/marketing install
npm --prefix examples/marketing run dev
Three examples in the repository
The minimal example is the smallest thing that runs, the blog example touches every surface of the framework, and the marketing example is the page you are reading.
With the server running, the smoke script verifies that every endpoint answers as expected.