diff --git a/src/WelcomeArea.tsx b/src/WelcomeArea.tsx index dc704a7e..27e17a5f 100644 --- a/src/WelcomeArea.tsx +++ b/src/WelcomeArea.tsx @@ -130,94 +130,103 @@ export const WelcomeArea = () => { )} {state.matches('welcomeArea') && ( <> - - - Stately Visualizer - - Build state machine diagrams using XState.{' '} - - - For the best experience,{' '} - + + + <Heading size="lg">Stately Visualizer</Heading> + + + Build state machine diagrams using XState. + + + + This legacy visualizer is deprecated and is no longer + maintained. + + + For the best experience,{' '} + + use our new Stately editor + {' '} + to build and visualize state machines with drag-and-drop, AI + assistance, exporting to XState V5, and more. + + + Full parity between the new Stately editor and this + visualizer is coming soon. + + {' '} + Read our docs for more information on the differences + between the legacy visualizer and new visualizer. + + + + + + + + - use our Stately visualizer - {' '} - to build and visualize state machines. You can create with - drag-and-drop, generate machines from text descriptions, - export to XState V5, and more. - - - - - - XState Legacy Visualizer - - - This legacy visualizer is deprecated and is no longer - maintained. We recommend migrating your state machines to use - the{' '} - + + - - + + + Learn how to build machines + + + +