Skip to content

Latest commit

 

History

History

README.md

Cast — Documentation

Specs, diagrams, and the lo-fi prototype for the Cast Creative Automation Studio Toolchain. For runtime / Quick Start, see the root README.

This folder is the design record for the POC. Read top-to-bottom — each doc builds on the one above it.

Read in this order

# Doc What it answers
1 user-stories.md Who uses Cast and what jobs they need done — the source of every requirement downstream.
2 system-map.md What the system is: components, filesystem layout, contracts, end-to-end sequence. The canonical architecture reference.
3 flow-diagrams.md How requests move through it: per-screen flows (brief editor, run view, output grid, creative detail), error paths, retry semantics, schemas.
4 attributes-screen-requirements.md What each screen must show: per-screen attributes, inform-vs-act surfaces.
5 mockup.html What it looks like: rough static HTML mockups of each screen.
6 prototype/ What it feels like: clickable vanilla-React prototype driving brief editor / run view / stream-idle / output grid / creative detail from in-memory fixtures. See prototype/README.md to run it.

Reference docs

Doc Purpose
design/ Brand guideline HTML books for Onda, Brisa, Volt, and Cast. See design/README.md.
brand-extraction.md How the brand HTMLs in design/ are reduced to the runtime brandProfileSchema. The bridge between visual identity and the pipeline.