### StrategyLogic AI Chatbot Greetings Source: https://www.strategylogic.ai/strategic-design Provides example greetings and suggestions for the StrategyLogic AI chatbot, indicating its function in market research and AI developments. ```APIDOC Chatbot Configuration: Greeting: "Curious what tech the market's after? I'll get you answers!" Introduction: "👋 Welcome! We offer market research and the latest developments in the fields of digital technology and artificial intelligence." Suggested Queries: - "AI in software development" - "Competitive landscape of agent development platform" - "Core AI capabilities in customer services" Input Placeholder: "Send a message..." Waiting Message: "Please wait for the model to finish its response!" Usage Limit Message: "You have reached the limit of {maxPerDay} free sessions for today. Try again tomorrow!" ``` -------------------------------- ### CSS Styling for Stepper Component Source: https://www.strategylogic.ai/strategic-design This CSS defines styles for a stepper component, likely used for guiding users through a process. It sets up layout, typography, and theme-dependent colors for completed and active steps. ```css .css-z8g60n{--Stepper-indicatorColumn:auto;--Step-connectorThickness:1px;--Step-indicatorDotSize:0.375rem;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;padding:0;--Stepper-verticalGap:0.75rem;--Step-gap:0.5rem;--Step-connectorInset:0.5rem;--StepIndicator-size:1.75rem;font-family:var(--joy-fontFamily-body, "Inter", var(--joy-fontFamily-fallback, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"));font-weight:var(--joy-fontWeight-lg, 600);font-size:var(--joy-fontSize-lg, 1.125rem);line-height:var(--joy-lineHeight-xs, 1.33334);color:var(--joy-palette-text-primary, var(--joy-palette-neutral-800, #171A1C));width:100%;--StepIndicator-size:4rem;--Step-connectorInset:4px;}.css-z8g60n .MuiStepIndicator-root{border-width:4px;}.css-z8g60n .MuiStep-root::after{height:4px;}.css-z8g60n .Mui-completed .MuiStepIndicator-root{border-color:var(--joy-palette-primary-300, #97C3F0);color:var(--joy-palette-primary-300, #97C3F0);}.css-z8g60n .Mui-completed::after{background-color:var(--joy-palette-primary-300, #97C3F0);}.css-z8g60n .Mui-active .MuiStepIndicator-root{border-color:currentColor;}.css-z8g60n .Mui-disabled *{color:var(--joy-palette-neutral-outlinedDisabledColor, var(--joy-palette-neutral-400, #9FA6AD));} ``` -------------------------------- ### JavaScript Theme Initialization and Management Source: https://www.strategylogic.ai/resources This script handles the initialization and management of the website's theme (light, dark, system). It reads the theme preference from local storage, applies it to the document element, and sets up a listener for system preference changes if 'system' is selected. It also includes logic for applying the initial theme based on system preference if no local storage value is found. ```javascript (e,t,r,n,o,a,i,s)=>{let u=document.documentElement,l=["light","dark"];function c(t){var r;(Array.isArray(e)?e:[e]).forEach(e=>{let r="class"===e,n=r&&a?o.map(e=>a[e]||e):o;r?(u.classList.remove(...n),u.classList.add(a&&a[t]?a[t]:t)):u.setAttribute(e,t)}),r=t,s&&l.includes(r)&&(u.style.colorScheme=r)}if(n)c(n);else try{let e=localStorage.getItem(t)||r,n=i&&"system"===e?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":e;c(n)}catch(e){}})("class","theme","system",null,["light","dark"],null,true,true) ``` -------------------------------- ### Initialize Theme Switching Logic Source: https://www.strategylogic.ai/strategic-design This JavaScript code initializes theme switching logic, allowing users to select between light, dark, or system themes. It reads from local storage or system preferences to apply the initial theme and updates the document's class accordingly. ```javascript (e,t,r,n,o,a,i,s)=>{let u=document.documentElement,l=["light","dark"];function c(t){var r;(Array.isArray(e)?e:["class"]==e?e:e).forEach(e=>{let r="class"===e,n=r&&a?o.map(e=>a[e]||e):o;r?(u.classList.remove(...n),u.classList.add(a&&a[t]?a[t]:t)):u.setAttribute(e,t)}),r=t,s&&l.includes(r)&&(u.style.colorScheme=r)}if(n)c(n);else try{let e=localStorage.getItem(t)||r,n=i&&"system"===e?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":e;c(n)}catch(e){}})("class","theme","system",null,["light","dark"],null,true,true) ``` -------------------------------- ### GitHub Repository Initial Payload Source: https://github.com/strategylogic/strategykg The initial JSON payload containing metadata and state information for the StrategyLogic/StrategyKG GitHub repository page. This includes repository details, branch information, and file tree structure. ```json { "props": { "initialPayload": { "allShortcutsEnabled": false, "path": "/", "repo": { "id": 981022028, "defaultBranch": "main", "name": "StrategyKG", "ownerLogin": "StrategyLogic", "currentUserCanPush": false, "isFork": false, "isEmpty": false, "createdAt": "2025-05-10T06:53:11.000Z", "ownerAvatar": "https://avatars.githubusercontent.com/u/130140254?v=4", "public": true, "private": false, "isOrgOwned": true }, "currentUser": null, "refInfo": { "name": "main", "listCacheKey": "v0:1746859991.0", "canEdit": false, "refType": "branch", "currentOid": "07bc84cd4481dc21a0f8d7c57dfe06ea873c2f0c" }, "tree": { "items": [ { "name": ".github", "path": ".github", "contentType": "directory" }, { "name": "assets/img", "path": "assets/img", "contentType": "directory", "hasSimplifiedPath": true }, { "name": "intro", "path": "intro", "contentType": "directory" }, { "name": "notebook", "path": "notebook", "contentType": "directory" }, { "name": ".gitignore", "path": ".gitignore", "contentType": "file" }, { "name": "LICENSE", "path": "LICENSE", "contentType": "file" }, { "name": "README.md", "path": "README.md", "contentType": "file" }, { "name": "README_zh.md", "path": "README_zh.md", "contentType": "file" } ], "templateDirectorySuggestionUrl": null, "readme": null, "totalCount": 8, "showBranchInfobar": false }, "fileTree": null, "fileTreeProcessingTime": null, "foldersToFetch": [], "treeExpanded": false, "symbolsExpanded": false, "isOverview": true, "overview": { "banners": { "shouldRecommendReadme": false, "isPersonalRepo": false, "showUseActionBanner": false, "actionSlug": null, "actionId": null, "showProtectBranchBanner": false, "publishBannersInfo": { "dismissActionNoticePath": "/settings/dismiss-notice/publish_action_from_repo", "releasePath": "/StrategyLogic/StrategyKG/releases/new?marketplace=true", "showPublishActionBanner": false }, "interactionLimitBanner": null, "showInvitationBanner": false, "inviterName": null, "actionsMigrationBannerInfo": { "releaseTags": [], "showImmutableActionsMigrationBanner": false, "initialMigrationStatus": null }, "showDeployBanner": false, "detectedStack": { "framework": null, "packageManager": null } }, "codeButton": { "contactPath": "/contact", "isEnterprise": false, "local": { "protocolInfo": { "httpAvailable": true, "sshAvailable": null, "httpUrl": "https://github.com/StrategyLogic/StrategyKG.git", "showCloneWarning": null, "sshUrl": null, "sshCertificatesRequired": null, "sshCertificatesAvailable": null, "ghCliUrl": "gh repo clone StrategyLogic/StrategyKG", "defaultProtocol": "http", "newSshKeyUrl": "/settings/ssh/new", "setProtocolPath": "/users/set_protocol" }, "platformInfo": { "cloneUrl": "https://desktop.github.com", "showVisualStudioCloneButton": false, "visualStudioCloneUrl": "https://windows.github.com", "showXcodeCloneButton": false, "xcodeCloneUrl": "xcode://clone?repo=https%3A%2F%2Fgithub.com%2FStrategyLogic%2FStrategyKG", "zipballUrl": "/StrategyLogic/StrategyKG/archive/refs/heads/main.zip" }, "newCodespacePath": "/codespaces/new?hide_repo_select=true\u0026repo=981022028" }, "popovers": { "rename": null, "renamedParentRepo": null }, "commitCount": "18", "overviewFiles": [ { "displayName": "README.md", "repoName": "StrategyKG", "refName": "main", "path": "README.md", "preferredFileType": "readme", "tabName": "README", "richText": "\u003carticle class=\"markdown-body entry-content container-lg\" itemprop=\"text\"\u003e\u003cdiv class=\"markdown-heading\" dir=\"auto\"\u003e\u003ch1 align=\"center\" tabindex=\"-1\" class=\"heading-element\" dir=\"auto\"\u003eStrategyKG\u003c/h1\u003e\u003ca id=\"user-content-strategykg\" class=\"anchor\" aria-labe" } ] } } } } } ``` -------------------------------- ### Theme Initialization and Management Source: https://www.strategylogic.ai/about A JavaScript function to initialize and manage the theme (light, dark, or system preference) for the document. It sets the theme based on local storage, system preference, or a default, and applies it by adding/removing classes or attributes. ```javascript ((e,t,r,n,o,a,i,s)=>{ let u=document.documentElement, l=["light","dark"]; function c(t){ var r; (Array.isArray(e)?e:[e]).forEach(e=>{ let r="class"===e, n=r&&a?o.map(e=>a[e]||e):o; r?(u.classList.remove(...n),u.classList.add(a&&a[t]?a[t]:t)):u.setAttribute(e,t) }), r=t, s&&l.includes(r)&&(u.style.colorScheme=r) } if(n)c(n); else try{ let e=localStorage.getItem(t)||r, n=i&&"system"===e?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":e; c(n) }catch(e){} })("class","theme","system",null,["light","dark"],null,true,true) ``` -------------------------------- ### Next.js Application Initialization Source: https://www.strategylogic.ai/exploration This snippet details the initialization process for a Next.js application, including chunk loading and module registration. It appears to be part of the client-side bootstrapping for the application. ```javascript self.__next_f.push([1,"1f:I[59291,[\"3292\",\"static/chunks/3292-4ecb73a18bcfb396.js\",\"3350\",\"static/chunks/3350-2d635f965d0d4f47.js\",\"841\",\"static/chunks/841-18f5a90f7449e888.js\",\"7643\",\"static/chunks/7643-cf00d310533874f2.js\",\"339\",\"static/chunks/app/(home)/exploration/page-432b397c3e2c0e65.js\"],\"default\"]\n20:I[26281,[\"3292\",\"static/chunks/3292-4ecb73a18bcfb396.js\",\"6281\",\"static/chunks/6281-2006cd970118c133.js\",\"7177\",\"static/chunks/app/layout-b871e76d439b3879.js\"],\"SessionProvider\"]\n21:I[56267,[\"3292\",\"static/chunks/3292-4ecb73a18bcfb396.js\",\"6281\",\"static/chunks/6281-2006cd970118c133.js\",\"7177\",\"static/chunks/app/layout-b871e76d439b3879.js\"],\"ThemeProvider\"]\n ``` -------------------------------- ### StrategyLogic AI Platform - Main Section Source: https://www.strategylogic.ai/strategy-analysis-platform This snippet outlines the main content section of the StrategyLogic AI Platform's landing page. It includes a prominent heading with a highlighted phrase and a descriptive paragraph explaining the platform's purpose and benefits for strategists. ```html

