File routes, server code, and build output
Page Routes
Build SPA or MPA pages from src/pages without writing router bootstrap code.
Server Routes
Expose Request and Response handlers with positive src/apis/**/api.* anchors and uppercase HTTP method exports.
Server Functions
Call reachable "use server" functions from browser code through the built-in transport.
Rendering Modes
Configure CSR, SSR, SSG, PPR, and RSC through adjacent page.config.ts files.
Plugins
Extend config, bundler setup, HTML transforms, build output, and generated framework code.
Deployment Output
Emit browser assets, optional server bundles, and canonical deployment metadata.