Scenery
Did its thingPoint it at a React repo and it generates real product demo videos from your components — narrated, animated, and self-scored until they’re good.
AI made shipping code absurdly fast — and everything downstream of code stalled. Demos, tutorials, screenshots, marketing graphics: every visual asset goes stale the moment you ship. Scenery, built for the Gemini 3 Hackathon, makes the code the single source of truth for the assets too.
It scans a repo and extracts component metadata, then renders real previews through a three-tier fallback: Playwright in a headless browser first, an esbuild server-side render with a library of mocks second, and a Gemini-generated stand-in as the last resort. A Director agent plans the narrative on a frame budget, Scene Planner agents animate scenes in parallel, and a deterministic assembler compiles everything into Remotion compositions.
Then the part that makes it honest: a Refinement agent scores every composition 0–100 across visual quality, timing, narrative, animation, and accessibility — and anything under 90 gets diagnosed, patched, and re-scored until it clears the bar. Voiceover comes from TTS, and AWS Lambda renders the final video in parallel. The models it was built on are already deprecated, so the whole thing is open source: clone it, swap in current models, take it further.