Capture strategic signals
through noise

When strategists are struggling with data and limited technologies, decisions are slowdown and useless. StrategyLogic AI Platform is designed to solve this problem by organizing

``` -------------------------------- ### Next.js Metadata Configuration Source: https://www.strategylogic.ai/strategy-analysis-platform Configuration object for page metadata, including title, keywords, description, URL, and site name. This data is used to generate meta tags for SEO and social sharing. ```json {\"Metadata\": {\"title\": \"StrategyLogic Platform: Powering Strategic Decisions with AI Analytics \u0026 Design\",\"keywords\": {\"kw1\": \"StrategyLogic\",\"kw2\": \"Strategic Intelligence\",\"kw3\": \"Strategic AI Platform\",\"kw4\": \"StrategyLogic Platform\"},\"description\": \"Empowering strategic choices under uncertainty with leading tech platform.\",\"url\": \"https://strategylogic.ai\",\"sitename\": \"StrategyLogic Platform\",\"locale\": \"en_US\",\"type\": \"website\",\"login\": {\"title\": \"Login\",\"description\": \"The first 100 login users will get a free reader card.\"},\"loginrequired\": {\"title\": \"Login is required\",\"description\": \"Limited-time free Technology-Market Fit Repo\"}}} ``` -------------------------------- ### README.md Content Source: https://github.com/strategylogic/strategykg The main README file for the StrategyKG repository, detailing the project's purpose and structure. It is presented here in its raw markdown format. ```markdown # StrategyKG ``` -------------------------------- ### Theme Switching Logic Source: https://www.strategylogic.ai/strategy-analysis-platform Handles the application's theme switching logic, allowing users to select between 'light', 'dark', or 'system' themes. It applies the chosen theme by adding/removing classes from the document element and stores the preference in local storage. ```javascript ((e,t,r,n,o,a,i,s)=>{let u=document.documentElement,l=["light","dark"];function c(t){var r;(Array.isArray(e)?e:[e]).forEach(e=>{let r="class"===e,n=r&&a?o.map(e=>a[e]||e):o;r?(u.classList.remove(...n),u.classList.add(a&&a[t]?a[t]:t)):u.setAttribute(e,t)}),r=t,s&&l.includes(r)&&(u.style.colorScheme=r)}if(n)c(n);else try{let e=localStorage.getItem(t)||r,n=i&&"system"===e?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":e;c(n)}catch(e){}})("class","theme","system",null,["light","dark"],null,true,true) ``` -------------------------------- ### AI Strategy Analysis Frameworks Source: https://www.strategylogic.ai/resources Demonstrates the application of AI in strategic analysis by showcasing various business frameworks. This section lists popular models used for strategic planning and decision-making. ```APIDOC BusinessStrategyAnalysis: Description: AI-assisted analysis and decision-making using established business frameworks. Frameworks: - SWOT Analysis: Purpose: Identifies Strengths, Weaknesses, Opportunities, and Threats. Category: Strategy - PEST Analysis: Purpose: Analyzes Political, Economic, Social, and Technological factors. Category: Strategy - Five Forces Analysis: Purpose: Assesses industry competition and attractiveness based on Porter's Five Forces. Category: Strategy - Ansoff Matrix: Purpose: Helps identify growth opportunities through product and market strategies. Category: Strategy - BCG Matrix: Purpose: Evaluates business units or products based on market share and growth rate. Category: Strategy - 3C Analysis: Purpose: Analyzes Customer, Competitor, and Company factors for strategic positioning. Category: Strategy - Balance Score Card: Purpose: A strategic performance management tool that translates vision and strategy into objectives and measures. Category: Organization ``` -------------------------------- ### Next.js Asset Loading References Source: https://www.strategylogic.ai/resources References to static assets like CSS stylesheets and font files used by the Next.js application. These are typically loaded by the browser based on these manifest entries. ```html :HL[\"/_next/static/media/443896d591e4f761-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}] :HL[\"/_next/static/media/47cbc4e2adbc5db9-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}] :HL[\"/_next/static/media/7833d2e2b2ee9543-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}] :HL[\"/_next/static/media/a7d1cce8496465df-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}] :HL[\"/_next/static/css/d80e440a7672a3f7.css\",\"style\"] :HL[\"/_next/static/css/98e2949ca893dc53.css\",\"style\"] :HL[\"/_next/static/css/7b8ad53ea0ddb358.css\",\"style\"] :HL[\"/_next/static/css/30aa322a970355e7.css\",\"style\"] ``` -------------------------------- ### Website Metadata Configuration Source: https://www.strategylogic.ai/about This entry details the metadata configuration for the StrategyLogic platform, including SEO elements, internationalization messages, and specific content sections for user engagement and platform features. It outlines titles, descriptions, keywords, and localized content for various aspects of the website. ```APIDOC Metadata: title: "StrategyLogic Platform: Powering Strategic Decisions with AI Analytics & Design" keywords: kw1: "StrategyLogic" kw2: "Strategic Intelligence" kw3: "Strategic AI Platform" kw4: "StrategyLogic Platform" description: "Empowering strategic choices under uncertainty with leading tech platform." url: "https://strategylogic.ai" sitename: "StrategyLogic Platform" locale: "en_US" type: "website" Metadata.login: title: "Login" description: "The first 100 login users will get a free reader card." Metadata.loginrequired: title: "Login is required" description: "Limited-time free Technology-Market Fit Report 10 times per day." Metadata.plan: title: "Plans" description: "No matter your focus on outcomes, processes, goals, or challenges, StrategyLogic offers a tailored solution just for you." Metadata.strategydesign: title: "Frameworks" description: "StrategyLogic Design framework includes Enterprise AI Strategy and Digital Product Strategy, enabling businesses to advance and convert strategic visions into tangible results." Metadata.exploration: title: "Insights" description: "StrategyLogic guides businesses through the intricacies of AI transformation, providing strategic frameworks for designing AI transition indicators, co-evolving with practitioners, and grasping the challenges and opportunities of intelligent enterprise technology. We deliver insights for successful AI adoption and transformation strategies that spur real-world action and foster business growth." Metadata.platform: title: "Platform" description: "StrategyLogic AI Platform is engineered to reveal strategic insights, highlighting blind spots, monitoring markets, and validating trends. It equips strategists with prompt, dependable analysis amidst abundant data, transforming fragmented information into executable strategies that keep businesses at the forefront." Metadata.resources: title: "Prompt Library" description: "StrategyLogic presents an extensive array of resources, from the System Practices Toolbox to StrategyKG, an open-source knowledge graph, designed to assist leaders and architects in tackling organizational challenges and propelling strategic AI applications. Our resources facilitate the use of cognitive science and complex reasoning to bolster AI's strategic analysis and decision-making prowess." library: title: "Prompt Library" description: "Analysis and decision-making with AI practices." Metadata.about: title: "About" description: "StrategyLogic is dedicated to strategic intelligence transformation, underpinned by our mission and values. We empower organizations with practical knowledge, innovative creativity, and strategic thinking to navigate a rapidly evolving business landscape, make well-informed decisions, and surmount challenges. We invite you to join our creator community, which focuses on driving paradigm shifts, enterprise tr" ``` -------------------------------- ### Next.js Internal Chunk Loading Configuration Source: https://www.strategylogic.ai/strategic-design Internal JavaScript configuration for Next.js application chunk loading, detailing module imports and dependencies for various application segments. ```javascript (self.__next_f=self.__next_f||[]).push([0])self.__next_f.push([1,"1:\"$Sreact.fragment\"\n4:I[81471,[],\"\"].\n5:I[20707,[],\"\"].\n7:I[50461,[],\"MetadataBoundary\"].\n9:I[50461,[],\"OutletBoundary\"].\nc:I[91915,[],\"AsyncMetadataOutlet\"].\ne:I[50461,[],\"ViewportBoundary\"].\n10:I[97434,[],\"\"].\n11:I[20759,[\"4825\",\"static/chunks/3462186f-d0bf630acca69793.js\",\"3292\",\"static/chunks/3292-4ecb73a18bcfb396.js\",\"3350\",\"static/chunks/3350-2d635f965d0d4f47.js\",\"7643\",\"static/chunks/7643-cf00d310533874f2.js\",\"6189\",\"static/chunks/6189-71c2c187fcd35a30.js\",\"4726\",\"static/chunks/4726-7c692c8284cc3e82.js\",\"6281\",\"static/chunks/6281-2006cd970118c133.js\",\"7794\",\"static/chunks/7794-d1f4f91bd4e72339.js\",\"3138\",\"static/chunks/3138-ab69c84530ac01ce.js\",\"3820\",\"static/chunks/3820-8023dae768e9dcd3.js\",\"4790\",\"static/chunks/app/(home)/layout-99e7eb61b13df8da.js\"],\"default\"]\n12:I[93603,[\"4825\",\"static/chunks/3462186f-d0bf630acca69793.js\",\"9966\",\"static/chunks/d5fee677-58f8b37cc0e9e510.js\",\"3292\",\"static/chunks/3292-4ecb73a18bcfb396.js\",\"3350\",\"static/chunks/3350-2d635f965d0d4f47.js\",\"841\",\"static/chunks/841-18f5a90f7449e888.js\",\"7643\",\"static/chunks/7643-cf00d310533874f2.js\",\"6189\",\"static/chunks/6189-71c2c187fcd35a30.js\",\"6281\",\"static/chunks/6281-2006cd970118c133.js\",\"7794\",\"static/chunks/7794-d1f4f91bd4e72339.js\",\"4958\",\"static/chunks/4958-8b957b6aa37a35f1.js\",\"2700\",\"static/chunks/2700-f4a4534a7c8ebb6a.js\",\"4976\",\"static/chunks/4976-bcb4f0e92a3c7952.js\",\"2712\",\"static/chunks/2712-55a01b7af31d7b90.js\",\"4382\",\"static/chunks/4382-e7908066121f648e.js\",\"7813\",\"static/chunks/app/(home)/page-78ee780afbeb8623.js\"],\"PreloadChunks\"]\n14:\"$Sreact.suspense\"\n15:I[91915,[],\"AsyncMetadata\"]\n17:I[26134,[\"4825\",\"static/chunks/3462186f-d0bf630acca69793.js\",\"3292\",\"static/chunks/3292-4ecb73a18bcfb396.js\",\"3350\",\"static/chunks/3350-2d635f965d0d4f47.js\",\"7643\",\"static/chunks/7643-cf00d310533874f2.js\",\"6189\",\"static/chunks/6189-71c2c187fcd35a30.js\",\"4726\",\"static/chunks/4726-7c692c8284cc3e82.js\",\"6281\",\"static/chunks/6281-2006cd970118c133.js\",\"7794\",\"static/chunks/7794-d1f4f91bd4e72339.js\",\"3138\",\"static/chunks/3138-ab69c84530ac01ce.js\",\"3820\"])\nself.__next_f.push([1,\"\",\"static/chunks/3820-8023dae768e9dcd3.js\",\"4790\",\"static/chunks/app/(home)/layout-99e7eb61b13df8da.js\"],\"default\"]\n18:I[88311,[\"3292\",\"static/chunks/3292-4ecb73a18bcfb396.js\",\"3350\",\"static/chunks/3350-2d635f965d0d4f47.js\",\"841\",\"static/chunks/841-18f5a90f7449e888.js\",\"3475\",\"static/chunks/3475-2c4dea4364a474cf.js\",\"2700\",\"static/chunks/2700-f4a4534a7c8ebb6a.js\",\"7989\",\"static/chunks/7989-e308a983fdfa31bb.js\",\"7621\",\"static/chunks/app/(home)/strategic-design/page-e295935425aec583.js\"],\"Stack\"]\n19:I[24720,[\"3292\",\"static/chunks/3292-4ecb73a18bcfb396.js\",\"3350\",\"static/chunks/3350-2d635f965d0d4f47.js\",\"841\",\"static/chunks/841-18f5a90f7449e888.js\",\"3475\",\"static/chunks/3475-2c4dea4364a474cf.js\",\"2700\",\"static/chunks/2700-f4a4534a7c8ebb6a.js\",\"7989\",\"static/chunks/7989-e308a983fdfa31bb.js\",\"7621\",\"static/chunks/app/(home)/strategic-design/page-e295935425aec583.js\"],\"default\"]\n1a:I[73350,[\"3292\",\"static/chunks/3292-4ecb73a18bcfb396.js\",\"3350\",\"static/chunks/3350-2d635f965d0d4f47.js\",\"841\",\"static/chunks/841-18f5a90f7449e888.js\",\"3475\",\"static/chunks/3475-2c4dea4364a474cf.js\",\"2700\",\"static/chunks/2700-f4a4534a7c8ebb6a.js\",\"7989\",\"static/chunks/7989-e308a983fdfa31bb.js\",\"7621\",\"static/chunks/app/(home)/strategic-design/page-e295935425aec583.js\"],\"\"].\n1b:I[13208,[\"3292\",\"st ``` -------------------------------- ### JSON-LD Product Schema Markup Source: https://www.strategylogic.ai/strategy-analysis-platform Schema.org JSON-LD markup embedded within a script tag to provide structured data about the product. It includes the product name, image URL, and a description, enhancing search engine understanding and rich results. ```json {\"@context\": \"https://schema.org\",\"@type\": \"Product\",\"name\": \"StrategyLogic\",\"image\": \"https://www.strategylogic.ai/images/strategylogic-ai-platform.png\",\"description\": \"Empowering strategic choices under uncertainty with leading tech platform.\"} ``` -------------------------------- ### Next.js Asset Manifest and Chunk Loading Source: https://www.strategylogic.ai/strategic-design Illustrates Next.js's internal asset manifest (`__next_f`) which lists JavaScript chunks, CSS files, and font assets required for application loading. It shows how these assets are referenced and potentially loaded. ```javascript self.__next_f.push([ "3292", "static/chunks/3292-4ecb73a18bcfb396.js", "3350", "static/chunks/3350-2d635f965d0d4f47.js", "841", "static/chunks/841-18f5a90f7449e888.js", "3475", "static/chunks/3475-2c4dea4364a474cf.js", "2700", "static/chunks/2700-f4a4534a7c8ebb6a.js", "7989", "static/chunks/7989-e308a983fdfa31bb.js", "7621", "static/chunks/app/(home)/strategic-design/page-e295935425aec583.js" ]); self.__next_f.push([ "/\_next/static/media/443896d591e4f761-s.p.woff2", "font", { "crossOrigin": "", "type": "font/woff2" } ]); self.__next_f.push([ "/\_next/static/media/47cbc4e2adbc5db9-s.p.woff2", "font", { "crossOrigin": "", "type": "font/woff2" } ]); self.__next_f.push([ "/\_next/static/media/7833d2e2b2ee9543-s.p.woff2", "font", { "crossOrigin": "", "type": "font/woff2" } ]); self.__next_f.push([ "/\_next/static/media/a7d1cce8496465df-s.p.woff2", "font", { "crossOrigin": "", "type": "font/woff2" } ]); self.__next_f.push([ "/\_next/static/css/d80e440a7672a3f7.css", "style" ]); self.__next_f.push([ "/\_next/static/css/98e2949ca893dc53.css", "style" ]); self.__next_f.push([ "/\_next/static/css/7b8ad53ea0ddb358.css", "style" ]); self.__next_f.push([ "/\_next/static/css/30aa322a970355e7.css", "style" ]); ``` -------------------------------- ### Page Metadata Source: https://www.strategylogic.ai/strategic-design This section contains the metadata for the StrategyLogic platform's framework page, including SEO-related tags, social media sharing properties (Open Graph and Twitter), and favicon links. ```APIDOC Page Metadata: - Title: Frameworks | StrategyLogic Platform - Description: StrategyLogic Design framework includes Enterprise AI Strategy and Digital Product Strategy, enabling businesses to advance and convert strategic visions into tangible results. - Keywords: StrategyLogic,Strategic Intelligence,Strategic AI Platform,StrategyLogic Platform - Open Graph: - Title: StrategyLogic - Description: Empowering strategic choices under uncertainty with leading tech platform. - URL: https://www.strategylogic.ai - Site Name: StrategyLogic - Image: https://www.strategylogic.ai/images/strategylogic-ai-platform.png (Width: 1272, Height: 1042) - Twitter Card: - Card: summary_large_image - Title: StrategyLogic - Description: Empowering strategic choices under uncertainty with leading tech platform. - Image: https://www.strategylogic.ai/images/strategylogic-ai-platform.png (Width: 1272, Height: 1042) - Favicons: - /icon.png - /icon-dark.png (for dark mode) ``` -------------------------------- ### 404 Error Page Styles Source: https://www.strategylogic.ai/strategy-analysis-platform Provides CSS styles for the 404 error page, including dark mode adjustments for better user experience. ```css body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}} ``` -------------------------------- ### Next.js Page Structure and Routing Source: https://www.strategylogic.ai/strategy-analysis-platform This snippet illustrates the internal representation of a Next.js page structure, including routing keys, component rendering logic, and error handling mechanisms. It shows how different parts of the application, like the main content and parallel routes, are organized. ```javascript {\"children\":[\"(home)\",[\"$\",\"$1\",\"c\",{\"children\":[null,\"$L3\"]}]],{\"children\":[\"strategy-analysis-platform\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undef" ] )self.__next_f.push([1,"ined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[\"$L6\",[\"$\",\"$L7\",null,{\"children\":\"$L8\"}],null,[\"$\",\"$L9\",null,{\"children\":[\"$La\",\"$Lb\",[\"$\",\"$Lc\",null,{\"promise\":\"$@d\"}]]}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$1\",\"wfp1z0Ne1J5edPosBcGAY\",{\"children\":[[\"$\",\"$Le\",null,{\"children\":\"$Lf\"}], [\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$10\",\"$undefined\"],\"s\":false,\"S\":false} 3:[[\"$\",\"$L11\",null,{}],[\"$\",\"main\",null,{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}],[[\"$\",\"$L12\",null,{\"moduleIds\":[\"app/(home)/layout.tsx -\u003e @/app/components/footer\"]}],\"$L13\"]]\n8:[\"$\",\"$14\",null,{\"fallback\":nu" ] )self.__next_f.push([1,"ll,\"children\":[\"$\",\"$L15\",null,{\"promise\":\"$@16\"}]]} b:null\n13:[\"$\",\"$L17\",null,{}]\n ``` -------------------------------- ### Page Initialization Script | JavaScript Source: https://www.strategylogic.ai/about A JavaScript snippet likely used for page initialization or analytics tracking. It contains a function that accesses document properties, suggesting it might be part of a larger client-side rendering or data collection process. ```javascript function() {\n var html = docu ``` -------------------------------- ### Next.js Metadata and Chunk Definitions Source: https://www.strategylogic.ai/strategy-analysis-platform Internal Next.js structures containing metadata, chunk loading information, and application initialization data. This includes page-specific metadata like titles and keywords, as well as references to JavaScript chunks required for rendering. ```javascript self.__next_f.push([1,"d:{\"metadata\":\"$16:metadata\",\"error\":null,\"digest\":\"$undefined\"}\n"]) ``` ```javascript self.__next_f.push([1,"19:I[60339,[\"3292\",\"static/chunks/3292-4ecb73a18bcfb396.js\",\"6281\",\"static/chunks/6281-2006cd970118c133.js\",\"7177\",\"static/chunks/app/layout-b871e76d439b3879.js\"],\"Analytics\" ]\n1a:I[90894,[\"3292\",\"static/chunks/3292-4ecb73a18bcfb396.js\",\"6281\",\"static/chunks/6281-2006cd970118c133.js\",\"7177\",\"static/chunks/app/layout-b871e76d439b3879.js\"],\"SpeedInsights\" ]\n2:[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"Product\\\",\\\"name\\\":\\\"StrategyLogic\\\",\\\"image\\\":\\\"https://www.strategylogic.ai/images/strategylogic-ai-platform.png\\\",\\\"description\\\":\\\"Empowering strategic choices under uncertainty with leading tech platform.\\"}}"]},{\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"(function() {\\n var html = document.documentElement;\\n var meta = document.querySelector('meta[name=\\\"theme-color\\\" ]');\\n if (!meta) {\\n meta = document.createElement('meta');\\n meta.setAttribute('name', 'theme-color');\\n document.head.appendChild(meta);\\n }\\n function updateThemeColor() {\\n var isDark = html.classList.contains('dark');\\n meta.setAttribute('content', isDark ? 'hsl(0 0% 0%)' : 'hsl(0 0% 100%)');\\n }\\n var observer = new MutationObserver(updateThemeColor);\\n observer.observe(html, { attributes: true, attributeFilter: [ 'class' ] });\\n updateThemeColor();\\n})();\"}}'},{\"$\",\"meta\",null,{\"name\":\"viewport\",\"content\":\"initial-scale=1, width=device-width\"}}]},{\"$\",\"body\",null,{\"className\":\"__variable_5d4a9e __variable_5d4a9e __variable_a06722\",\"children\":[\"$L18\",[\"$\",\"$L19\",null,{}],[\"$\",\"$L1a\",null,{}]]}}]]}\n"]) ``` ```javascript self.__next_f.push([1,"1b:I[59291,[\"3292\",\"static/chunks/3292-4ecb73a18bcfb396.js\",\"3504\",\"static/chunks/app/(home)/strategy-analysis-platform/page-c95f9bfe3de2833c.js\"]],\"default\" ]\n1c:I[26281,[\"3292\",\"static/chunks/3292-4ecb73a18bcfb396.js\",\"6281\",\"static/chunks/6281-2006cd970118c133.js\",\"7177\",\"static/chunks/app/layout-b871e76d439b3879.js\"],\"SessionProvider\" ]\n1d:I[56267,[\"3292\",\"static/chunks/3292-4ecb73a18bcfb396.js\",\"6281\",\"static/chunks/6281-2006cd970118c133.js\",\"7177\",\"static/chunks/app/layout-b871e76d439b3879.js\"],\"ThemeProvider\" ]\n ```