docs/src/course/04-workflows/07-using-playground.md
The Mastra Playground provides a visual interface to test and run your workflows. Let's see your workflow in action!
Start your Mastra development server using the mastra dev command. If you are using npm the command is:
npm run dev
You should see output like:
š Mastra Dev Server starting...
š Studio available at: http://localhost:4111
http://localhost:4111contentWorkflow listedcontentWorkflow{
"content": "Machine learning is revolutionizing healthcare by enabling faster diagnoses and personalized treatments.",
"type": "article"
}
The playground shows you:
Great! You can now visually test your workflow. Next, you'll learn how to run workflows programmatically.