Routing Structure
A guide to Recura's URL organization and Next.js App Router conventions.
Architectural structure
Recura utilizes the Next.js App Router for highly modular, nested routing, leveraging Server Components to optimize performance.
Project filesystem
Live architectural tree of the platform
Routing manifest
Public and internal route map
/Public Front
Landing & Marketing
/authIdentity
Sign-in / Sign-up
/dashboardEnterprise
Main product hub
/settingsConfiguration
Preferences engine
Technical blueprint
Core framework configurations
Framework Control
Defines asset optimization, image loaders, and server-side headers for the platform.
Type Safety
Orchestrates path aliases (@/*) and ensures strict type checking across the module system.
Dependency Graph
Manages all third-party libraries, from React 19 to the documentation's Lucide icon set.
App-centric routing
By leveraging Layout Overlays, Recura provides instant transitions between platform segments without reloading shared navigational states.
Groups
Organize folders without affecting URLs
Dynamics
Handle user-specific data segments
Shared
Maintain state across navigations
Endpoints
Terminal visual entry points