Voxta docs

Studio

Build characters, scenarios, and everything that makes a chat more than back-and-forth.

Studio is the authoring half of Voxta. The chat interface is for talking with characters; Studio is for building them.

You don't need any of it for a casual chat — pick a character and start talking. Studio starts mattering once you want narrative structure, several characters, or the host app to react.

New to it? Build your first scenario walks one example end to end.

Content

What a chat is made of.

Interactions

Everything a scenario can fire, and the state it fires on.

Presentation

Driving what the player sees and hears.

Advanced

How the pieces fit

Scenario
  ├─ assigns Characters to Roles
  ├─ defines Interactions: events, buttons, actions, tools, contexts
  ├─ pulls in Memory Books for additional lore
  ├─ tracks state in Flags and variables
  ├─ runs Scripts on init, messages and events
  └─ fires App Triggers to drive the host app

On this page