API Reference¶
Auto-generated reference documentation for the Dazzle codebase.
Auto-generated content
These pages are generated from source code analysis. For curated documentation, see the Architecture and DSL Reference sections.
Modules¶
| Module | Files | Description |
|---|---|---|
| dazzle | 519 | Core DSL parser, IR, validator, and CLI |
| dazzle_back | 204 | FastAPI backend runtime and services |
| dazzle_ui | 49 | JavaScript UI runtime and components |
Quick Links¶
- Parser: dazzle/core/parser.py
- IR Types: dazzle/core/ir/
- Validator: dazzle/core/validator.py
- CLI: dazzle/cli/
- Backend Runtime: dazzle_back/runtime/
- UI Components: dazzle_ui/runtime/