Home / Playground

Playground

Edit .spark source, preview dry-run output in the browser, and try a browser voice demo (Web Speech API). This is an honest preview — not a cloud IDE. Live model and voice ops run on your machine with the Spark runtime.

Full catalog
Run dry-run to see simulated fixture output for ask, classify, model, and voice ops.

Live (local only):
  1. Download or build the Spark runtime
  2. Save your program as my_program.spark
  3. Dry-run: ./spark-run.sh --dry-run my_program.spark
  4. Live: export OPENAI_API_KEY=your_key then ./spark-run.sh --live my_program.spark

API keys stay on your machine — never paste them into this page.

Next steps