General
Web guides
Add and verify Pages Router features.
Add a page
- Add the route under
apps/web/src/pages. - Put reusable UI in
src/componentsand server-only logic insrc/server. - Add API work under
src/pages/apiunless the Go port already owns it. - Put the complete filter set in the feature's filter panel.
- Run
pnpm checkandpnpm build, then inspect the route in a browser.
Use the preview guide on the remote development
box; a localhost link opens on the reader's machine, not the server.