GitHub - Achint08/90210: 90210 - like the show · but you're the showrunner · GitHub
/" data-turbo-transient="true" />
Skip to content
Search or jump to...
Search code, repositories, users, issues, pull requests...
-->
Search
Clear
Search syntax tips
Provide feedback
--><br>We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contacted
Cancel
Submit feedback
Saved searches
Use saved searches to filter your results more quickly
-->
Name
Query
To see all available qualifiers, see our documentation.
Cancel
Create saved search
Sign in
/;ref_cta:Sign up;ref_loc:header logged out"}"<br>Sign up
Appearance settings
Resetting focus
You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
{{ message }}
Achint08
90210
Public
Notifications<br>You must be signed in to change notification settings
Fork
Star
main
BranchesTags
Go to file
CodeOpen more actions menu
Folders and files<br>NameNameLast commit message<br>Last commit date<br>Latest commit
History<br>33 Commits<br>33 Commits
backend
backend
docs/superpowers
docs/superpowers
frontend
frontend
.env.example
.env.example
.gitignore
.gitignore
README.md
README.md
run-backend.sh
run-backend.sh
View all files
Repository files navigation
📍🎬 90210
Like the show. But you're the showrunner.
All the drama. None of the property tax.
A production-grade local app that turns a screenplay into a finished short film with synchronized video, native audio, dialogue, music, and subtitles. Powered by Google Veo 3.1, Nano Banana, Gemini 2.5 Pro, and ElevenLabs Music.
Every quality decision is mathematically grounded: a composite Quality Oracle (VideoScore, ViCLIP, LAION aesthetic, MUSIQ, ArcFace, LPIPS, Whisper) drives auto re-roll and adaptive tier escalation. A Story Oracle (Reagan-6 arcs, TRIPOD turning points, Average Shot Length, SBERT coherence) keeps the narrative on target.
Quick start
:3000 → Safari Share → Add to Home Screen<br># - off-WiFi: tailscale serve / funnel (see docs)
# 4. Optional Quality Oracle (heavy ML deps; ~3GB)<br>.venv/bin/pip install -e "./backend[oracles]""># 0. one-time<br>python3 -m venv .venv<br>.venv/bin/pip install -e ./backend # installs FastAPI + Pydantic + Google + ElevenLabs deps<br>cp .env.example .env # fill in GEMINI_API_KEY and ELEVENLABS_API_KEY
# 1. Backend<br>./run-backend.sh # starts uvicorn at http://localhost:8000<br># (the script sets PYTHONPATH because Homebrew Python 3.14 ships its own<br># sitecustomize.py that breaks venv editable installs — PYTHONPATH sidesteps it.)
# 2. Frontend (new shell)<br>cd frontend<br>pnpm install # or npm install<br>pnpm dev # → http://localhost:3000
# 3. iPhone access<br># - same WiFi: http://:3000 → Safari Share → Add to Home Screen<br># - off-WiFi: tailscale serve / funnel (see docs)
# 4. Optional Quality Oracle (heavy ML deps; ~3GB)<br>.venv/bin/pip install -e "./backend[oracles]"
Documentation
Design spec: docs/superpowers/specs/2026-05-09-screenplay-to-movie-design.md
Veo 3.1 reference: docs/superpowers/research/veo-3.1-deep-dive.md
Cost / latency / quality math: docs/superpowers/research/cost_latency_quality_math.py
Required API keys
Service<br>Used for<br>Cost (May 2026)
Gemini API<br>Veo 3.1 (video+audio), Nano Banana (portraits), Gemini 2.5 Pro (Director)<br>$0.10–0.40/sec video
ElevenLabs<br>Music tracks<br>$0.01/sec music
A 2-min movie typically costs ~$20.
Architecture
See spec §4. Local FastAPI backend + Next.js PWA frontend. PWA installs to home screen on iOS Safari for native-app-like experience.
About
90210 - like the show · but you're the showrunner
Resources
Readme
Uh oh!
There was an error while loading. Please reload this page.
Activity
Stars
stars
Watchers
watching
Forks
forks
Report repository
Releases
No releases published
Packages
Uh oh!
There was an error while loading. Please reload this page.
Contributors
Uh oh!
There was an error while loading. Please reload this page.
Languages
Python<br>85.4%
TypeScript<br>12.5%
Other<br>2.1%
You can’t perform that action at this time.