This is the legacy Studio 0.2 product page. Studio + Filmmaker Pro are now USG Studio 1.0 — one unified app.
Early Access · v0.2.0 · Hardening USG Studio app icon

USG Studio

Methodology intelligence for indie filmmakers using Unreal Engine + hybrid virtual production. Paste a screenplay — get how to shoot every scene, what it costs, and how it earns back.

Product UI — screenshot coming soon

What it does

Every indie feature on virtual-production tooling faces the same three questions before day one: how do we shoot each scene?, what will it cost?, and how does the money come back? USG Studio answers all three from your script, deterministically, with a score trace you can defend to producers and investors.

Scene-by-scene methodology

Each scene is scored across Practical, LED Volume, Hybrid, and AI-Assist. See the trace — why each option won or lost — not a black-box label.

Dual-scenario budget

Traditional vs Optimized Hybrid, side by side. Override any scene's methodology and the budget reprices live from the same rate card (RC-2026.07).

LED volume stage shortlist

Ranked stage matches from a curated corpus. Filters by ceiling height, floor width, wall curvature, and price band. Disqualified stages show why.

Previz blockout (3D)

React Three Fiber scene graph — camera, LED wall, performance-space overlay. Compiled from the breakdown; no manual set dressing.

ROI waterfall

Festivals → distribution windows → equity multiple. Model break-even and best/worst-case returns before you close a raise.

Offline & deterministic

All engines are pure TypeScript in src/core/. Same script + same rate card = same output, every time. No cloud call required.

The pipeline

Six steps, one command — runPipeline() — and every downstream view populates from the same result blob.

Script

Paste Fountain, upload .fountain or .fdx, or load the demo screenplay.

Breakdown

Scenes, characters, locations, INT/EXT, day/night, flags (water, night ext, VFX-heavy).

Methodology

Per-scene score across Practical / Volume / Hybrid / AI-Assist with the score trace visible.

Budget

Dual-scenario totals + department breakdown, repriced live on any per-scene override.

Stages

Ranked LED volume shortlist — fit score, day rate, disqualifiers.

Strategy

Festival tier assignment, distribution mix, ROI waterfall, investor packet.

How to get USG Studio

Evaluation is web-only. Request access at usgstudio.com, complete the NDA, and use the full product in the browser. There is no public desktop installer download on this site.

Desktop edition — for sale after evaluation

A commercial desktop edition will be available for sale once evaluation is completed. It is not offered as a free download today. Until then, use the gated web app only.

What v0.2.0 is — and isn't

v0.2.0 is a hardening pass: correctness fixes to the deterministic engines, a top-level error boundary so the app doesn't white-screen on an unhandled throw, and a proper loading state on the previz canvas. Feature work (project save/load, autosave, PDF export, multi-platform builds) still lands in v0.3.

What changed in v0.2.0

  • Budget engine. Division-by-zero guard on pagesPerDay rate-card inputs. Specialty camera days (dolly / steadicam / crane / drone) are now proportionally rescaled so their total can't exceed the shoot length.
  • Methodology recommendation. Scene-flag hits below the 0.5 confidence threshold no longer commit deterministic weight changes — low-confidence detector noise stops moving the score.
  • Error boundary. An unhandled React error now renders a calm recovery screen instead of a blank white window.
  • Previz canvas. Suspense now shows a Three.js-native loader while heavy assets stream in.

Early-access software should be honest about its edges. Here's what still doesn't exist yet.

  • No project save/load yet. Your analysis lives in memory. Rerun the pipeline after restart. Project file format (.usgstudio) is planned for v0.3.
  • No autosave and no undo/redo. Avoid closing the app before exporting the outputs you want.
  • Exports are text / CSV / HTML. PDF export for methodology plans and budgets is planned for v0.3 (jsPDF is bundled, just not wired).
  • Web evaluation first. Desktop commercial builds (macOS and other platforms) ship for sale after evaluation — not as a free public download.
  • Licensed desktop later. Signing, notarization, and platform installers are part of the commercial release path.
  • No telemetry. Nothing is sent from your machine. Rate card and engines are versioned and deterministic.

Under the hood

Shell

Tauri v2 (Rust) — small binary, no Electron.

UI

React 19, Vite 7, TypeScript, Tailwind v4, shadcn-style primitives.

State & routing

Zustand + TanStack Router.

Previz

React Three Fiber + drei.

Engines

Pure TypeScript in src/core/, zero UI dependencies. Rate card RC-2026.07 in src/data/.

Data

Local-first. No cloud, no accounts, no telemetry.

Try it on a scene

Load the demo screenplay, run the pipeline, and override one scene to see the budget reprice live.

Open usgstudio.com