Solo Dev Uses Claude + Blender MCP to Create App Store Video in 90 Minutes

A solo developer on r/ClaudeAI shared their experience using Anthropic's Claude with a Blender MCP server to produce a 10-second vertical launch video for their habit tracker app, Spira. The project took about 90 minutes of back-and-forth with the AI, including three full renders, and resulted in ~800 lines of Python automatically generated and executed inside Blender.
Workflow
- Setup: Connected the Blender MCP server to Claude, then described the desired shot: a floating phone in a Miyazaki-meets-Apple atmosphere, drifting dust motes, the app on screen, with a slow camera reveal ending on a flower close-up.
- Reference curation: Claude convened a "committee" of cinematographic references (Lubezki, Hokusai, James Cameron) before designing the shot. The user initially felt this was overengineering, but the final output justified it.
- Auto screen recording processing: The user provided an iPhone screen recording. Claude automatically cropped out the iOS recording bar using
ffmpegbefore mapping the video onto the 3D phone screen. - Iterative refinement: The first pass was too aggressive — "Fibonacci petal explosion + glowing roots, looked like a startup logo." The user prompted, "make it gentler, like a Miyazaki dream," yielding the final version.
Technical details
- Tools: Claude (likely Sonnet) + Blender MCP server, ffmpeg for auto-crop.
- Output: ~800 lines of Python written and executed in Blender, covering camera trajectory, emissive materials, volumetric fog, particle staggering — all controlled conversationally.
- Time: ~90 minutes total, three full renders.
Who this is for
Solo developers or small teams who need to produce promotional 3D visuals without spending a week on traditional 3D workflow, and are comfortable iterating with AI via chat.
📖 Read the full source: r/ClaudeAI
👀 See Also

Culpa: Open Source Deterministic Replay Engine for AI Agent Debugging
Culpa is an open source tool that records LLM agent sessions with full execution context, enabling deterministic replay using recorded responses as stubs instead of hitting real APIs. It works with Anthropic and OpenAI APIs via proxy mode or Python SDK.

Claude Code Plugin for Reddit Business Research
A Claude Code plugin automates Reddit research for businesses by searching relevant posts, analyzing threads, and generating structured markdown reports with findings and source links. No API keys required—install via GitHub and run with a single command.

Sandbox0: Open-Source Kubernetes-Native Sandbox Infrastructure for AI Agents
Sandbox0 is an open-source sandbox infrastructure for AI agents built on Kubernetes with persistent storage via JuiceFS and auto-scaling. It addresses limitations like concurrency caps and ephemeral execution found in existing solutions.
Multi-Agent Memory: Open Source Shared Memory System for AI Agents
Multi-Agent Memory is an open source project that provides a shared memory system for AI agents across different machines, tools, and frameworks. It supports four distinct memory types with specific behaviors and includes features like credential scrubbing, agent isolation, and LLM consolidation.