{"product_id":"crownai-starter-package","title":"CrownAI™ by Glidewell Starter Package","description":"\u003cstyle\u003e\n  .gx-crownai {\n    --gx-pink: #ff2d8d;\n    --gx-dark: #161616;\n    --gx-gray: #666666;\n    --gx-light: #f7f7f8;\n    --gx-border: #e8e8ea;\n    --gx-white: #ffffff;\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--gx-dark);\n    line-height: 1.65;\n  }\n\n  .gx-crownai * {\n    box-sizing: border-box;\n  }\n\n  .gx-crownai h2 {\n    font-size: clamp(1.65rem, 3vw, 2.15rem);\n    line-height: 1.2;\n    margin: 46px 0 16px;\n    color: var(--gx-dark);\n  }\n\n  .gx-crownai h3 {\n    font-size: 1.15rem;\n    line-height: 1.35;\n    margin: 0 0 8px;\n    color: var(--gx-dark);\n  }\n\n  .gx-crownai p {\n    margin: 0 0 18px;\n  }\n\n  .gx-crownai ul,\n  .gx-crownai ol {\n    padding-left: 22px;\n    margin: 0 0 20px;\n  }\n\n  .gx-crownai li {\n    margin-bottom: 9px;\n  }\n\n  .gx-crownai a {\n    color: var(--gx-pink);\n    font-weight: 700;\n    text-decoration: underline;\n    text-underline-offset: 3px;\n  }\n\n  .gx-crownai a:hover {\n    opacity: 0.8;\n  }\n\n  .gx-crownai .gx-eyebrow {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: var(--gx-pink);\n    font-size: 0.8rem;\n    font-weight: 800;\n    letter-spacing: 0.09em;\n    text-transform: uppercase;\n  }\n\n  .gx-crownai .gx-intro {\n    font-size: 1.08rem;\n  }\n\n  .gx-crownai .gx-lead {\n    font-size: 1.15rem;\n    line-height: 1.65;\n  }\n\n  .gx-crownai .gx-image {\n    margin: 30px auto;\n    text-align: center;\n  }\n\n  .gx-crownai .gx-image img {\n    display: block;\n    max-width: 100%;\n    height: auto;\n    margin: 0 auto;\n    border-radius: 12px;\n  }\n\n  .gx-crownai .gx-quick-answer {\n    margin: 30px 0;\n    padding: 24px 26px;\n    background: var(--gx-light);\n    border-left: 5px solid var(--gx-pink);\n    border-radius: 0 12px 12px 0;\n  }\n\n  .gx-crownai .gx-quick-answer h3 {\n    margin-bottom: 8px;\n  }\n\n  .gx-crownai .gx-quick-answer p {\n    margin-bottom: 0;\n  }\n\n  .gx-crownai .gx-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n    margin: 24px 0 32px;\n  }\n\n  .gx-crownai .gx-card {\n    padding: 24px;\n    background: var(--gx-white);\n    border: 1px solid var(--gx-border);\n    border-radius: 14px;\n  }\n\n  .gx-crownai .gx-card-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    margin-bottom: 14px;\n    border-radius: 50%;\n    background: var(--gx-pink);\n    color: var(--gx-white);\n    font-weight: 800;\n  }\n\n  .gx-crownai .gx-card p {\n    margin: 0;\n    color: var(--gx-gray);\n  }\n\n  .gx-crownai .gx-highlight {\n    margin: 28px 0;\n    padding: 28px;\n    background: var(--gx-dark);\n    color: var(--gx-white);\n    border-radius: 14px;\n  }\n\n  .gx-crownai .gx-highlight h3 {\n    color: var(--gx-white);\n    margin-bottom: 10px;\n  }\n\n  .gx-crownai .gx-highlight p {\n    margin-bottom: 0;\n  }\n\n  .gx-crownai .gx-checklist {\n    list-style: none;\n    padding-left: 0;\n  }\n\n  .gx-crownai .gx-checklist li {\n    position: relative;\n    padding-left: 30px;\n    margin-bottom: 12px;\n  }\n\n  .gx-crownai .gx-checklist li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    color: var(--gx-pink);\n    font-weight: 900;\n  }\n\n  .gx-crownai .gx-workflow {\n    counter-reset: gx-step;\n    list-style: none;\n    padding: 0;\n    margin: 24px 0;\n  }\n\n  .gx-crownai .gx-workflow li {\n    counter-increment: gx-step;\n    position: relative;\n    padding: 17px 18px 17px 58px;\n    margin-bottom: 10px;\n    background: var(--gx-light);\n    border-radius: 10px;\n  }\n\n  .gx-crownai .gx-workflow li::before {\n    content: counter(gx-step);\n    position: absolute;\n    left: 17px;\n    top: 15px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    background: var(--gx-pink);\n    color: var(--gx-white);\n    font-weight: 800;\n    font-size: 0.85rem;\n  }\n\n  .gx-crownai .gx-video {\n  position: relative;\n  width: 100%;\n  max-width: 640px;\n  aspect-ratio: 16 \/ 9;\n  margin: 30px auto;\n  overflow: hidden;\n  border-radius: 14px;\n  background: #000;\n}\n\n.gx-crownai .gx-video iframe {\n  width: 100%;\n  height: 100%;\n  border: 0;\n  display: block;\n}\n\n  .gx-crownai .gx-file-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n    margin: 22px 0 28px;\n  }\n\n  .gx-crownai .gx-file {\n    padding: 18px 20px;\n    border: 1px solid var(--gx-border);\n    border-radius: 10px;\n    background: var(--gx-white);\n  }\n\n  .gx-crownai .gx-file strong {\n    display: block;\n    margin-bottom: 3px;\n  }\n\n  .gx-crownai .gx-faq {\n    margin-top: 24px;\n  }\n\n  .gx-crownai .gx-faq details {\n    border-top: 1px solid var(--gx-border);\n    padding: 18px 0;\n  }\n\n  .gx-crownai .gx-faq details:last-child {\n    border-bottom: 1px solid var(--gx-border);\n  }\n\n  .gx-crownai .gx-faq summary {\n    cursor: pointer;\n    font-weight: 800;\n    color: var(--gx-dark);\n  }\n\n  .gx-crownai .gx-faq details p {\n    margin: 12px 0 0;\n  }\n\n  .gx-crownai .gx-bottom {\n    margin: 42px 0 10px;\n    padding: 28px;\n    text-align: center;\n    background: var(--gx-light);\n    border-radius: 14px;\n  }\n\n  .gx-crownai .gx-bottom h2 {\n    margin-top: 0;\n  }\n\n  .gx-crownai .gx-bottom p:last-child {\n    margin-bottom: 0;\n  }\n\n  @media screen and (max-width: 749px) {\n    .gx-crownai .gx-grid,\n    .gx-crownai .gx-file-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .gx-crownai .gx-card,\n    .gx-crownai .gx-highlight,\n    .gx-crownai .gx-bottom {\n      padding: 21px;\n    }\n\n    .gx-crownai h2 {\n      margin-top: 36px;\n    }\n  }\n\u003c\/style\u003e\n\u003csection class=\"gx-crownai\"\u003e\u003cspan class=\"gx-eyebrow\"\u003eAI Crown Design • Digital Dental Laboratory Workflow\u003c\/span\u003e\n\u003cp class=\"gx-lead\"\u003e\u003cstrong\u003eCrownAI™ is AI-powered crown design software developed by Glidewell for dental laboratories and available through Gro3X™.\u003c\/strong\u003e It generates AI-assisted crown designs in approximately \u003cstrong\u003e60–90 seconds\u003c\/strong\u003e and provides the STL files needed to support crown production, model printing, and transfer-die workflows.\u003c\/p\u003e\n\u003cp\u003eInstead of beginning every restoration with a blank CAD design, CrownAI gives dental technicians an AI-generated crown proposal to review and move through the laboratory's digital production workflow.\u003c\/p\u003e\n\u003cdiv class=\"gx-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0267\/0896\/7467\/files\/8565a30c-3186-4ae6-ab78-28fa48c8bd7b.png?v=1781117724\" alt=\"CrownAI AI-powered dental crown design software developed by Glidewell and available through Gro3X\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"gx-quick-answer\"\u003e\n\u003ch3\u003eQuick Answer\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eCrownAI is an AI-assisted crown design system for dental laboratories.\u003c\/strong\u003e It generates crown proposals from digital scan data, helping reduce repetitive CAD design work while allowing the dental technician to review and continue the case through the lab's existing digital workflow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\u003eWhy CrownAI for Your Dental Laboratory?\u003c\/h2\u003e\n\u003cdiv class=\"gx-grid\"\u003e\n\u003cdiv class=\"gx-card\"\u003e\n\u003cdiv class=\"gx-card-number\"\u003e1\u003c\/div\u003e\n\u003ch3\u003eFaster Crown Design\u003c\/h3\u003e\n\u003cp\u003eCrownAI can generate a digital crown design in approximately 60–90 seconds, giving the technician a fast starting point for the case.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-card\"\u003e\n\u003cdiv class=\"gx-card-number\"\u003e2\u003c\/div\u003e\n\u003ch3\u003eLess Repetitive CAD Work\u003c\/h3\u003e\n\u003cp\u003eAI-generated crown proposals can reduce the need to manually build every restoration from scratch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-card\"\u003e\n\u003cdiv class=\"gx-card-number\"\u003e3\u003c\/div\u003e\n\u003ch3\u003eScalable Digital Workflow\u003c\/h3\u003e\n\u003cp\u003eCrownAI can help laboratories add crown-design capacity without simply adding more repetitive manual design steps.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eGet Started with CrownAI\u003c\/h2\u003e\n\u003cp\u003ePurchase the \u003cstrong\u003eCrownAI™ Starter Package\u003c\/strong\u003e through Gro3X to register and begin using CrownAI in your dental laboratory.\u003c\/p\u003e\n\u003cul class=\"gx-checklist\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eInstallation on unlimited design stations\u003c\/strong\u003e for your dental laboratory.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eComplimentary training\u003c\/strong\u003e to help your team get started.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e100 CrownAI design credits\u003c\/strong\u003e included with the Starter Package.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eAfter the initial 100 design credits have been used, your CrownAI account automatically transitions to monthly billing using the credit card on file. Additional crown designs are billed at \u003cstrong\u003e$2.95 per design\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cdiv class=\"gx-highlight\"\u003e\n\u003ch3\u003eMore Than a Crown Design\u003c\/h3\u003e\n\u003cp\u003eEach CrownAI design credit includes not only the crown-design STL, but also additional digital files that can support model printing and transfer-die production.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\u003eWhat Is Included with Each CrownAI Design Credit?\u003c\/h2\u003e\n\u003cp\u003eEach CrownAI design credit provides the digital files needed to help move a crown case from AI-assisted design into your dental laboratory's production workflow.\u003c\/p\u003e\n\u003cdiv class=\"gx-file-grid\"\u003e\n\u003cdiv class=\"gx-file\"\u003e\n\u003cstrong\u003eCrown Design STL\u003c\/strong\u003e 1 crown design STL file for digital crown production.\u003c\/div\u003e\n\u003cdiv class=\"gx-file\"\u003e\n\u003cstrong\u003eMargin STL\u003c\/strong\u003e 1 margin STL file associated with the crown design.\u003c\/div\u003e\n\u003cdiv class=\"gx-file\"\u003e\n\u003cstrong\u003eVertex™ Model STL Files\u003c\/strong\u003e 1 upper and lower Vertex™ model STL file set for digital model production.\u003c\/div\u003e\n\u003cdiv class=\"gx-file\"\u003e\n\u003cstrong\u003eTransfer Die STL\u003c\/strong\u003e 1 transfer die STL file for digital fabrication.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eHow CrownAI Fits into the Digital Lab Workflow\u003c\/h2\u003e\n\u003cp\u003eCrownAI was developed by Glidewell to automate and accelerate digital crown design. Rather than replacing the dental technician, the software provides an AI-generated proposal that can be reviewed as part of the laboratory's restorative workflow.\u003c\/p\u003e\n\u003col class=\"gx-workflow\"\u003e\n\u003cli\u003eImport the digital scan data for the crown case.\u003c\/li\u003e\n\u003cli\u003eIdentify or confirm the preparation margin.\u003c\/li\u003e\n\u003cli\u003eAllow CrownAI to generate the crown proposal.\u003c\/li\u003e\n\u003cli\u003eReview the proposed restoration, including anatomy, contacts and occlusion.\u003c\/li\u003e\n\u003cli\u003eContinue the approved case through your laboratory's digital production workflow.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cp\u003eFor dental laboratories looking to increase CAD capacity, manage crown-design volume, or reduce repetitive manual design work, CrownAI provides a practical way to incorporate artificial intelligence into everyday crown production.\u003c\/p\u003e\n\u003cdiv class=\"gx-video\"\u003e\u003ciframe title=\"CrownAI AI-powered dental crown design software demonstration by Glidewell and Gro3X\" src=\"https:\/\/player.vimeo.com\/video\/907620647?badge=0\u0026amp;autopause=0\u0026amp;player_id=0\u0026amp;app_id=58479\" loading=\"lazy\"\u003e\n    \u003c\/iframe\u003e\u003c\/div\u003e\n\u003ch2\u003eCrown Design Plus Production-Ready Digital Files\u003c\/h2\u003e\n\u003cp\u003eAt \u003cstrong\u003e$2.95 per crown design\u003c\/strong\u003e, CrownAI provides more than the crown design itself. Each design credit also includes files that can support digital model and transfer-die production.\u003c\/p\u003e\n\u003cp\u003eThis makes CrownAI especially useful for digital dental laboratories that want to connect AI-assisted crown design with an efficient CAD\/CAM and 3D-printing workflow.\u003c\/p\u003e\n\u003cdiv class=\"gx-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0267\/0896\/7467\/files\/Model-exports_600x600.png?v=1708035686\" alt=\"CrownAI exported crown design, Vertex model and transfer die STL files for dental laboratory production\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003ch2\u003eWhy AI-Assisted Crown Design Matters\u003c\/h2\u003e\n\u003cp\u003eThe opportunity with AI crown design is not simply to make one design faster. It is to reduce repetitive design work and create a more connected workflow in which technicians can spend more of their time reviewing, refining, and managing production rather than starting every crown design from zero.\u003c\/p\u003e\n\u003cdiv class=\"gx-grid\"\u003e\n\u003cdiv class=\"gx-card\"\u003e\n\u003ch3\u003eReduce Design Bottlenecks\u003c\/h3\u003e\n\u003cp\u003eAI-generated proposals can help move routine crown cases into review faster.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-card\"\u003e\n\u003ch3\u003eSupport the Technician\u003c\/h3\u003e\n\u003cp\u003eCrownAI provides a starting proposal while the dental technician remains responsible for reviewing the restoration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-card\"\u003e\n\u003ch3\u003eBuild More Capacity\u003c\/h3\u003e\n\u003cp\u003eFaster initial design can help laboratories manage growing digital crown volume more efficiently.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eCrownAI Hardware Requirements\u003c\/h2\u003e\n\u003cp\u003eBefore installing CrownAI, confirm that your dental laboratory's computers and design stations meet the recommended hardware requirements for the software.\u003c\/p\u003e\n\u003cdiv class=\"gx-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0267\/0896\/7467\/files\/HW-Requirements_1024x1024.png?v=1709169468\" alt=\"CrownAI computer and hardware requirements for dental laboratory design stations\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"gx-bottom\"\u003e\n\u003ch2\u003eAI-Assisted Crown Design for the Modern Dental Lab\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003eCrownAI™ is developed by Glidewell and available through Gro3X™ for dental laboratories looking to add fast, AI-assisted crown design to their digital workflow.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eWant to understand the technology in greater detail? \u003ca href=\"\/pages\/crownai_page\"\u003eExplore the CrownAI workflow guide\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Glidewell","offers":[{"title":"Default Title","offer_id":41054383374379,"sku":"CrownAIstarterKit01","price":497.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0267\/0896\/7467\/files\/crownai-glidewell-ai-crown-design-software.png?v=1789213737","url":"https:\/\/www.gro3x.com\/products\/crownai-starter-package","provider":"Gro3X","version":"1.0","type":"link"}