This page provides a comprehensive list of all routes and pages available in LibreApps Desktop Full-Kit, organized by category.
📊 Dashboards
| Menu Item | Route | Description | Source Code |
|---|
| Analytics | /dashboards/analytics | Data visualization and metrics overview. | View Source |
| CRM | /dashboards/crm | Customer relationship management dashboard. | View Source |
| eCommerce | /dashboards/ecommerce | Sales and product performance metrics. | View Source |
| AI Chat | /dashboards/ai-chat | Integrated Smash AI Chat interface. | View Source |
📱 Applications
| Menu Item | Route | Description | Source Code |
|---|
| Email | /apps/email | Internal messaging and email client. | View Source |
| Chat | /apps/chat | Real-time messaging application. | View Source |
| Calendar | /apps/calendar | Event scheduling and management. | View Source |
| Kanban | /apps/kanban | Project management and task tracking. | View Source |
📄 Standard Pages
| Menu Item | Route | Description | Source Code |
|---|
| Profile | /pages/account/profile | User profile overview. | View Source |
| Settings | /pages/account/settings | General account configuration. | View Source |
| Security | /pages/account/settings/security | Password and security settings. | View Source |
| Billing | /pages/account/settings/plan-and-billing | Subscription and payment history. | View Source |
| Pricing | /pages/pricing | Subscription plans and pricing tiers. | View Source |
| Payment | /pages/payment | Checkout and billing information. | View Source |
| Landing | /pages/landing | Public-facing product landing page. | View Source |
| Icon Library | /pages/icon-library | Searchable library of available icons. | View Source |
| Components | /pages/components | Overview of all available components. | View Source |
| API Docs | /pages/api-docs | API documentation and integration guides. | View Source |
| Notifications | /pages/account/settings/notifications | Notification preferences and settings. | View Source |
🎨 Themes
| Menu Item | Route | Description | Source Code |
|---|
| Theme Gallery | /themes/gallery | Preview and apply specialized themes. | View Source |
| Theme Designer | /themes/designer | Custom theme creation and editing. | View Source |
🤖 AI User Interface
| Component | Activation | Description | Source Code |
|---|
| AI Chat Sidebar | Chat icon (lower right) | Persistent AI assistant sidebar for contextual help. | View Source |
🤖 AI Services
| Menu Item | Route | Description | Source Code |
|---|
| Settings | /ai-services/settings | Global configuration for AI providers. | View Source |
| MCP Settings | /ai-services/mcp-settings | Model Context Protocol configuration. | View Source |
| Local Mode | /ai-services/local-mode | Toggle for offline/local AI processing. | View Source |
| Config Files | /ai-services/config-files | Management of AI configuration files. | View Source |
| Budget | /ai-services/budget | AI usage tracking and budget limits. | View Source |
🔐 Authentication
| Page | Route | Description | Source Code |
|---|
| Sign In | /auth/sign-in | User login page. | View Source |
| Register | /auth/register | New user registration. | View Source |
| Forgot Password | /auth/forgot-password | Password recovery request. | View Source |
| New Password | /auth/new-password | Set a new password. | View Source |
| Verify Email | /auth/verify-email | Email verification page. | View Source |
⚠️ Status Pages
| Page | Route | Description | Source Code |
|---|
| Coming Soon | /pages/coming-soon | Placeholder for upcoming features. | View Source |
| Not Found 404 | /pages/not-found-404 | Custom 404 error page. | View Source |
| Unauthorized 401 | /pages/unauthorized-401 | Access denied error page. | View Source |
| Maintenance | /pages/maintenance | System maintenance notification. | View Source |
Route Configuration
Routes are managed using Next.js App Router. The primary layout for these pages is defined in src/app/[lang]/(dashboard-layout)/layout.tsx.
🎨 Design System
The Design System provides a comprehensive set of UI components, layouts, and styles for building consistent interfaces.
UI Components (Basic)
Extended UI (Advanced)
Data Visualization (Charts)
Foundation