{"id":3182,"date":"2017-04-21T14:54:40","date_gmt":"2017-04-21T14:54:40","guid":{"rendered":"http:\/\/digitalscientists.com\/?p=3182"},"modified":"2024-04-24T13:44:45","modified_gmt":"2024-04-24T13:44:45","slug":"innovation-stack-the-key-to-a-fast-product-launch","status":"publish","type":"post","link":"https:\/\/digitalscientists.com\/blog\/innovation-stack-the-key-to-a-fast-product-launch\/","title":{"rendered":"Innovation stack \u2013 the key to a fast product launch"},"content":{"rendered":"\n<h4 class=\"wp-block-heading has-option-default\">How an innovation stack helps launch a minimum viable product<\/h4>\n\n\n\n<p class=\"has-option-default\">When developing a digital product, speed is the priority, and product\/market fit is the goal. You need to get the product into users\u2019 hands fast so you can begin the learning process and validate your idea.<\/p>\n\n\n\n<p class=\"has-option-default\">The best way to do that is to launch a&nbsp;minimum viable product&nbsp;(MVP), and the innovation stack is the MVP\u2019s best friend.<\/p>\n\n\n\n<p class=\"has-option-default\">A digital product is made up of a collection of functions and features. A few of those features are core components of the product. They are central to what the product is \u2014 unique, proprietary elements that make the product special and compelling to users.<\/p>\n\n\n\n<p class=\"has-option-default\">But some, in fact, most, of the functions are not unique to a product. They are standard elements that support the key functions. They might include data collection, payment processing, messaging, and calendar interfaces.<\/p>\n\n\n\n<p class=\"has-option-default\">So, when you\u2019re developing your digital product, knowing you have to get your MVP launched quickly, and that you have finite resources, where do you want to focus your attention? Of course, you want to focus on the core functions of your product that will add value. But you still need the supporting elements.<\/p>\n\n\n\n<p class=\"has-option-default\">The innovation stack helps you understand your product so you can use existing, \u201coff-the-shelf\u201d solutions for the supporting elements, saving time and money.<\/p>\n\n\n\n<h4 class=\"wp-block-heading has-option-default\">What is an innovation stack?<\/h4>\n\n\n\n<p class=\"has-option-default\">You may have heard the terms \u201ctechnology stack,\u201d or \u201csoftware stack.\u201d While these terms have the same basic meaning, we prefer \u201cinnovation stack,\u201d because innovation is at the heart of digital product development.<\/p>\n\n\n\n<p class=\"has-option-default\">An innovation stack is a group of programs, technologies, or applications that work in tandem to produce a result or achieve a goal. It\u2019s called a stack, because the programs are literally stacked on top of one another, digitally speaking, in \u201clayers.\u201d The innovation stack is different for every digital product, but the basic layers include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Data<\/strong><\/li>\n\n\n\n<li><strong>API<\/strong><\/li>\n\n\n\n<li><strong>Web Server<\/strong><\/li>\n\n\n\n<li><strong>Application<\/strong><\/li>\n\n\n\n<li><strong>Admin<\/strong><\/li>\n<\/ul>\n\n\n\n<p class=\"has-option-default\">Within these layers are the tools, software packages, and solutions, that work together to make your product achieve its intended goal. This includes the existing technologies that can be plugged into your product to support the core functions, as well as the code for the core functions themselves.<\/p>\n\n\n\n<p class=\"has-option-default\">To understand how the layers of an innovation stack work together, let\u2019s use a simple example. Say your product is a\u00a0<a href=\"https:\/\/digitalscientists.com\/web-application-development\/\">web application<\/a>\u00a0that displays local weather forecasts. A user logs onto your application and wants to see a five-day forecast for Atlanta, Georgia.<\/p>\n\n\n\n<p class=\"has-option-default\">The&nbsp;<strong>Application Layer<\/strong> is what the user sees and interacts with. It\u2019s made up of screens, menus, images, input fields, and other tools to enhance the user experience. To find the forecast in Atlanta, she enters the ZIP code 30301.<\/p>\n\n\n\n<p class=\"has-option-default\">All of the information required to provide the user with the information she wants resides in the&nbsp;<strong>Data Layer<\/strong>. In this case, it\u2019s a database of weather forecast information nationwide \u2013temperatures, precipitation, humidity \u2014 all stored in a single location. The Data Layer could also include a search server that indexes the information to make it easier and faster to find.<\/p>\n\n\n\n<p class=\"has-option-default\">To get the information from the database to the user is not as simple as the application just grabbing it and displaying it. The information has to be processed, filtered, and formatted so the user sees what she needs. Nothing more, nothing less.<\/p>\n\n\n\n<p class=\"has-option-default\">The&nbsp;<strong>API Layer<\/strong>&nbsp;is essentially the liaison between the back end and the front end of the application. The API Layer processes, filters, and formats the information request and sends it down so the API can gather it.<\/p>\n\n\n\n<p class=\"has-option-default\">The API Layer gathers the information from the database and other sources, according to the business logic of the application. In simpler terms, it applies the search parameters (ZIP code in our example) to pull the correct information from the database and delivers it back up to the Web Server.<\/p>\n\n\n\n<p class=\"has-option-default\">The&nbsp;<strong>Web Server<\/strong>&nbsp;provides the information to the Application, which displays the information in a user-friendly, easy-to-understand way.<\/p>\n\n\n\n<p class=\"has-option-default\">All the while the&nbsp;<strong>Admin Layer<\/strong>&nbsp;is used by the application administrators to manage all of the basic software configurations and functions of the application.<\/p>\n\n\n\n<p class=\"has-option-default\">The layers of the innovation stack all work together to support your new product. The solution architecture (or the specific technologies for each layer of the innovation stack) is typically driven by the requirements of the user experience.<\/p>\n\n\n\n<h4 class=\"wp-block-heading has-option-default\">Example of an innovation stack<\/h4>\n\n\n\n<figure class=\"wp-block-image size-full has-option-mb40\"><img loading=\"lazy\" decoding=\"async\" width=\"770\" height=\"321\" src=\"http:\/\/digitalscientists.com\/wp-content\/uploads\/2017\/04\/ex_innovation_stack.png\" alt=\"Example of Innovation Stack\" class=\"wp-image-4129\" srcset=\"https:\/\/digitalscientists.com\/wp-content\/uploads\/2017\/04\/ex_innovation_stack.png 770w, https:\/\/digitalscientists.com\/wp-content\/uploads\/2017\/04\/ex_innovation_stack-300x125.png 300w, https:\/\/digitalscientists.com\/wp-content\/uploads\/2017\/04\/ex_innovation_stack-768x320.png 768w\" sizes=\"(max-width: 770px) 100vw, 770px\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading has-option-default\">Open-adoption software drives innovation<\/h4>\n\n\n\n<p class=\"has-option-default\">Understanding your product\u2019s innovation stack is crucial to launching an MVP, because it helps you make decisions about where to focus your efforts and where you can leverage ready-made solutions. And there are many different solutions available thanks to the trend toward something being called \u201copen adoption\u201d software.<\/p>\n\n\n\n<iframe loading=\"lazy\" src=\"https:\/\/www.slideshare.net\/slideshow\/embed_code\/key\/qWr2JTYrNvUSI\" width=\"595\" height=\"485\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" style=\"border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;\" allowfullscreen=\"\"> <\/iframe> <div style=\"margin-bottom:5px\"> <strong> <a href=\"https:\/\/www.slideshare.net\/AccelPartners\/the-rise-of-open-adoption-software-oas\" title=\"The Rise of Open Adoption Software (OAS)\" target=\"_blank\" rel=\"noopener\">The Rise of Open Adoption Software (OAS)<\/a> <\/strong> from <strong><a href=\"https:\/\/www.slideshare.net\/AccelPartners\" target=\"_blank\" rel=\"noopener\">Accel<\/a><\/strong> <\/div>\n\n\n\n<p class=\"has-option-default\">In contrast to proprietary licensed software, like Oracle and SAP, open adoption software can be used without the purchase of costly seat licenses while still being able to scale as required. The Innovation stack is made up almost exclusively of Open Adoption software and SAAS services \u2013 facilitating ease of development and speed to market.<\/p>\n\n\n\n<p class=\"has-option-default\">The open adoption software trend is driving innovation. With so much new software available, it\u2019s enabling developers to launch MVPs quickly and for far less money. It allows you to move fast. Instead of having to spend time writing code for basic functions, you can simply plug them in. This means you can keep your team&nbsp;<a href=\"https:\/\/digitalscientists.com\/blog\/digital-product-development-how-to-assemble-the-right-size-team\/\" target=\"_blank\" rel=\"noreferrer noopener\">small<\/a>, and it makes it easier to&nbsp;iterate, testing your product until you find the right approach.<\/p>\n\n\n\n<p class=\"has-option-default\">Most of all, it allows you to zero in on what\u2019s important. We\u2019ve stated the importance of the user experience (UX) in determining what a digital product should be, and that same principle applies to the innovation stack. The user needs you\u2019re trying to meet, and the experience you\u2019re trying to deliver should ultimately drive what\u2019s included in your product\u2019s innovation stack.<\/p>\n\n\n\n<p class=\"has-option-default\">When you\u2019re building something, it\u2019s important to know and understand what tools you have available, even if you\u2019re not the one using them. If your product or service is part of a larger offering or will connect to an existing product, consideration for the available resources should be included but not necessarily the determining factor.&nbsp;<\/p>\n\n\n\n<p class=\"has-option-default\">It should not be determined solely by what your corporate IT department is comfortable using either.&nbsp;<\/p>\n\n\n\n<p class=\"has-option-default\">Knowing that you have access to virtually unlimited tools beyond your enterprise software system means that you can ask the right questions of your development team. Most importantly, it means you can confidently assemble and manage your development team and focus your resources in the right places.<\/p>\n\n\n\n<p class=\"has-option-default\">So you can launch your product fast.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When developing a digital product, speed is the priority, product\/market fit is the goal. You need to get the product into users\u2019 hands fast so you can begin the learning process and validate your idea.<\/p>\n","protected":false},"author":4,"featured_media":3186,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"om_disable_all_campaigns":false,"inline_featured_image":false,"_price":"","_stock":"","_tribe_ticket_header":"","_tribe_default_ticket_provider":"","_tribe_ticket_capacity":"0","_ticket_start_date":"","_ticket_end_date":"","_tribe_ticket_show_description":"","_tribe_ticket_show_not_going":false,"_tribe_ticket_use_global_stock":"","_tribe_ticket_global_stock_level":"","_global_stock_mode":"","_global_stock_cap":"","_tribe_rsvp_for_event":"","_tribe_ticket_going_count":"","_tribe_ticket_not_going_count":"","_tribe_tickets_list":"[]","_tribe_ticket_has_attendee_info_fields":false,"footnotes":""},"categories":[42,43],"tags":[],"coauthors":[40],"class_list":["post-3182","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-archived","category-product"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Innovation stack \u2013 the key to a fast product launch | Digital Scientists<\/title>\n<meta name=\"description\" content=\"When developing a digital product, speed is the priority, product\/market fit is the goal. You need to get the product into users\u2019 hands fast so you can begin the learning process and validate your idea.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/digitalscientists.com\/blog\/innovation-stack-the-key-to-a-fast-product-launch\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Innovation stack \u2013 the key to a fast product launch | Digital Scientists\" \/>\n<meta property=\"og:description\" content=\"When developing a digital product, speed is the priority, product\/market fit is the goal. You need to get the product into users\u2019 hands fast so you can begin the learning process and validate your idea.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/digitalscientists.com\/blog\/innovation-stack-the-key-to-a-fast-product-launch\/\" \/>\n<meta property=\"og:site_name\" content=\"Digital Scientists\" \/>\n<meta property=\"article:published_time\" content=\"2017-04-21T14:54:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-24T13:44:45+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/digitalscientists.com\/wp-content\/uploads\/2020\/11\/Innovation_Stack-_The_Key_to_a_Fast_Product_Launch_heroimage.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2200\" \/>\n\t<meta property=\"og:image:height\" content=\"575\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Katie Walters\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Katie Walters\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\/\/digitalscientists.com\/blog\/innovation-stack-the-key-to-a-fast-product-launch\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/digitalscientists.com\/blog\/innovation-stack-the-key-to-a-fast-product-launch\/\"},\"author\":{\"name\":\"Katie Walters\",\"@id\":\"https:\/\/digitalscientists.com\/#\/schema\/person\/b5cc0d863bf3c9792ce6954cf821f97d\"},\"headline\":\"Innovation stack \u2013 the key to a fast product launch\",\"datePublished\":\"2017-04-21T14:54:40+00:00\",\"dateModified\":\"2024-04-24T13:44:45+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/digitalscientists.com\/blog\/innovation-stack-the-key-to-a-fast-product-launch\/\"},\"wordCount\":1148,\"publisher\":{\"@id\":\"https:\/\/digitalscientists.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/digitalscientists.com\/blog\/innovation-stack-the-key-to-a-fast-product-launch\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/digitalscientists.com\/wp-content\/uploads\/2020\/11\/Innovation_Stack-_The_Key_to_a_Fast_Product_Launch_heroimage.png\",\"articleSection\":[\"archived\",\"product\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/digitalscientists.com\/blog\/innovation-stack-the-key-to-a-fast-product-launch\/\",\"url\":\"https:\/\/digitalscientists.com\/blog\/innovation-stack-the-key-to-a-fast-product-launch\/\",\"name\":\"Innovation stack \u2013 the key to a fast product launch | Digital Scientists\",\"isPartOf\":{\"@id\":\"https:\/\/digitalscientists.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/digitalscientists.com\/blog\/innovation-stack-the-key-to-a-fast-product-launch\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/digitalscientists.com\/blog\/innovation-stack-the-key-to-a-fast-product-launch\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/digitalscientists.com\/wp-content\/uploads\/2020\/11\/Innovation_Stack-_The_Key_to_a_Fast_Product_Launch_heroimage.png\",\"datePublished\":\"2017-04-21T14:54:40+00:00\",\"dateModified\":\"2024-04-24T13:44:45+00:00\",\"description\":\"When developing a digital product, speed is the priority, product\/market fit is the goal. You need to get the product into users\u2019 hands fast so you can begin the learning process and validate your idea.\",\"breadcrumb\":{\"@id\":\"https:\/\/digitalscientists.com\/blog\/innovation-stack-the-key-to-a-fast-product-launch\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/digitalscientists.com\/blog\/innovation-stack-the-key-to-a-fast-product-launch\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/digitalscientists.com\/blog\/innovation-stack-the-key-to-a-fast-product-launch\/#primaryimage\",\"url\":\"https:\/\/digitalscientists.com\/wp-content\/uploads\/2020\/11\/Innovation_Stack-_The_Key_to_a_Fast_Product_Launch_heroimage.png\",\"contentUrl\":\"https:\/\/digitalscientists.com\/wp-content\/uploads\/2020\/11\/Innovation_Stack-_The_Key_to_a_Fast_Product_Launch_heroimage.png\",\"width\":2200,\"height\":575,\"caption\":\"Innovation Stack \u2013 The Key To A Fast Product Launch\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/digitalscientists.com\/blog\/innovation-stack-the-key-to-a-fast-product-launch\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/digitalscientists.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Innovation stack \u2013 the key to a fast product launch\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/digitalscientists.com\/#website\",\"url\":\"https:\/\/digitalscientists.com\/\",\"name\":\"Digital Scientists\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/digitalscientists.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/digitalscientists.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/digitalscientists.com\/#organization\",\"name\":\"Digital Scientists\",\"url\":\"https:\/\/digitalscientists.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/digitalscientists.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/digitalscientists.com\/wp-content\/uploads\/2022\/11\/header-logo-light.svg\",\"contentUrl\":\"https:\/\/digitalscientists.com\/wp-content\/uploads\/2022\/11\/header-logo-light.svg\",\"width\":165,\"height\":48,\"caption\":\"Digital Scientists\"},\"image\":{\"@id\":\"https:\/\/digitalscientists.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/digitalscientists.com\/#\/schema\/person\/b5cc0d863bf3c9792ce6954cf821f97d\",\"name\":\"Katie Walters\",\"url\":\"https:\/\/digitalscientists.com\/blog\/author\/katiewalters\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Innovation stack \u2013 the key to a fast product launch | Digital Scientists","description":"When developing a digital product, speed is the priority, product\/market fit is the goal. You need to get the product into users\u2019 hands fast so you can begin the learning process and validate your idea.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/digitalscientists.com\/blog\/innovation-stack-the-key-to-a-fast-product-launch\/","og_locale":"en_US","og_type":"article","og_title":"Innovation stack \u2013 the key to a fast product launch | Digital Scientists","og_description":"When developing a digital product, speed is the priority, product\/market fit is the goal. You need to get the product into users\u2019 hands fast so you can begin the learning process and validate your idea.","og_url":"https:\/\/digitalscientists.com\/blog\/innovation-stack-the-key-to-a-fast-product-launch\/","og_site_name":"Digital Scientists","article_published_time":"2017-04-21T14:54:40+00:00","article_modified_time":"2024-04-24T13:44:45+00:00","og_image":[{"width":2200,"height":575,"url":"http:\/\/digitalscientists.com\/wp-content\/uploads\/2020\/11\/Innovation_Stack-_The_Key_to_a_Fast_Product_Launch_heroimage.png","type":"image\/png"}],"author":"Katie Walters","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Katie Walters","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/digitalscientists.com\/blog\/innovation-stack-the-key-to-a-fast-product-launch\/#article","isPartOf":{"@id":"https:\/\/digitalscientists.com\/blog\/innovation-stack-the-key-to-a-fast-product-launch\/"},"author":{"name":"Katie Walters","@id":"https:\/\/digitalscientists.com\/#\/schema\/person\/b5cc0d863bf3c9792ce6954cf821f97d"},"headline":"Innovation stack \u2013 the key to a fast product launch","datePublished":"2017-04-21T14:54:40+00:00","dateModified":"2024-04-24T13:44:45+00:00","mainEntityOfPage":{"@id":"https:\/\/digitalscientists.com\/blog\/innovation-stack-the-key-to-a-fast-product-launch\/"},"wordCount":1148,"publisher":{"@id":"https:\/\/digitalscientists.com\/#organization"},"image":{"@id":"https:\/\/digitalscientists.com\/blog\/innovation-stack-the-key-to-a-fast-product-launch\/#primaryimage"},"thumbnailUrl":"https:\/\/digitalscientists.com\/wp-content\/uploads\/2020\/11\/Innovation_Stack-_The_Key_to_a_Fast_Product_Launch_heroimage.png","articleSection":["archived","product"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/digitalscientists.com\/blog\/innovation-stack-the-key-to-a-fast-product-launch\/","url":"https:\/\/digitalscientists.com\/blog\/innovation-stack-the-key-to-a-fast-product-launch\/","name":"Innovation stack \u2013 the key to a fast product launch | Digital Scientists","isPartOf":{"@id":"https:\/\/digitalscientists.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/digitalscientists.com\/blog\/innovation-stack-the-key-to-a-fast-product-launch\/#primaryimage"},"image":{"@id":"https:\/\/digitalscientists.com\/blog\/innovation-stack-the-key-to-a-fast-product-launch\/#primaryimage"},"thumbnailUrl":"https:\/\/digitalscientists.com\/wp-content\/uploads\/2020\/11\/Innovation_Stack-_The_Key_to_a_Fast_Product_Launch_heroimage.png","datePublished":"2017-04-21T14:54:40+00:00","dateModified":"2024-04-24T13:44:45+00:00","description":"When developing a digital product, speed is the priority, product\/market fit is the goal. You need to get the product into users\u2019 hands fast so you can begin the learning process and validate your idea.","breadcrumb":{"@id":"https:\/\/digitalscientists.com\/blog\/innovation-stack-the-key-to-a-fast-product-launch\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/digitalscientists.com\/blog\/innovation-stack-the-key-to-a-fast-product-launch\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/digitalscientists.com\/blog\/innovation-stack-the-key-to-a-fast-product-launch\/#primaryimage","url":"https:\/\/digitalscientists.com\/wp-content\/uploads\/2020\/11\/Innovation_Stack-_The_Key_to_a_Fast_Product_Launch_heroimage.png","contentUrl":"https:\/\/digitalscientists.com\/wp-content\/uploads\/2020\/11\/Innovation_Stack-_The_Key_to_a_Fast_Product_Launch_heroimage.png","width":2200,"height":575,"caption":"Innovation Stack \u2013 The Key To A Fast Product Launch"},{"@type":"BreadcrumbList","@id":"https:\/\/digitalscientists.com\/blog\/innovation-stack-the-key-to-a-fast-product-launch\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/digitalscientists.com\/"},{"@type":"ListItem","position":2,"name":"Innovation stack \u2013 the key to a fast product launch"}]},{"@type":"WebSite","@id":"https:\/\/digitalscientists.com\/#website","url":"https:\/\/digitalscientists.com\/","name":"Digital Scientists","description":"","publisher":{"@id":"https:\/\/digitalscientists.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/digitalscientists.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/digitalscientists.com\/#organization","name":"Digital Scientists","url":"https:\/\/digitalscientists.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/digitalscientists.com\/#\/schema\/logo\/image\/","url":"https:\/\/digitalscientists.com\/wp-content\/uploads\/2022\/11\/header-logo-light.svg","contentUrl":"https:\/\/digitalscientists.com\/wp-content\/uploads\/2022\/11\/header-logo-light.svg","width":165,"height":48,"caption":"Digital Scientists"},"image":{"@id":"https:\/\/digitalscientists.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/digitalscientists.com\/#\/schema\/person\/b5cc0d863bf3c9792ce6954cf821f97d","name":"Katie Walters","url":"https:\/\/digitalscientists.com\/blog\/author\/katiewalters\/"}]}},"ticketed":false,"_links":{"self":[{"href":"https:\/\/digitalscientists.com\/wp-json\/wp\/v2\/posts\/3182"}],"collection":[{"href":"https:\/\/digitalscientists.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/digitalscientists.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/digitalscientists.com\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/digitalscientists.com\/wp-json\/wp\/v2\/comments?post=3182"}],"version-history":[{"count":0,"href":"https:\/\/digitalscientists.com\/wp-json\/wp\/v2\/posts\/3182\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/digitalscientists.com\/wp-json\/wp\/v2\/media\/3186"}],"wp:attachment":[{"href":"https:\/\/digitalscientists.com\/wp-json\/wp\/v2\/media?parent=3182"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/digitalscientists.com\/wp-json\/wp\/v2\/categories?post=3182"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/digitalscientists.com\/wp-json\/wp\/v2\/tags?post=3182"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/digitalscientists.com\/wp-json\/wp\/v2\/coauthors?post=3182"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}