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

Docent: An AI Assistant for Paper Analysis Built with Claude Code
A developer created Docent, an AI assistant that reads uploaded papers, presents them, answers questions, and assesses understanding using Claude Code. The project is available on GitHub under MIT License with a demo on Vercel.

Apfel: Free CLI Tool to Access Apple's On-Device LLM on macOS
Apfel v0.6.13 is a Swift 6.3 binary that exposes Apple's built-in LLM as a CLI tool, OpenAI-compatible server, and interactive chat. It runs 100% on-device with no API keys or costs, using the 4,096-token model shipped with macOS 26+ on Apple Silicon Macs.

Argyph: A Single MCP Server for Claude Code with 19 Structured Code Understanding Tools
Argyph is a local MCP server that gives Claude Code 19 tools — go-to-definition, find-references, call graphs, semantic search, token-budgeted repo packing — replacing multiple separate MCP servers with one install. No API key required; all processing stays on your machine.

bareguard: A Lightweight Safety Gate for AI Agents — Now on npm
bareguard v1.0 is a ~1000-line, single-dependency safety layer for AI agents that blocks destructive actions (rm -rf, DROP TABLE) and enforces budget limits with human escalation. Part of the bare suite, live on npm.