Documentation
Guides for building and deploying nextrs apps. The same markdown sources that render these pages also generate llms.txt and llms-full.txt, so the human docs and the LLM docs can't drift apart.
Why nextrs
Guides
Getting Started
Set up a nextrs app: the app/ tree, build-time codegen, and the dev loop
Routing Conventions
page, layout, loading, middleware, and route files — what each does and how they compose
Streaming
How loading slots stream the shell before the page resolves — and how to verify it
Typesafe Client Generation
Generate a typed TypeScript / React Query client from your route.rs handlers