aignite_2025/
βββ π app/ # Next.js app directory
β βββ π (main)/ # Main application routes
β β βββ π advanced-tools/
β β β βββ page.tsx
β β βββ π analytics/
β β β βββ page.tsx
β β βββ π dashboard/
β β β βββ page.tsx
β β βββ π digital-twin/
β β β βββ digital-twin-client-page.tsx
β β β βββ page.tsx
β β βββ globals.css
β β βββ layout.tsx
β β βββ π page/
β β β βββ layout.tsx
β β βββ π profile/
β β β βββ page.tsx
β β βββ π simulation/
β β β βββ layout.tsx
β β β βββ page.tsx
β β βββ π strategy/
β β βββ page.tsx
β βββ π api/ # API routes
β β βββ π agent/
β β β βββ π info/
β β β β βββ route.ts
β β β βββ π scenario/
β β β βββ route.ts
β β βββ π autocomplete/
β β β βββ route.ts
β β βββ π chat/
β β β βββ route.ts
β β βββ π copilotkit/
β β β βββ π tools/
β β β βββ route.ts
β β βββ π copilotkitlitemodel/
β β β βββ route.ts
β β βββ π generateNotifications/
β β βββ π impact/
β β β βββ route.ts
β β βββ π news/
β β β βββ route.ts
β β βββ π scenario/
β β β βββ route.ts
β β βββ π search/
β β β βββ route.ts
β β βββ π supply-chain/
β β βββ π save/
β βββ globals.css
β βββ layout.tsx
β βββ page.tsx
β βββ π signin/
β βββ page.tsx
βββ π components/ # React components
β βββ π advanced-tools/
β β βββ advanced-tools-page.tsx
β βββ π analytics/
β β βββ analytics-page.tsx
β β βββ kpi-metrics-grid.tsx
β β βββ performance-chart.tsx
β β βββ risk-heatmap.tsx
β β βββ supplier-table.tsx
β βββ app-sidebar.tsx
β βββ π auth/
β β βββ Signin.tsx
β β βββ Signout.tsx
β βββ benefits.tsx
β βββ cascading-failure-map.tsx
β βββ π dashboard/
β β βββ dashboard-page.tsx
β β βββ kpi-card.tsx
β β βββ notification-feed.tsx
β β βββ recent-activity-list.tsx
β β βββ risk-heatmap.tsx
β β βββ simulation-timeline.tsx
β β βββ supply-chain-health-chart.tsx
β βββ π digital-twin/ # Digital Twin components
β β βββ π canvas/ # Canvas and visual components
β β β βββ CustomEdges.tsx
β β β βββ CustomNodes.tsx
β β β βββ digital-twin-canvas.tsx
β β β βββ π hooks/
β β β β βββ useCanvasView.ts
β β β β βββ useDigitalTwinManager.ts
β β β β βββ useDigitalTwinState.ts
β β β β βββ useInteraction.ts
β β β β βββ useNodeEdgeActions.ts
β β β β βββ useSaveAndValidate.ts
β β β β βββ useTemplateManager.ts
β β β βββ index.ts
β β β βββ π lib/
β β β βββ utils.ts
β β βββ π display/ # Display and card components
β β β βββ dashboard.tsx
β β β βββ digital-twin-card.tsx
β β β βββ DigitalTwinSkeleton.tsx
β β β βββ index.ts
β β βββ π forms/ # Form and dialog components
β β β βββ creation-form.tsx
β β β βββ π creation-form/
β β β β βββ CountrySelectionDialog.tsx
β β β β βββ form-schema.ts
β β β β βββ index.ts
β β β β βββ LogisticsStep.tsx
β β β β βββ RiskFactorsStep.tsx
β β β β βββ SupplyChainInfoStep.tsx
β β β βββ DynamicFormField.tsx
β β β βββ index.ts
β β β βββ SaveSupplyChainDialog.tsx
β β β βββ ValidationDialog.tsx
β β βββ index.ts
β β βββ π layout/ # Layout and UI components
β β β βββ FloatingSaveButton.tsx
β β β βββ index.ts
β β β βββ π left-panel/
β β β β βββ π assistant/
β β β β β βββ π actions/
β β β β β β βββ advanced-edge-actions.ts
β β β β β β βββ advanced-node-actions.ts
β β β β β β βββ advanced-risk-actions.ts
β β β β β β βββ canvas-actions.ts
β β β β β β βββ edge-actions.ts
β β β β β β βββ index.ts
β β β β β β βββ node-actions.ts
β β β β β β βββ π node-actions/
β β β β β β β βββ 3pl-actions.ts
β β β β β β β βββ customer-actions.ts
β β β β β β β βββ distributor-actions.ts
β β β β β β β βββ factory-actions.ts
β β β β β β β βββ manufacturer-actions.ts
β β β β β β β βββ port-actions.ts
β β β β β β β βββ retailer-actions.ts
β β β β β β β βββ supplier-actions.ts
β β β β β β β βββ warehouse-actions.ts
β β β β β β βββ risk-actions.ts
β β β β β β βββ search-actions.ts
β β β β β β βββ template-actions.ts
β β β β β β βββ types.ts
β β β β β β βββ validation-actions.ts
β β β β β βββ AIChatPanel.tsx
β β β β β βββ AutocompleteInput.tsx
β β β β β βββ ErrorComponent.tsx
β β β β β βββ error-parser.ts
β β β β β βββ ImmersiveHeader.tsx
β β β β β βββ index.ts
β β β β β βββ InternetSearchIcon.tsx
β β β β β βββ MessagesArea.tsx
β β β β β βββ types.ts
β β β β β βββ useAISuggestions.ts
β β β β β βββ useCopilotActions.ts
β β β β βββ index.ts
β β β β βββ LeftPanel.tsx
β β β βββ π RightPanel/
β β β β βββ animations.ts
β β β β βββ CollapsedState.tsx
β β β β βββ EdgeConfiguration.tsx
β β β β βββ EmptyState.tsx
β β β β βββ functions.tsx
β β β β βββ index.tsx
β β β β βββ NodeConfiguration.tsx
β β β β βββ π node-configuration/
β β β β β βββ AppearanceSection.tsx
β β β β β βββ GeneralSection.tsx
β β β β β βββ index.ts
β β β β β βββ LocationSection.tsx
β β β β β βββ NodeTypeHeader.tsx
β β β β β βββ RiskAssessmentSection.tsx
β β β β β βββ TypeSpecificSection.tsx
β β β β βββ SaveStatusIndicator.tsx
β β β β βββ TemplateGroupConfiguration.tsx
β β β β βββ types.ts
β β β βββ SimulationToolbar.tsx
β β βββ π utils/
β β βββ function.ts
β β βββ index.ts
β βββ footer.tsx
β βββ header.tsx
β βββ impact-assessment.tsx
β βββ intelligence-agent-demo.tsx
β βββ landing-header.tsx
β βββ metrics-dashboard.tsx
β βββ node-impact-grid.tsx
β βββ π profile/
β β βββ ChangePasswordDialog.tsx
β β βββ profile-page.tsx
β β βββ UpdateProfileForm.tsx
β βββ π simulation/
β β βββ simulation-history.tsx
β β βββ simulation-impact-chart.tsx
β β βββ simulation-page.tsx
β β βββ simulation-results.tsx
β β βββ simulation-timeline.tsx
β β βββ π test/
β β βββ advanced-settings.tsx
β β βββ ai-scenario-suggestions.tsx
β β βββ scenario-builder.tsx
β β βββ simulation-empty-state.tsx
β β βββ simulation-loader.tsx
β β βββ simulation-toolbar.tsx
β βββ π strategy/
β β βββ cost-benefit-analysis.tsx
β β βββ strategy-page.tsx
β β βββ strategy-recommendations.tsx
β βββ strategy-dashboard.tsx
β βββ π theme/
β β βββ index.ts
β β βββ sidebar-theme-toggle.tsx
β β βββ theme-animations.ts
β β βββ theme-provider.tsx
β β βββ theme-toggle.tsx
β βββ π ui/ # Shadcn/UI components
β βββ accordion.tsx
β βββ ai-chat-overlay.tsx
β βββ alert-dialog.tsx
β βββ alert.tsx
β βββ animated-dropdown-menu.tsx
β βββ aspect-ratio.tsx
β βββ AutoComplete.tsx
β βββ avatar.tsx
β βββ badge.tsx
β βββ bento-card.tsx
β βββ breadcrumb.tsx
β βββ button.tsx
β βββ calendar.tsx
β βββ card.tsx
β βββ carousel.tsx
β βββ chart.tsx
β βββ checkbox.tsx
β βββ collapsible.tsx
β βββ command.tsx
β βββ context-menu.tsx
β βββ country-dropdown.tsx
β βββ creatable-select.tsx
β βββ currency-selector.tsx
β βββ dialog.tsx
β βββ drawer.tsx
β βββ dropdown-menu.tsx
β βββ form.tsx
β βββ hero-geometric.tsx
β βββ hover-card.tsx
β βββ input-otp.tsx
β βββ input.tsx
β βββ label.tsx
β βββ menubar.tsx
β βββ multiselect.tsx
β βββ navigation-menu.tsx
β βββ order-state.tsx
β βββ pagination.tsx
β βββ popover.tsx
β βββ progress.tsx
β βββ radio-group.tsx
β βββ resizable.tsx
β βββ route-animation.tsx
β βββ scroll-area.tsx
β βββ select.tsx
β βββ separator.tsx
β βββ sheet.tsx
β βββ sidebar.tsx
β βββ skeleton.tsx
β βββ slider.tsx
β βββ sonner.tsx
β βββ stepper.tsx
β βββ switch.tsx
β βββ table.tsx
β βββ tabs.tsx
β βββ textarea.tsx
β βββ timeline-steps.tsx
β βββ toast.tsx
β βββ toaster.tsx
β βββ toggle-group.tsx
β βββ toggle.tsx
β βββ tooltip.tsx
β βββ use-mobile.tsx
β βββ use-toast.ts
βββ π constants/ # Application constants
β βββ currencies.tsx
β βββ digital-twin.tsx
β βββ supply-chain-form.tsx
β βββ π templates/ # Template definitions
β βββ π characteristics/
β β βββ π hazardous/
β β β βββ edges.ts
β β β βββ nodes.ts
β β βββ π high-value/
β β βββ edges.ts
β β βββ nodes.ts
β βββ π geographic/
β β βββ π domestic/
β β β βββ edges.ts
β β β βββ nodes.ts
β β βββ π global/
β β βββ edges.ts
β β βββ nodes.ts
β βββ π industry/
β β βββ π automotive/
β β β βββ edges.ts
β β β βββ nodes.ts
β β βββ π electronics/
β β β βββ edges.ts
β β β βββ nodes.ts
β β βββ π energy/
β β β βββ edges.ts
β β β βββ nodes.ts
β β βββ π fashion/
β β β βββ edges.ts
β β β βββ nodes.ts
β β βββ π food-beverage/
β β β βββ edges.ts
β β β βββ nodes.ts
β β βββ π pharma/
β β βββ edges.ts
β β βββ nodes.ts
β βββ π legacy/
β β βββ edges.ts
β β βββ nodes.ts
β βββ π supplier-tiers/
β β βββ π tier1/
β β β βββ edges.ts
β β β βββ nodes.ts
β β βββ π tier3plus/
β β βββ edges.ts
β β βββ nodes.ts
β βββ index.ts
βββ π docs/ # Documentation
β βββ π agents/
β β βββ info.md
β βββ database.md
β βββ issues.md
β βββ π tasks/
β β βββ FormforSupplychain.md
β βββ validation-todo.md
βββ π hooks/ # React hooks
β βββ use-mobile.tsx
β βββ use-toast.ts
βββ π lib/ # Core library functions
β βββ π actions/
β β βββ user.ts
β βββ π api/
β β βββ notifications.ts
β β βββ simulation.ts
β β βββ supply-chain-intel.ts
β β βββ supply-chain.ts
β βββ π context/
β β βββ impact-context.tsx
β β βββ scenario-context.tsx
β β βββ SessionProvider.tsx
β βββ π data/
β β βββ impactresult.ts
β βββ digitalTwinStore.ts
β βββ π functions/
β β βββ signin.ts
β β βββ signout.ts
β β βββ signup.ts
β βββ π OlaMap/ # OLA Maps SDK
β β βββ π __MACOSX/
β β β βββ π OlaMapsWebSDK/
β β βββ π OlaMapsWebSDK/
β β βββ index.d.ts
β β βββ olamaps-js-sdk.es.js
β β βββ olamaps-js-sdk.umd.js
β β βββ style.css
β βββ seed-data.ts
β βββ π stores/
β β βββ user.ts
β βββ π supabase/
β β βββ client.ts
β β βββ server.ts
β βββ tavily.ts
β βββ template-selector.ts
β βββ π types/
β β βββ database.ts
β β βββ digital-twin.ts
β β βββ supabase.ts
β β βββ user.ts
β βββ utils.ts
β βββ π validation/
β βββ supply-chain-validator.ts
βββ π migrations/ # Database migrations
β βββ 01_init_schema.sql
β βββ 02_add_supply_chain_intel.sql
β βββ 03_supply_chain_intelligence.sql
βββ π public/ # Static assets
β βββ file.svg
β βββ globe.svg
β βββ next.svg
β βββ placeholder.jpg
β βββ vercel.svg
β βββ window.svg
βββ π utils/ # Utility functions
β βββ π functions/
β βββ insertSupplyChain.ts
β βββ parseProductSheet.ts
β βββ userUtils.ts
βββ components.json # Shadcn/UI configuration
βββ data-analysis.md # Data analysis documentation
βββ next.config.mjs # Next.js configuration
βββ next.config.ts # TypeScript Next.js config
βββ nodetype.md # Node type documentation
βββ notepad.txt # Development notes
βββ package.json # Project dependencies
βββ package-lock.json # Dependency lock file
βββ pnpm-lock.yaml # PNPM lock file
βββ pnpm-workspace.yaml # PNPM workspace config
βββ postcss.config.mjs # PostCSS configuration
βββ PRODUCTION_AGENT_README.md # Production documentation
βββ README.md # This file
βββ tailwind.config.ts # Tailwind CSS configuration
βββ TODO.md # Project todos
βββ tsconfig.json # TypeScript configuration