Skip to content

Getting Started

Welcome to Dazzle! This section will help you install Dazzle and build your first application.

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: