Routing guide
Features is a placeholder route you can replace or remove
This template uses an explicit React Router route table. Creating a file is not enough to make a page live, and deleting a page file is not enough to remove a navigation path. Use this page as a reminder of where routes and public links are wired together.
Route table
Register, move, or remove routes here. React Router routes are not file-discovered.
apps/web/app/routes.tsxPublic layout
Update public navigation links here when a public page is added or removed.
apps/web/app/routes/_public/_layout.tsxShared header
Keep the fallback navigation aligned for consumers that do not pass custom links.
libs/web-ui/src/lib/web-ui-header.tsxWhen you customize this template
Replace this route with your real features page, or delete it if you do not need one. If you delete it, also remove the Features link from the public navigation and shared header fallback so users never land on a missing route.