Skip to main content

Developer Docs Overview

For engineers picking up the ReelChair codebase. This section broadly mirrors the repo's docs/ directory and CLAUDE.md.

Must read
  • Always branch off dev; do not base work on main (effectively deprecated).
  • Sequence === Episode, Scene === Frame — two names for the same entity.
  • Frontend API-only rule: the frontend must not read/write Firestore directly.

📝 To be expanded: migrated and reorganized from the existing 449 docs under docs/.