LizzFlix Docs

LizzFlix Overview

What LizzFlix does, how the app is structured, and what a creator can expect in production today.

What LizzFlix is

LizzFlix is a production workspace for AI short-form series. Instead of asking one model for everything in one prompt, you build reusable story assets and then generate scenes from those approved assets.

Core workflow

  1. Create a series and open the starter workspace.
  2. Build reusable characters and locations.
  3. Turn episode ideas into scene cards.
  4. Compose a start frame from approved references.
  5. Generate preview and final videos.
  6. Add dialogue, TTS, uploaded audio, or custom voices.
  7. Assemble finished scenes into a montage.

Runtime architecture

  • Cloudflare lizzflix-backend is the canonical backend for studio state, jobs, billing, model catalog, uploads, and generation orchestration.
  • Vercel serves the frontend, auth/session shell, and Stripe redirect flows.
  • Account jobs keep generations and most mutations durable across refreshes and page navigation.

On this page