Getting Started¶
Welcome to Dazzle! This section will help you install Dazzle and build your first application.
Quick Links¶
| Guide | Description |
|---|---|
| Installation | Install Dazzle on your system |
| Quickstart | Get a working app in 5 minutes |
| Your First App | Step-by-step tutorial |
Prerequisites¶
- Python 3.12 or higher
- A terminal / command line
Fastest Path¶
# Install
pip install dazzle-dsl
# Run an example
cd examples/simple_task
dazzle serve
# Open http://localhost:3000
Next Steps¶
After getting started:
- Explore the DSL Reference for syntax details
- Check out Examples for more complex projects
- Read about the Architecture to understand how it works