flowchart LR
subgraph Platform["SceneMind Studio Platform"]
Frontend["React Front-End"]
Supabase["Supabase Auth / Database / Storage"]
Frontend --> Supabase
end
subgraph Listener["Script Agent Listener"]
Realtime["Supabase Realtime Listener"]
end
subgraph Pipeline["AI Pipeline"]
Prefect["Prefect Flow"]
Results["AI Processing + Outputs"]
Prefect --> Results
end
Frontend -->|"Users upload scripts"| Supabase
Supabase -->|"Pipeline run events"| Realtime
Realtime -->|"Starts processing"| Prefect
Prefect -->|"Saves results"| Supabase
Supabase -->|"Updates dashboard"| Frontend
Last active
September 26, 2025 11:15
-
-
Save vlad-ds/561378fd5cccd4690416f5ca1c43a030 to your computer and use it in GitHub Desktop.
SceneMind platform architecture overview
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment