I’m tired of books not having enough pictures, so I’m building a “visualizer engine.” It’s a FastAPI app that reads your PDFs and uses Generative AI to “paint” the story as you read. My goal is to maintain character consistency across 100+ pages using smart prompting and context-chaining. Shipping a slick Next.js frontend to view the book and art side-by-side. (NOTE: IF you visit the site https://booktures-snowy.vercel.app then wait for image to load for one page before going to other page if it dont load then move back and forth)
I integrated Gemini into my workflow to handle the heavy lifting of boilerplate code. By using AI to scaffold the initial structures, API routes, and repetitive components, I was able to bypass the “blank page” phase and focus my energy on the complex logic—specifically the client-side PDF parsing and the custom fallback systems. This allowed me to move from concept to a fully deployed Vercel application much faster without compromising on code quality.