Fork me on GitHub
SCXML.IO
Blog
Tutorial
FAQ
Examples
Tooling
SCXML Tooling
Valid SCXML
Tooling
SCION
Online Editor
CLI
VS Code Plugin
SCXML Editor
SCION
Online Editor
Edit SCXML on the left, validate it as you type, and inspect the live SCHVIZ rendering on the right.
Editor
<scxml xmlns="http://www.w3.org/2005/07/scxml" version="1.0" initial="idle"> <state id="idle"> <transition event="cook" target="cooking" /> </state> <state id="cooking"> <transition event="done" target="idle" /> </state> </scxml>
Visualization
CLI
VS Code Plugin
SCXML Editor