Anuva Video Creator Product Portal
Anuva Video Creator is the current Anuva product coordinated by this repository. It is an AI-powered Virtual Studio that helps businesses create professional presentation videos without filming, recording, or traditional timeline editing.
This portal defines the product vision, architecture, repository boundaries, capability map, change workflow, product playbooks, reusable prompts, ADRs, release notes, GitHub task coordination, and product change history.
The repository is intentionally product-focused. Implementation work belongs in the product implementation repositories.
flowchart TD
Product["Anuva Video Creator"]
Main["anuva-main-video-creator<br/>Product / Program Management"]
Handbook["anuva-engineering-handbook<br/>Engineering Platform"]
DevDocs["anuva-dev-docs<br/>Aggregated docs publisher"]
Project["Anuva Video Creator<br/>GitHub Project"]
Web["anuvax-cms"]
Python["anuva-python-server"]
Unity["anuva-unity-video-creator"]
Product --> Main
Handbook -. "shared standards" .-> Main
Main --> Project
Main --> Web
Main --> Python
Main --> Unity
Main -. "published through" .-> DevDocs
Start Here
- Read the Product Vision to understand what the product is.
- Read the Product Architecture to understand the repository hierarchy.
- Read the Product Repository Registry before planning cross-repository work.
- Use the Development workflow, Playbooks, and Prompts to turn product features into GitHub issues and project-tracked implementation tasks.