Skip to main content
Copies demo templates into your workspace. Use this to get started with Synth without writing code from scratch.

Usage

uvx synth-ai demo
You’ll be prompted to select a demo template (Math Single-Step or Crafter GRPO) and choose a destination directory. The command copies all necessary files—task app code, configs, and helper scripts—into your chosen location. Inputs:
  • Template selection (interactive prompt)
  • Destination directory (defaults to current directory)
Outputs:
  • Task app code
  • Training configs
  • Helper scripts for running rollouts
  • .env template

Options

  • --template - Skip the prompt by specifying template ID
  • --dest PATH - Set destination directory
  • --force - Overwrite existing files
I