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 |
| Skeptical Evaluation | Verify the core runtime, RBAC, and compliance claims |
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
- Run the Skeptical Evaluation if you are deciding whether to trust the framework
- Read about the Architecture to understand how it works