The idea was simple: Build a Video Wall Builder that lets you drag-and-drop multiple videos into customizable layouts (2ร2, 3ร3, 4ร4, etc.), play them independently, and even expand a single video inside the app without taking over the entire monitor. Before writing a single line of code, I spent time with ChatGPT refining the idea into a detailed mvp_prd.md, followed by a plan.md and an architecture.md. That upfront planning gave the AI a clear roadmap instead of just a vague prompt. Then I handed everything to Claude Fable 5 (High).. It one-shotted the project to about 75% of the way there. ๐คฏ The result was a working Electron + React desktop app featuring: โ
Support for Video, URL, OBS & Camera โ
Dynamic 1ร1, 2ร2, 2ร3, 3ร3, 4ร4 & custom XxX layouts โ
Drag-and-drop video loading โ
Independent playback controls for every tile โ
Container-scoped full-screen (expand a tile without taking over the monitor) โ
Windowed, maximized, and borderless modes โ
A polished UI that already feels like a real desktop application I didn't stop after the initial build. I continued refining the architecture, playback engine strategy, workspaces, scenes, custom layouts, plugin-oriented design, and long-term roadmap. Each iteration made the next coding session even more effective. One thing that really surprised me was how far I was able to push Claude Fable 5 (High) on the $20/month Claude Pro plan. Although the project spanned three 5-hour usage windows because of the Pro plan's session limits, the actual development only took about 4 hours and 7 minutes of active coding time. The first usage window was exhausted in 1 hour 21 minutes, the second in 54 minutes, and the third in 1 hour 52 minutes. We completed the project in just two conversation contexts, staying well under Claude's available context window. By the end of those sessions, the app had grown from an idea into a polished MVP with dynamic layouts, drag-and-drop media loading, workspaces, scenes, source management, persistent settings, an FFmpeg-backed playback strategy, Windows packaging, and a documented long-term architecture.