Skip to content

Presentation Video UI Update Brain Dump

Created: 2026-05-20 07:06 UTC

Raw Notes

Presentation Video Creation flow

  1. [Video Name Panel] Video Name Text box
  2. [Business Docs Panel] Upload & Select Business Docs buttons
  3. [Video Description Panel] Video Description Text area - Show AI Assistant/Chatbot on Edit
  4. [Video Description Panel] Video Description Assistant/Chatbot - Web data sources described by user in chat
  5. [Video Description Panel] Video Description Text area - show inferred video description with formatting (paragraphs, newlines for points etc.)
  6. [VO Script Panel] VO Script Description Text area showing default Tone and Persona - Show AI Assistant/Chatbot on Edit
  7. [VO Script Panel] VO Script Description Assistant/Chatbot for user to give input about Tone, Persona or any other details related to the script
  8. [VO Script Panel] VO Script Preview Text area - show generated VO Script with formatting (each sentence on a new line)
  9. [Visual Identity Panel] Select Set, Bot, Brand Kit buttons
  10. Go To Scene Details button (rename existing Generate Scenes button)

To be removed

  1. Existing Visuals Panel (Upload/Select of Visuals)
  2. Existing Regenerate VO Script Checkbox

Context Diagram

flowchart TD
  name["Video Name"] --> docs["Business Docs"]
  docs --> description["Video Description"]
  description --> descAssistant["Description Assistant"]
  descAssistant --> inferredDescription["Formatted inferred description"]
  inferredDescription --> scriptBrief["VO Script Description"]
  scriptBrief --> scriptAssistant["VO Script Assistant"]
  scriptAssistant --> scriptPreview["Formatted VO Script Preview"]
  scriptPreview --> identity["Visual Identity"]
  identity --> sceneDetails["Go To Scene Details"]

  visuals["Existing Visuals Panel"] -. remove .-> identity
  regenerate["Existing Regenerate VO Script checkbox"] -. remove .-> sceneDetails