Visualizer for XState machines
Last updated Jun 30, 2026
453
Stars
115
Forks
99
Issues
0
Stars/day
Attention Score
70
Language breakdown
No language data available.
▸ Files
click to expand
README
XState (Legacy) Visualizer
Visualize XState state machines and statecharts in real-time.
🪄 Use the new Stately visual editor 🔗 Use the legacy Visualizer.
Usage
Visit stately.ai/viz to use the Visualizer.
Alternatively, you can install it locally (see installation)
Features
- Create XState machines in JavaScript or TypeScript right in the visualizer
- Simulate machines visually by clicking on events
- Pan and zoom into the visualized machine
- View current machine state
- View list of events sent to the simulated machine
- Access quick features via the command palette: cmd/ctrl + k
- Inspect machines by setting
url: 'https://stately.ai/viz?inspect'in@xstate/inspect
Installation
- Clone this GitHub repo
- Run
yarn install - Run
yarn startand visit localhost:3000/viz
Releases
https://www.loom.com/share/5357e00577e64387b45de8ee65cb3805
🔗 More in this category