DEV Community

Aditya
Aditya Subscriber

Posted on

AI Storyline Generator

This is a submission for the Google AI Studio Multimodal Challenge

What I Built

I created AI Storyline Generator, a web app that turns a set of images and a short text prompt into a cohesive narrative. It helps writers and artists quickly build stories or prototypes by offering three modes: Surprise Me (short story with optional cover art), Light Novel (full chapter with illustrations), and Manga (panel art).

Demo

Demo Video

Screenshots
Screenshot-1
Screenshot-2
Screenshot-3

LINK

Applet Link 🌱
Note: I was not able to publish the app due to billing issues. Please accept the published app link. Thankyou.

How I Used Google AI Studio

  • Used gemini-2.5-flash-image-preview for vision–language tasks like story generation and all image outputs.
  • Used gemini-2.5-flash for Manga mode to reliably create structured JSON scripts.

Multimodal Features

  1. Image-to-Story Generation: Combines multiple images and text into a connected plot.
  2. Narrative-Aware Illustration: Generates key-scene illustrations directly from the AI-written story.
  3. Automated Manga Pipeline: Creates a full manga page by chaining image analysis, JSON scripting, and panel art generation

Top comments (0)