%%{init: {'theme': 'base', 'themeVariables': { 'primaryColor': '#ffffff', 'primaryTextColor': '#0f1c1e', 'primaryBorderColor': '#d4e5e3', 'lineColor': '#8aa3a8', 'secondaryColor': '#f7fbfa', 'tertiaryColor': '#f0f6f5', 'fontFamily': 'Inter, system-ui, sans-serif', 'fontSize': '14px' }}}%%
flowchart TD
A[Open Studio
Write or generate a script] --> B[Enter Presenter Mode
Camera, screen, slides ready]
B --> C[Start Recording
Space]
C --> D[Record segment]
D --> E[Hit Space to Pause
Action Menu opens]
E --> F[Relax / Breathe]
E --> G[Find Sources]
E --> H[Share / React]
E --> I[Review & Mark Cut]
F --> J[Resume Recording
Space]
G --> J
H --> J
I --> J
J --> K[Record next segment]
K --> D
K --> L[Stop & Save
Recording + finalizer tools]
classDef studio fill:#ecfdf5,stroke:#065f46,stroke-width:2px,color:#065f46
classDef presenter fill:#eff6ff,stroke:#1e40af,stroke-width:2px,color:#1e40af
classDef record fill:#fef2f2,stroke:#991b1b,stroke-width:2px,color:#991b1b
classDef action fill:#fffbeb,stroke:#92400e,stroke-width:2px,color:#92400e
classDef finish fill:#e6f6f4,stroke:#1d7066,stroke-width:2px,color:#1d7066
classDef plain fill:#ffffff,stroke:#d4e5e3,stroke-width:2px,color:#0f1c1e
class A studio
class B presenter
class C record
class E action
class F,G,H,I action
class J record
class L finish
class D,K plain