Cine
Koder Cine — Cinema Operations Product
- *rea:*Workspace
- *ector:*Cinema
- *ath:*
suite/cine - *ind:*B2B SaaS — cinema operations (ticketing, programming, concession) with planned consumer-facing app
Role in the stack
Koder Cine is the Workspace product slot for the cinema vertical. The vision is "the operating system for cinemas" covering three modes:
| Mode | Audience | Status |
|---|---|---|
| *2B operations* | Independent cinema chains, micro-cinemas, festivals | v1 — landing live, build pending |
| *onsumer cinéfilo* | Customers of Cine-powered cinemas | v2 — referenced as "coming" in landing |
| *ersonal cinema* | Solo cinéfilos with private collections | v3+ — long-term vision |
v1 entrypoint is *2B operations* modern ticketing, multiscreen programming, concession/F&B pointofsale, realtime operations dashboard. Brasilfirst (Pix nativo, NFCe, NFSe), targeting independent and midsize chains (3-50 screens) underserved by Vista and other legacy systems.
Status
*esign.*Landing page live at products/horizontal/cine/site/index.html (deployed to s.forge as cine.koder.dev pending DNS). Product backend, mobile app, and desktop operator app not yet implemented.
Primary couplings
| Module | Relationship |
|---|---|
engines/kodec |
Trailer rendering, thumbnail generation, live operations snapshots |
foundation/id |
Staff and customer identity (operators, cinéfilos) |
foundation/billing |
Splits and payouts, per-screen subscription billing |
foundation/kompass |
Multi-cinema chain organizational structure |
data/kdb |
Catalog, sessions, sales, inventory, customer data |
core/apis |
Shared error codes, request/response shapes |
Architecture (planned)
products/horizontal/cine/
├── platform/ ← backend SaaS (Go, consumes engines/kodec via FFI)
├── app/
│ ├── mobile/ ← cinéfilo Flutter app (iOS + Android, B2C)
│ └── desktop/ ← operator counter/dashboard Flutter app (Linux, Windows)
└── site/ ← landing page (live)History
Until 20260423 the products/horizontal/cine/platform/ directory hosted the codec engine that became engines/kodec/. The migration freed the cine product slot for the actual Cinema product (this deepdive). See dive.engines/kodec.md for the codec engine deep
Refs
products/horizontal/cine/README.md— product READMEproducts/horizontal/cine/koder.toml— product configproducts/horizontal/cine/site/index.html— landing page- Landing live (DNS pending — vhost configured in s.forge koder-jet)