
Continuity — AI storyboard generator
If you generate a storyboard one scene at a time, your main character comes out looking like a different person in every frame. Continuity takes a story, a style guide, and a character sheet, uses GPT to split the story into scenes, then builds each image prompt from all three so the same character carries through the whole sequence. There's a toggle that regenerates the same scenes without the character sheet, side by side, so you can see what it's actually doing.
My part worked out the three-document approach and added the review step so you can edit every prompt before spending image credits. I also handled getting it live on Vercel, which is where the real problem showed up: image generation takes 15 to 40 seconds and Hobby serverless functions cut off at 10, so the image route runs as an Edge Function with a 60-second timeout that shows an actual error instead of hanging.



