Khaos Studio
Documentation and ecosystem hub for the Khaos Machine — a storytelling platform for screenwriters, animators, and collaborative creators.
---
The Stack
---
Quick Start
# 1. Parse a screenplay
khaos-tools parser parse script.fountain --output script.kspd
# 2. Query what was extracted
khaos-tools parser query script.kspd --type characters
# 3. Ingest into the story graph
khaos-tools graph ingest script.kspd
# 4. Analyze with AI (Groq is the default — fast, free tier)
khaos-tools bot analyze-all-scenes script.kspd --provider groq --save
→ Full walkthrough: Getting Started
---
LLM Providers
→ Setup instructions: Providers
---
Documentation
• [Getting Started](./docs/getting-started.md) — full pipeline walkthrough
• [Installation](./docs/installation.md) — setup for all platforms
• [Providers](./docs/providers.md) — all LLM providers, setup, env vars
• [Command Reference](./docs/command-reference.md) — complete CLI reference
• [Troubleshooting](./docs/troubleshooting.md) — common issues and fixes
Tools
• [khaos-tools](./tools/khaos-tools.md) — the headless engine
• [khaos-gui](./tools/khaos-gui.md) — the browser GUI
• [khaos-foundation](./tools/khaos-foundation.md) — macOS installer