Skip to content

Commit 6674b2b

Browse files
authored
Blog post highlighting onboarding modal and new tutorials (#175)
* Improve description * Add blog post about onboarding modal and tutorials * Fix image URLs by moving themedimages into static folder
1 parent 23d3b1c commit 6674b2b

File tree

5 files changed

+51
-1
lines changed

5 files changed

+51
-1
lines changed

blog/2023-07-24-improving-your-flows-with-color/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Improving your flows with color'
3-
description: Join Anders and Laura for a tour of Stately Studio and an introduction to state machines featuring the next release of Stately Studio.
3+
description: As part of our recent colossal release, we’ve launched a new feature for pro users - colors.
44
tags: [stately studio, state machines, color, pro features]
55
authors: [laura]
66
slug: 2023-07-24-improving-your-flows-with-color
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: Learn Stately with our new editor videos
3+
description: We’ve created our Learn Stately guidance and accompanying tutorials to introduce the basic concepts of state machines.
4+
tags:
5+
[
6+
stately,
7+
editor,
8+
videos,
9+
docs,
10+
tutorials,
11+
]
12+
authors: [laura]
13+
date: 2023-08-10
14+
slug: 2023-08-10-new-editor-videos
15+
image: /blog/2023-08-10-new-editor-videos.png
16+
---
17+
18+
We’ve just released a new way for new users to learn Stately. We know that the learning curve is one of the biggest challenges you face when adopting state machines in your teams. We’ve designed our Learn Stately guidance and accompanying tutorials to introduce the basic concepts of state machines, demonstrate how to build them, simulate them, export them to code, and implement them with the exported code.<!-- truncate -->
19+
20+
<p>
21+
<ThemedImage
22+
alt="Learn Stately modal in the editor, with a video of the editor in action."
23+
sources={{
24+
light: '/blog/2023-08-10-new-editor-videos/onboarding.png',
25+
dark: '/blog/2023-08-10-new-editor-videos/onboarding-dm.png',
26+
}}
27+
/>
28+
</p>
29+
30+
## Learn Stately guidance
31+
32+
The highlight of our Learn Stately guidance is two short videos (less than 8 minutes total!) that provide a step-by-step guide to using Stately and cover the basics of state machines. The videos demonstrate how to build state machines, and the practical examples show you how to use our key features.
33+
34+
The Learn Stately guidance is triggered automatically when a new user visits the Stately editor or if they haven’t viewed the guidance before. You can also relaunch the modal anytime from the Editor menu by selecting Help > Learn Stately or from the Help drawer by selecting Learn Stately.
35+
36+
## Updated tutorials
37+
38+
We’ve also updated the tutorials in the Help drawer. We designed the tutorials as a refresher for the concepts learned in the videos and a quick start guide to Stately. They offer a brief overview of the features and functions of Stately, including how to create, edit, and simulate state machines.
39+
40+
You can always check out our [Stately and XState docs](https://stately.ai/docs) if you need further tutorials and examples. The docs cover everything from the basics of state machines to advanced implementation with XState.
41+
42+
## We’d love your feedback.
43+
44+
The new Learn Stately guidance and accompanying tutorials will hopefully make it easier than ever for new users to get started with state machines. We’d love your feedback about the videos and tutorials. Please let us know if they’ve helped and what other information you and your team need to get started with state machines. You can [request features, docs, and examples on our feedback board](https://feedback.stately.ai). Or let us know on our social channels below:
45+
46+
- [Discord](https://discord.gg/xstate)
47+
- [LinkedIn](https://www.linkedin.com/company/statelyai/)
48+
- [Mastodon](https://social.stately.ai/@stately)
49+
- [Twitter](https://twitter.com/statelyai)
50+
- [Instagram](https://instagram.com/statelyai)
288 KB
Loading
619 KB
Loading
624 KB
Loading

0 commit comments

Comments
 (0)