WTS Studio is a storyboard creation service for video production teams. I'm building it right now, and it's close to launch.

The idea
If you've ever worked on a commercial, a short film, or any video — you know storyboards are a pain. You need to sketch every frame, keep characters looking consistent, figure out poses, angles. Most people either draw stick figures or pay an artist and wait days. I wanted to kill that entire bottleneck.
What it does
The core is AI-powered storyboard generation. You describe a scene, and the system generates frames with consistent character appearances. That's the hard part — making sure your protagonist looks the same in frame 1 and frame 47. We handle that through a character consistency engine that locks in appearance details across the entire storyboard.

The 3D Mannequin
Sometimes AI-generated poses are garbage — arms bending the wrong way, weird angles. So I built a 3D "Mannequin" tool using Three.js. You pose a 3D figure exactly how you want, and the system uses that as a strict reference for generation. No more "creative interpretations" of a simple standing pose.

The editor
Everything happens in a visual editor built on HTML Canvas. Drag frames around, rearrange sequences, add notes. There's also a voiceover recording tool built right into the browser — record scratch audio for each frame without leaving the app.


When you're done, export the whole storyboard or share it via link. Currently wrapping up the last pieces before public launch.