Content search
Start with the right question. Land on the right page.
One search covers the learning path and agent references. Titles, body copy, task keys, packages, and version metadata all participate.
3entries indexed
- 01
Compose request boundaries with Middleware
Separate request middleware from Server Function middleware and compose logging, context, and security checks with next().
- 02
Create your first Start app
Use the official CLI to create a minimal app and locate the route tree, root document, and development server.
- 03
Put external endpoints in a Server Route
Separate application RPC from public HTTP endpoints and use a native Response to express status, body, and cache policy.