Skip to main content

Pages and Menus

This page provides a comprehensive list of all routes and pages available in LibreApps Desktop Full-Kit, organized by category.

📊 Dashboards

Menu ItemRouteDescriptionSource Code
Analytics/dashboards/analyticsData visualization and metrics overview.View Source
CRM/dashboards/crmCustomer relationship management dashboard.View Source
eCommerce/dashboards/ecommerceSales and product performance metrics.View Source
AI Chat/dashboards/ai-chatIntegrated Smash AI Chat interface.View Source

📱 Applications

Menu ItemRouteDescriptionSource Code
Email/apps/emailInternal messaging and email client.View Source
Chat/apps/chatReal-time messaging application.View Source
Calendar/apps/calendarEvent scheduling and management.View Source
Kanban/apps/kanbanProject management and task tracking.View Source

📄 Standard Pages

Menu ItemRouteDescriptionSource Code
Profile/pages/account/profileUser profile overview.View Source
Settings/pages/account/settingsGeneral account configuration.View Source
Security/pages/account/settings/securityPassword and security settings.View Source
Billing/pages/account/settings/plan-and-billingSubscription and payment history.View Source
Pricing/pages/pricingSubscription plans and pricing tiers.View Source
Payment/pages/paymentCheckout and billing information.View Source
Landing/pages/landingPublic-facing product landing page.View Source
Icon Library/pages/icon-librarySearchable library of available icons.View Source
Components/pages/componentsOverview of all available components.View Source
API Docs/pages/api-docsAPI documentation and integration guides.View Source
Notifications/pages/account/settings/notificationsNotification preferences and settings.View Source

🎨 Themes

Menu ItemRouteDescriptionSource Code
Theme Gallery/themes/galleryPreview and apply specialized themes.View Source
Theme Designer/themes/designerCustom theme creation and editing.View Source

🤖 AI User Interface

ComponentActivationDescriptionSource Code
AI Chat SidebarChat icon (lower right)Persistent AI assistant sidebar for contextual help.View Source

🤖 AI Services

Menu ItemRouteDescriptionSource Code
Settings/ai-services/settingsGlobal configuration for AI providers.View Source
MCP Settings/ai-services/mcp-settingsModel Context Protocol configuration.View Source
Local Mode/ai-services/local-modeToggle for offline/local AI processing.View Source
Config Files/ai-services/config-filesManagement of AI configuration files.View Source
Budget/ai-services/budgetAI usage tracking and budget limits.View Source

🔐 Authentication

PageRouteDescriptionSource Code
Sign In/auth/sign-inUser login page.View Source
Register/auth/registerNew user registration.View Source
Forgot Password/auth/forgot-passwordPassword recovery request.View Source
New Password/auth/new-passwordSet a new password.View Source
Verify Email/auth/verify-emailEmail verification page.View Source

⚠️ Status Pages

PageRouteDescriptionSource Code
Coming Soon/pages/coming-soonPlaceholder for upcoming features.View Source
Not Found 404/pages/not-found-404Custom 404 error page.View Source
Unauthorized 401/pages/unauthorized-401Access denied error page.View Source
Maintenance/pages/maintenanceSystem 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)

ComponentRouteSource Code
Accordion/ui/accordionView Source
Alert/ui/alertView Source
Badge/ui/badgeView Source
Button/ui/buttonView Source
Card/ui/cardView Source
Dialog/ui/dialogView Source
Tabs/ui/tabsView Source

Extended UI (Advanced)

ComponentRouteSource Code
Bento Grid/extended-ui/bento-gridView Source
Editor/extended-ui/editorView Source
Timeline/extended-ui/timelineView Source

Data Visualization (Charts)

Chart TypeRouteSource Code
Area Charts/charts/area-chartsView Source
Bar Charts/charts/bar-chartsView Source
Line Charts/charts/line-chartsView Source

Foundation

ItemRouteSource Code
Colors (Main)/colorsView Source
Colors (Design System)/colorsView Source
Typography/typographyView Source
Lucide Icons/icons/lucideView Source
React Icons/icons/react-iconsView Source
Tables/tablesView Source